- Copy
.env.distto.envand adjust values or set the corresponding environment variables in another way. - Execute
composer install - Create or update the database schema:
- backup your database
- run
composer db:update
- Import
scripts/systems.sql
Set the php.ini settings log_errors and error_log to log errors.
- Execute
npm install
- Add build packs:
heroku buildpacks:add heroku/php
heroku buildpacks:add heroku/nodejs