17,327
edits
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]. | ||
3. openssl genrsa | tee actor.pem | |||
4. chmod 600 actor.pem | |||
5. cd /root/Activity-Relay | |||
6. docker-compose build | |||
* this will take a while and lots of red text will appear. Don't worry. | |||
7. docker-compose up -d | |||
8. docker-compose down |