From b42863a89034bb1c39fcd773e29d705b7da5d6c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Tue, 16 Apr 2019 22:21:28 +0200 Subject: [PATCH] Follow suggestions by @mattwr18 --- backend/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/backend/README.md b/backend/README.md index 196d216dd..7c4d3a3e9 100644 --- a/backend/README.md +++ b/backend/README.md @@ -37,19 +37,16 @@ Start Neo4J and confirm the database is running at [http://localhost:7474](http: Now install node dependencies with [yarn](https://yarnpkg.com/en/): ```bash -# in 'Human-Connection/' +$ cd backend $ yarn install -$ cd backend && yarn install -$ cd ../webapp && yarn install -$ cd .. ``` Copy Environment Variables: ```bash -$ cp cypress.env.template.json cypress.env.json -$ cp backend/.env.template backend/.env -$ cp webapp/.env.template webapp/.env +# in backend/ +$ cp .env.template .env ``` + Configure the new files according to your needs and your local setup. Create unique indices with: