mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-07 08:18:39 +00:00
Update setup.md
This commit is contained in:
parent
1eb5a9a589
commit
f1fadb97bc
|
|
@ -36,11 +36,12 @@ This will only setup the application including some dummy data and also perform
|
||||||
2. Run `git clone -b develop https://github.com/karaka-management/Karaka.git`
|
2. Run `git clone -b develop https://github.com/karaka-management/Karaka.git`
|
||||||
3. Run `git submodule update --init --recursive`
|
3. Run `git submodule update --init --recursive`
|
||||||
4. Run `git submodule foreach git checkout develop`
|
4. Run `git submodule foreach git checkout develop`
|
||||||
5. Run `composer install` inside `Karaka`
|
5. Run `git clone -b master https://github.com/Karaka-Management/demoSetup.git`
|
||||||
6. Run `npm install` inside `Karaka`
|
6. Run `composer install` inside `Karaka`
|
||||||
7. Create the database `oms` in your database management software
|
7. Run `npm install` inside `Karaka`
|
||||||
8. Adjust the `demoSetup/config.php` file according to your settings (e.g. database user name + password)
|
8. Create the database `oms` in your database management software
|
||||||
9. Run `php demoSetup/setup.php` inside `Karaka` (takes a long time: > 1h)
|
9. Adjust the `demoSetup/config.php` file according to your settings (e.g. database user name + password)
|
||||||
|
10. Run `php demoSetup/setup.php` inside `Karaka` (takes a long time: > 1h)
|
||||||
|
|
||||||
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