ready to read full corpus to db

dev
voje 5 years ago
parent 3923888172
commit bb5dc581ed

@ -44,6 +44,10 @@ $ make python-env-install
# run the code
# beforehand, set the data files in Makefile
$ make fill-database
# this is a long operation
# if running on a remote server, use nohup:
$ nohup $(make fill-database > fill-database.log) &
```
If all goes well, we should be able to inspect the database, filled with corpora, on `0.0.0.0:8087`.

Loading…
Cancel
Save