-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added todos into the readme. Added new api to fetch groups based on t…
…he app. printInstanceDetails takes running param from outside
- Loading branch information
Sumit Vij
committed
Aug 29, 2013
1 parent
79955da
commit e0c3ba6
Showing
4 changed files
with
26 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
#TODOs | ||
* Load group name specific configuration | ||
* Load dependent gems like fog, colored from the dependencies | ||
* Push to github or git repo. | ||
# Capistrano AWS extension that provides better support for mulitstage deployments. | ||
##TODOs | ||
* Add the documentation around how to use it, why to use it etc. | ||
* Add the api to start instance on AWS with all the relevant attributes like group, roles etc. | ||
* Review the api to work on running and non-running instances; make it more consistent | ||
* API cleanup and strengthing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module CapAwsExt | ||
VERSION="0.2" | ||
VERSION="0.2.1" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters