mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add Documentation for Installation with Docker
This commit is contained in:
parent
91fb18f77d
commit
67e330d10e
20
README.md
20
README.md
@ -23,6 +23,26 @@
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Installation with Docker
|
||||
|
||||
Run:
|
||||
```sh
|
||||
docker-compose up
|
||||
# if you want seed data
|
||||
# open another terminal and run
|
||||
docker-compose exec backend yarn run seedDb
|
||||
```
|
||||
|
||||
App is [running on port 4000](http://localhost:4000/)
|
||||
|
||||
To wipe out your neo4j database run:
|
||||
```sh
|
||||
docker-compose down -v
|
||||
```
|
||||
|
||||
|
||||
### Installation without Docker
|
||||
|
||||
Install dependencies:
|
||||
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user