From b1fc6608c94293c6f5435699024de3473d195dd2 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 20 Nov 2022 03:00:43 -0300 Subject: [PATCH] update README --- .env.mastodon | 3 +++ README.md | 10 +++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.env.mastodon b/.env.mastodon index bc4b231..6719d6d 100644 --- a/.env.mastodon +++ b/.env.mastodon @@ -1,4 +1,7 @@ LOCAL_DOMAIN=mastodon.pubtester.local +RAILS_ENV=development +VAGRANT=true +ALTERNATE_DOMAINS=mastodon.pubtester.local:20000 BIND=0.0.0.0 REDIS_HOST=mastodon_redis diff --git a/README.md b/README.md index 51443ad..ef200a6 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,21 @@ a set of scripts to spin up local environments containing many fediverse implementations for federation testing +at the moment only two instances of pleroma are generated. + +mastodon is TODO. + ## setup add the following to your `/etc/hosts` ``` -127.0.0.1 mastodon.pubtester.local localhost 127.0.0.1 pleroma.pubtester.local localhost +127.0.0.1 pleroma2.pubtester.local localhost ``` run ``` git clone ... && cd pubtester -./mastodon_setup.sh -docker-compose up +./pleroma_setup.sh +docker-compose up -d pleroma_web pleroma2_web nginx ```