1.0.10 • Published 9 years ago
aws-quickdeploy v1.0.10
aws-quickdeploy
An idea for setting up a website from a single config file.
Go from this file to this website or this website
Prerequisites
- Have
nodeandnpminstalled. Get them both here - Have an AWS account with a S3 bucket.
- (Optional) About $12
Steps
Open a terminal
Run mkdir <a directory> and cd <that directory>
Run npm init
Run npm install aws-quickdeploy
Populate the generated aws.json file with needed values
Modify the data.yml file too
Run npm run render to render and deploy.