-
Notifications
You must be signed in to change notification settings - Fork 4
Install Process
Josh edited this page Jun 27, 2024
·
3 revisions
To install KMP in a production environment you need to do the following:
- Copy the solution to a deployment location
2 Compile css and javascript using the NPM command
npm run prod
. -- If you can not do this on your host, do this before deploying your solution - Update the app_local.php and .env files with your environment's details
- Update .htaccess files to make sure forwarding and URL rewriting is handling your solutions location properly (only really required if running in a subdirectory)
- run
composer install -n
from your app's root directlry - run
bin/cake resetDatabase
- run
bin/cake updateDatabase
If you wish to install dev seed data also run
bin/cake migrations seed --seed DevLoad