16 lines
454 B
Markdown
16 lines
454 B
Markdown
The intent here is to create an all-in-one social server build
|
|
|
|
## Requirements
|
|
|
|
* GNU Make
|
|
* Ansible
|
|
* Terraform
|
|
* AWS CLI
|
|
* AWS SessionManager plugin (http://docs.aws.amazon.com/console/systems-manager/session-manager-plugin-not-found)
|
|
* Python 3.6+ for credentials
|
|
* python3-bs4 (BeautifulSoup 4)
|
|
|
|
Your AWS account needs to be moved from the SES sandbox into production in the region you're deploying to. This is
|
|
requested through the AWS console.
|
|
|
|
|