add README instructions
This commit is contained in:
parent
56d5510af4
commit
fdddbf8767
1 changed files with 16 additions and 1 deletions
15
README.md
15
README.md
|
@ -1,3 +1,18 @@
|
||||||
# pubtester
|
# pubtester
|
||||||
|
|
||||||
a set of scripts to spin up local environments containing many fediverse implementations for federation testing
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue