Update selfhosting.md

After the deprecation of auto scaling groups I needed to follow the changes here to get riju back online. Hope this helps others!
This commit is contained in:
Philip London 2021-09-19 09:13:28 -04:00 committed by GitHub
parent dd1b851c3c
commit 4a14b2c6c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -212,6 +212,17 @@ install it as a CNAME record in your DNS panel. After DNS propagates,
you should now be able to receive a 502 from Riju with no body
content.
## Launch instance
Navigate to your EC2 dashboard instances. Select "Launch instance from template"
and select riju-server for the launch template.
## Attach to target group
Once your instance is running you can attach it to a target group. Navigate to
Load Balancing > Target groups. Select riju-server-http and register the instance
that you just launched.
## Build and deploy
*(Note: Although it's easy to build Riju locally, you have to be able