pubtester/README.md

19 lines
355 B
Markdown
Raw Normal View History

2022-11-15 23:55:00 +00:00
# pubtester
2022-11-16 21:22:25 +00:00
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
```