Installation
Last updated
Was this helpful?
Was this helpful?
$ cd PATH-FOR-REPO$ git clone https://github.com/YOUR-GITHUB-USERNAME/Human-Connection.git$ git clone git@github.com:YOUR-GITHUB-USERNAME/Human-Connection.git$ cd Human-Connection$ git remote add upstream https://github.com/Human-Connection/Human-Connection.git$ git remote add upstream git@github.com:Human-Connection/Human-Connection.git$ docker --version
Docker version 18.09.2
$ docker-compose --version
docker-compose version 1.23.2$ docker-compose up
# rebuild the containers for a cleanup
$ docker-compose up --build# open another terminal
# create indices etc.
$ docker-compose exec neo4j migrate
# seed database
$ docker-compose exec backend yarn run db:seed# open another terminal and run
$ docker-compose down -v$ yarn
$ cd backend && yarn
$ cd ../
$ cd webapp && yarn$ cd ../
$ cd backend
$ cp .env.template .env