update README

This commit is contained in:
Tao Bojlen 2018-08-27 13:15:17 +02:00
parent 414578a760
commit d5879518bf
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# fediverse-space-backend # fediverse.space
The Django backend for fediverse.space. Scrapes the fediverse and exposes an API to get data about it. fediverse.space is a tool to explore instances in the fediverse.
## Running it ## Running it
* `cp config.json.template config.json` and enter your configuration details. * `cp config.json.template config.json` and enter your configuration details.
* Set the environment variable `FEDIVERSE_CONFIG` to point to the path of this file. * Set the environment variable `FEDIVERSE_CONFIG` to point to the path of this file.
* For development, run `python manage.py runserver --settings=backend.settings.dev` * For development, run `python manage.py runserver --settings=backend.settings.dev`
* In production, set the environment variable `DJANGO_SETTINGS_MODULE=backend.settings.production` * In production, set the environment variable `DJANGO_SETTINGS_MODULE=backend.settings.production`