Skip to content

Install Process

Josh edited this page Jun 27, 2024 · 3 revisions

To install KMP in a production environment you need to do the following:

  1. 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
  2. Update the app_local.php and .env files with your environment's details
  3. Update .htaccess files to make sure forwarding and URL rewriting is handling your solutions location properly (only really required if running in a subdirectory)
  4. run composer install -n from your app's root directlry
  5. run bin/cake resetDatabase
  6. run bin/cake updateDatabase

If you wish to install dev seed data also run

  1. bin/cake migrations seed --seed DevLoad
Clone this wiki locally