mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Follow suggestions by @mattwr18
This commit is contained in:
parent
506906e344
commit
b42863a890
@ -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/):
|
Now install node dependencies with [yarn](https://yarnpkg.com/en/):
|
||||||
```bash
|
```bash
|
||||||
# in 'Human-Connection/'
|
$ cd backend
|
||||||
$ yarn install
|
$ yarn install
|
||||||
$ cd backend && yarn install
|
|
||||||
$ cd ../webapp && yarn install
|
|
||||||
$ cd ..
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Copy Environment Variables:
|
Copy Environment Variables:
|
||||||
```bash
|
```bash
|
||||||
$ cp cypress.env.template.json cypress.env.json
|
# in backend/
|
||||||
$ cp backend/.env.template backend/.env
|
$ cp .env.template .env
|
||||||
$ cp webapp/.env.template webapp/.env
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configure the new files according to your needs and your local setup.
|
Configure the new files according to your needs and your local setup.
|
||||||
|
|
||||||
Create unique indices with:
|
Create unique indices with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user