a set of scripts to spin up local environments containing many fediverse implementations for federation testing
Go to file
Luna 2cb4f80e6c add pleroma 2022-11-16 23:22:33 -03:00
files add pleroma 2022-11-16 23:22:33 -03:00
.env.mastodon add mastodon 2022-11-16 18:08:17 -03:00
.gitignore add mastodon 2022-11-16 18:08:17 -03:00
Dockerfile.pleroma add pleroma 2022-11-16 23:22:33 -03:00
LICENSE Initial commit 2022-11-15 23:55:00 +00:00
README.md add README instructions 2022-11-16 18:22:25 -03:00
docker-compose.yaml add pleroma 2022-11-16 23:22:33 -03:00
mastodon_setup.sh add mastodon 2022-11-16 18:08:17 -03:00
pleroma_setup.sh add pleroma 2022-11-16 23:22:33 -03:00

README.md

pubtester

a set of scripts to spin up local environments containing many fediverse implementations for federation testing

setup

add the following to your /etc/hosts

127.0.0.1		mastodon.pubtester.local	localhost
127.0.0.1		pleroma.pubtester.local	localhost

run

git clone ... && cd pubtester
./mastodon_setup.sh
docker-compose up