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:
parent
dd1b851c3c
commit
4a14b2c6c1
|
@ -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
|
you should now be able to receive a 502 from Riju with no body
|
||||||
content.
|
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
|
## Build and deploy
|
||||||
|
|
||||||
*(Note: Although it's easy to build Riju locally, you have to be able
|
*(Note: Although it's easy to build Riju locally, you have to be able
|
||||||
|
|
Loading…
Reference in New Issue