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 ```