Installation

  1. Install PostgeSQL and create a new database.

  2. Install ElasticSearch.

  3. composer install , you will need composer (https://getcomposer.org/download/).

  4. Copy env to .env and update the database settings with your database location and ElasticSearch host.

  5. cd front

  6. Copy .env_example to .env and update it.

  7. yarn install , you will need node and yarn (https://classic.yarnpkg.com/lang/en/docs/install) installed.

  8. Run ./deploy.sh , it will build the front-end application.

  9. Go back to the root dir and run php spark migrate --all . It will run all needed database migrations.

  10. Set the document root to public.

Last updated