Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reload/reload-aws-deployer
Tool for deploying sites via Amazon Web Services (very much work in progress)
https://github.com/reload/reload-aws-deployer
Last synced: about 4 hours ago
JSON representation
Tool for deploying sites via Amazon Web Services (very much work in progress)
- Host: GitHub
- URL: https://github.com/reload/reload-aws-deployer
- Owner: reload
- Created: 2014-05-04T09:08:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-05T08:00:09.000Z (over 10 years ago)
- Last Synced: 2023-03-11T02:34:46.904Z (over 1 year ago)
- Language: PHP
- Size: 480 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
reload-aws-deployer
===================Tool for deploying sites via Amazon Web Services (very much work in progress)
Website: http://reload.github.io/reload-aws-deployer/
*Prerequisites*
* Credentials has been setup in ~/.aws/credentials
* The user executing the deployment-script must have ssh-keys setup to grant
access to github.*Setup*
* composer install
* copy default.config.yml to config.yml and edit itSample command:
```
./reloadaws.php deploy [email protected]:reload/spejderdk 9c7c51082011d96094132168d7e351ec37267705
```*Stuff that needs doing*
* Figure out a more clean interface to the baseline store, at the very least
add commands for listing, generating and uploading baselines. Consider how
this could be done with Drush
* Commands for listing and controlling the running instances (apart from the
aws webinterface).
* Integration with Github pull-requets
* A dedicated webinterface for controlling the instances.