Fediverse relays: Difference between revisions

m
Line 108: Line 108:
Now you need to copy the app to your server
Now you need to copy the app to your server


1. git clone https://github.com/yukimochi/Activity-Relay.git -b v1.0.0
# git clone https://github.com/yukimochi/Activity-Relay.git -b v1.0.0
2. vim config.yml  
# vim config.yml  
* make the file look like [https://github.com/yukimochi/Activity-Relay#yaml-format this].
* make the file look like [https://github.com/yukimochi/Activity-Relay#yaml-format this].
3. openssl genrsa | tee actor.pem
# openssl genrsa | tee actor.pem
4. chmod 600 actor.pem
# chmod 600 actor.pem
5. cd /root/Activity-Relay
# cd /root/Activity-Relay
6. docker-compose build
# docker-compose build
* this will take a while and lots of red text will appear. Don't worry.
* this will take a while and lots of red text will appear. Don't worry.
7. docker-compose up -d
# docker-compose up -d
8. docker-compose down
# docker-compose down