Fediverse relays: Difference between revisions

m
Line 111: Line 111:
2. vim config.yml  
2. 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].
* openssl genrsa | tee actor.pem
3. openssl genrsa | tee actor.pem
* chmod 600 actor.pem
4. chmod 600 actor.pem
* cd /root/Activity-Relay
5.  cd /root/Activity-Relay
* docker-compose build
6.  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.
* docker-compose up -d
7. docker-compose up -d
* docker-compose down
8. docker-compose down