17,526
edits
Line 108: | Line 108: | ||
Now you need to copy the app to your server | Now you need to copy the app to your server | ||
# git clone https://github.com/yukimochi/Activity-Relay.git -b v1.0.0 | |||
# 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 | |||
# chmod 600 actor.pem | |||
# cd /root/Activity-Relay | |||
# 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 | |||
# docker-compose down |