Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johncosta/unicorn-on-dotcloud
https://github.com/johncosta/unicorn-on-dotcloud
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/johncosta/unicorn-on-dotcloud
- Owner: johncosta
- Created: 2013-02-15T15:44:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-23T11:38:59.000Z (over 11 years ago)
- Last Synced: 2024-10-10T21:25:49.911Z (about 1 month ago)
- Language: Ruby
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sinatra + Unicorn + dotCloud
=====================================To test locally:
- gem install bundler
- bundle install
- unicorn -d -p 4567
- curl http://localhost:4567/You should see the following:
Hello World!
To test on dotCloud
===================- dotcloud create -f sandbox unicorn
- dotcloud push -A unicornThe base URL will be show at the end of the push. You can then run the same
test as shown above, by changing the URLs.