This commit is contained in:
2018-10-09 22:15:03 +00:00
parent 68b4e5aa46
commit fa3aeeab70
4 changed files with 21 additions and 12 deletions

View File

@@ -102,7 +102,17 @@ https://risingstars.js.org/2017/en/
- Check logs with sudo docker logs [containerID] to find out what happened
- Or in some cases (once) Digital Ocean fucked up something
- ERASE DB, FETCH LICENSE, GENERATE DATA
- ERASE DB:
- Stop container if not already stopped: execute sudo docker-compose down
- Edit docker-compose.yml, uncomment line with erase db environment variable and re-start to erase db
- sudo docker-compose up -d
- Stop the container again, use nano to edit docker-compose.yml and re-comment the erase db evenironment variable
- Start the container again with the up command
- FETCH TEST KEY:
- Go into the api explorer, authenticate then select the POST to license route (not the TRIAL one), this will fetch a test key and install it
- SEED DB:
- Go to trial route and pick seed level (HUGE for proper testing) and activate
### Publish command line: