Update default config and README.md

This commit is contained in:
Lucas Verney 2015-12-25 20:13:00 +01:00
parent bf4bc4c06a
commit 48a4b0d8b0
2 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@ For building `opendetex` (which is a necessary dependency), you will need
* Build `opendetex`: `cd reference_fetcher/opendetex; make`.
* [This is all if you only want to use the `reference_fetcher`. Else, go on reading]
* Download required Python modules: `pip install -r requirements.txt`.
* [Optional] Update configuration in `config.py`. Default values are for testing and dev.
* You are ready to go.
## Test it

View File

@ -1,5 +1,5 @@
# database = ":memory:"
database = "dev.db"
database = ":memory:"
# database = "db.sqlite3"
host = "localhost"
port = 8080