https://github.com/petems/ec2-sinatra-boilerplate
Get your Sinatra app up in the cloud ASAP...
https://github.com/petems/ec2-sinatra-boilerplate
Last synced: 5 months ago
JSON representation
Get your Sinatra app up in the cloud ASAP...
- Host: GitHub
- URL: https://github.com/petems/ec2-sinatra-boilerplate
- Owner: petems
- Created: 2013-02-15T00:52:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-15T01:04:16.000Z (over 12 years ago)
- Last Synced: 2025-01-12T16:37:58.523Z (6 months ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ec2-sinatra-boilerplate
=======================Get your Sinatra app up in the cloud ASAP...
So, this is a first iteration, pretty basic. Future features
* RVM (Or not, rbenv is so much easier...)
* Puppet (Currently in, super basic)
* Fog (To create the instance for you)
* Custom AMI (With Puppet installed already)Currently, here's the things you need to do on the server before you go...
sudo -s
apt-get install chkconfig
nginx=stable
add-apt-repository ppa:nginx/$nginx
apt-get update
apt-get install nginxsudo service nginx start
fuser -n tcp 80
kill -9 {running 80 process if it exists}
sudo gem install sinatra haml