-
-
Notifications
You must be signed in to change notification settings - Fork 5
Create automated AWS deploy #507
Copy link
Copy link
Open
Labels
Description
We need to make the process easier for people wanting to self host. We have serverless deployment scripts for all of the APIs and websites. We need a single script to kick everything off. It should:
- Create an RDS MySQL server
- Run the serverless deploys on each of the APIs, updating the config to point to the MySQL server
- Configure the DNS entries on Route53 for all of the APIs, given a root domain.
- Run the serverless deploys for each of the web projects, updating the configs to point to the API urls
- Configure the DNS entries on Route53 for all of the websites, given a root domain.
- Set up an S3 bucket for content and configure a DNS entry for it.
The user just needs to provide the AWS credentials and the domain name they wish to use and they should have a working copy of Chums and B1 when it finishes.
Reactions are currently unavailable