mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-27 03:18:42 +00:00
Update setup.md
Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
parent
d6b0b1cb1c
commit
565d41dac0
|
|
@ -89,7 +89,7 @@ This will only setup the application including some dummy data and also perform
|
||||||
5. Run `composer install` inside `Karaka`
|
5. Run `composer install` inside `Karaka`
|
||||||
6. Run `npm install` inside `Karaka`
|
6. Run `npm install` inside `Karaka`
|
||||||
7. Create the database `omd` in your database management software
|
7. Create the database `omd` in your database management software
|
||||||
8. Adjust the `demoSetup/config.php` file according to your settings (e.g. database user name + password)
|
8. Adjust the `demoSetup/config.php` file according to your settings (e.g. database user + password)
|
||||||
9. Run `php demoSetup/setup.php` inside `Karaka` (takes a long time: > 2h)
|
9. Run `php demoSetup/setup.php` inside `Karaka` (takes a long time: > 2h)
|
||||||
|
|
||||||
After the installation you'll have access to the following content:
|
After the installation you'll have access to the following content:
|
||||||
|
|
@ -131,8 +131,9 @@ This will only setup the application including some dummy data and also perform
|
||||||
4. Run `composer install` inside `Karaka`
|
4. Run `composer install` inside `Karaka`
|
||||||
5. Run `npm install` inside `Karaka`
|
5. Run `npm install` inside `Karaka`
|
||||||
6. Create the database `omt` in your database management software
|
6. Create the database `omt` in your database management software
|
||||||
7. Adjust the `tests/Bootstrap.php` file according to your settings (e.g. database user name + password)
|
7. Create the database user `test` with the password `orange`
|
||||||
8. Run `php -dxdebug.mode=develop,debug,profile,coverage -dxdebug.start_with_request=yes vendor/bin/phpunit --configuration tests/phpunit_default.xml` inside `Karaka` or open `http://127.0.0.1/Install` for a web install without dummy data.
|
8. Adjust the `tests/Bootstrap.php` file according to your settings (e.g. database user name + password)
|
||||||
|
9. Run `php -dxdebug.mode=develop,debug,profile,coverage -dxdebug.start_with_request=yes vendor/bin/phpunit --configuration tests/phpunit_default.xml` inside `Karaka` or open `http://127.0.0.1/Install` for a web install without dummy data.
|
||||||
|
|
||||||
After the installation you'll have access to the following content:
|
After the installation you'll have access to the following content:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user