Implement package states for easier reviews

This commit is contained in:
rubenwardy
2020-09-16 17:51:03 +01:00
parent e81eb9c8d5
commit 92fb54556a
20 changed files with 363 additions and 172 deletions

View File

@@ -10,6 +10,8 @@ Docker is the recommended way to develop and deploy ContentDB.
1. Install `docker` and `docker-compose`.
Debian/Ubuntu:
sudo apt install docker-ce docker-compose
2. Copy `config.example.cfg` to `config.cfg`.
@@ -40,7 +42,7 @@ Docker is the recommended way to develop and deploy ContentDB.
8. Create initial data
1. `./utils/bash.sh`
2. Either `python setup.py -t` or `python setup.py -o`:
2. Either `python utils/setup.py -t` or `python utils/setup.py -o`:
1. `-o` creates just the admin, and static data like tags, and licenses.
2. `-t` will do `-o` and also create test packages. (Recommended)