Go to file
Tao Bror Bojlén d072e6dbef
use AGPL (#32)
2019-02-20 13:45:09 +00:00
apiv1 fix node sizing for instances of size 1 2018-09-05 18:03:13 +02:00
backend scraper perf improvements 2018-09-01 20:46:00 +02:00
frontend Highlight selected instance (#21) 2018-12-06 18:48:32 +00:00
gephi add gephi deps 2018-09-04 00:55:07 +02:00
scraper make scraper work more slowly 2018-09-05 11:42:14 +02:00
.gitignore gitignore whitelist 2018-09-05 12:49:08 +02:00
LICENSE use AGPL (#32) 2019-02-20 13:45:09 +00:00
README.md add graph (#1) 2018-09-01 15:32:04 +02:00
config.json.template separate dev and production configs 2018-08-27 00:41:06 +02:00
manage.py initial commit with django 2018-08-26 02:13:46 +02:00
requirements.txt security updates for python packages 2018-11-15 16:32:54 +00:00
whitelist.txt add opt-in whitelist for small instances 2018-09-04 19:52:12 +02:00

README.md

fediverse.space

fediverse.space is a tool to explore instances in the fediverse.

Running it

  • cp config.json.template config.json and enter your configuration details. I've used a postgres database for development.
  • Set the environment variable FEDIVERSE_CONFIG to point to the path of this file.
  • pip install -r requirements.txt
  • yarn install
  • Make sure you have the Java 8 JRE (to run) or JDK (to develop) installed, and gradle
  • For development, run python manage.py runserver --settings=backend.settings.dev
  • In production, set the environment variable DJANGO_SETTINGS_MODULE=backend.settings.production