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
envto.envand update the database settings with your database location and ElasticSearch host.cd frontCopy
.env_exampleto.envand update it.yarn install, you will neednodeandyarn(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