From 9e3727c7302c5a113566dffb531ff882fbd4ad4d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 19 Feb 2022 14:16:37 +0100 Subject: [PATCH] name fix --- general/setup.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/general/setup.md b/general/setup.md index 331ad89..c06d1e4 100755 --- a/general/setup.md +++ b/general/setup.md @@ -58,12 +58,12 @@ This will only setup the application including some dummy data and also perform ### Steps 1. Go to the directory where you want to install the application -2. Run `git clone -b develop https://github.comkaraka-management/Orange-Management.git` +2. Run `git clone -b develop https://github.comkaraka-management/Karaka.git` 3. Run `git submodule update --init --recursive` 4. Run `git submodule foreach git checkout develop` 5. Install Composer -6. Run `composer install` inside `Orange-Management` -7. Run `php vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml` inside `Orange-Management` or open `http://127.0.0.1/Install` +6. Run `composer install` inside `Karaka` +7. Run `php vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml` inside `Karaka` or open `http://127.0.0.1/Install` After the installation you'll have access to the following content: @@ -101,13 +101,13 @@ The following tools are important to test the application and to ensure the code This will only setup the application including some dummy data and also perform the code tests but no quality checks. Compared to option 2 this includes much more test data and it doesn't execute a unit test. 1. Go to the directory where you want to install the application -2. Run `git clone -b develop https://github.comkaraka-management/Orange-Management.git` +2. Run `git clone -b develop https://github.comkaraka-management/Karaka.git` 3. Run `git submodule update --init --recursive` 4. Run `git submodule foreach git checkout develop` 5. Install Composer -6. Run `composer install` inside `Orange-Management` +6. Run `composer install` inside `Karaka` 7. Create the database table `oms` -7. Run `php demoSetup/setup.php` inside `Orange-Management` +7. Run `php demoSetup/setup.php` inside `Karaka` After the installation you'll have access to the following content: