This commit is contained in:
2019-04-21 19:18:40 +02:00
parent 617babc98d
commit ae9aca0b1e
5 changed files with 33 additions and 11 deletions

View File

@@ -45,7 +45,14 @@ $ make python-env-install
# beforehand, set the data files in Makefile
# instead of mounting directories into the container, you can
# create a link inside ./data, that points to the desired location
$ make fill-database
# I've separated the processes for better memory management
$ make fill-database-ssj
$ make fill-database-kres
# You can detach from the running process using Ctrl-p + Ctrl-q
# this is a long operation
# if running on a remote server, use nohup: