update README

This commit is contained in:
Tao Bror Bojlén 2019-02-21 14:54:44 +00:00
parent de1cee2015
commit aa4b5b887e
No known key found for this signature in database
GPG Key ID: C6EC7AAB905F9E6F
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ The map of the fediverse that you always wanted.
After running the backend in Docker:
- `docker-compose exec web python manage.py scrape` scrapes the entire fediverse
- `docker-compose exec web python manage.py scrape` scrapes the fediverse
- It only scrapes instances that have not been scraped in the last 24 hours.
- By default, it'll only scrape 50 instances in one go. If you want to scrape everything, pass the `--all` flag.
- `docker-compose exec web python manage.py build_edges` aggregates this information into edges with weights
- `docker-compose run gephi java -Xmx1g -jar build/libs/graphBuilder.jar` lays out the graph