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: 3 months ago
JSON representation

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 unicorn

The 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.