Go to file
Tao Bojlen ef18276c21 add sidebar with instance details 2018-09-01 19:24:05 +02:00
apiv1 add sidebar with instance details 2018-09-01 19:24:05 +02:00
backend add graph (#1) 2018-09-01 15:32:04 +02:00
frontend add sidebar with instance details 2018-09-01 19:24:05 +02:00
gephi add graph (#1) 2018-09-01 15:32:04 +02:00
scraper add sidebar with instance details 2018-09-01 19:24:05 +02:00
.gitignore add graph (#1) 2018-09-01 15:32:04 +02:00
LICENSE Initial commit 2018-08-26 02:13:13 +02: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 update requirements 2018-08-27 01:28:05 +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