Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagopradi/octopus_sinatra
Octopus + Sinatra Example
https://github.com/thiagopradi/octopus_sinatra
Last synced: 11 days ago
JSON representation
Octopus + Sinatra Example
- Host: GitHub
- URL: https://github.com/thiagopradi/octopus_sinatra
- Owner: thiagopradi
- Created: 2010-07-30T17:46:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-08-10T21:52:14.000Z (over 14 years ago)
- Last Synced: 2024-11-29T12:08:11.512Z (24 days ago)
- Language: Ruby
- Homepage:
- Size: 132 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.mkdn
Awesome Lists containing this project
README
# Octopus Sinatra Example
This is a sample application using octopus + sinatra. This app demonstrate the basics of octopus running outside Rails. starting the application, the user will select what shard they want to see information.
## How to Run:
git clone git://github.com/tchandy/octopus_sinatra.git
cd octopus_sinatra
bundle install
rake db:migrate
rackup## Thanks
This project is sponsored by the Ruby Summer of Code,
and my mentors Mike Perham and Amit Agarwal.## Copyright
Copyright (c) 2010 Thiago Pradi, released under the MIT license.