Sha256: 8cda700d22e97cf34c8de5897ea1ab8e692132021d178e5d2c8585b46b6b1401
Contents?: true
Size: 1.2 KB
Versions: 15
Compression:
Stored size: 1.2 KB
Contents
See LICENSE for license (Apache-2.0) About ===== gaptool will create environments in AWS EC2, RDS, and Route 53 based on your chef recipes and make them manageable much in the same way that EngineYard and Heroku are. Essentially, turning your IaaS into a PaaS. Setup ===== Examples of configuration for the tool are in common/ Example of chef repo to use this properly will be available soon ## Setup from Science Team **RVM** Follow the RVM installation instructions. Then run: $ rvm install 1.9.3 $ rvm use 1.9.3 **Gaptool** $ gem install gaptool-client Next, add your Gaptool credentials to your `.bash_profile` or other shell configuration file. $ echo "export GT_URL = '<gt server endpoint>'" >> ~/.bash_profile $ echo "export GT_USER = <your username>" >> ~/.bash_profile $ echo "export GT_KEY = <your key>" >> ~/.bash_profile $ source ~/.bash_profile For more information on Gaptool installation and usage, check out the [main Gaptool wiki](https://github.com/Gild/ops/wiki/main:Gaptool) and [Gaptool Client](https://github.com/Gild/ops/wiki/gaptool-client) wiki on GitHub. **Test it out** $ gt **SSH into Gild Source staging** $ gt ssh -r frontend -e staging -f
Version data entries
15 entries across 15 versions & 1 rubygems