17,327
edits
Line 110: | Line 110: | ||
# 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 | ||
# vim config.yml | # vim config.yml | ||
## make the file look like [https://github.com/yukimochi/Activity-Relay#yaml-format this]. | |||
# openssl genrsa | tee actor.pem | # openssl genrsa | tee actor.pem | ||
# chmod 600 actor.pem | # chmod 600 actor.pem | ||
# cd /root/Activity-Relay | # cd /root/Activity-Relay | ||
# docker-compose build | # docker-compose build | ||
## this will take a while and lots of red text will appear. Don't worry. | |||
# docker-compose up -d | # docker-compose up -d | ||
# docker-compose down | # docker-compose down |