Installation
Clone the repository https://github.com/berkmancenter/commuse.
Install PostgeSQL and create a new database.
Install ElasticSearch.
composer install
, you will needcomposer
(https://getcomposer.org/download/).Copy
env
to.env
and update the database settings with your database location and ElasticSearch host.cd front
Copy
.env_example
to.env
and update it.yarn install
, you will neednode
andyarn
(https://classic.yarnpkg.com/lang/en/docs/install) installed.Run
./deploy.sh
, it will build the front-end application.Go back to the root dir and run
php spark migrate --all
. It will run all needed database migrations.Set the document root to
public
.
Last updated