forked from kristjan/cjvt-valency
tested db, fill, backend
This commit is contained in:
@@ -5,13 +5,15 @@ Required submodules:
|
||||
|
||||
```bash
|
||||
$ git submodule init
|
||||
$ git submodule update
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
|
||||
### Database (2 containers)
|
||||
Spin up the database service and create users:
|
||||
Set db admin, user, pass, etc in Makefile.
|
||||
Spin up the database service and create users:
|
||||
```bash
|
||||
# $ make database-clean # opt
|
||||
$ make database-service
|
||||
@@ -33,7 +35,7 @@ $ make python-env
|
||||
$ make python-env-install
|
||||
|
||||
# run the code
|
||||
$ make fill_database
|
||||
$ make fill-database
|
||||
```
|
||||
|
||||
If all goes well, we should be able to inspect the database on `0.0.0.0:8087`.
|
||||
|
||||
Reference in New Issue
Block a user