Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/negativetwelve/bench-rails
Bench Rails Web/API - taskben.ch
https://github.com/negativetwelve/bench-rails
Last synced: 17 days ago
JSON representation
Bench Rails Web/API - taskben.ch
- Host: GitHub
- URL: https://github.com/negativetwelve/bench-rails
- Owner: negativetwelve
- Created: 2013-10-05T11:57:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-05T08:36:07.000Z (about 11 years ago)
- Last Synced: 2024-10-19T16:00:11.696Z (28 days ago)
- Language: Ruby
- Homepage:
- Size: 322 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
Awesome Lists containing this project
README
### Bench Rails Web/API
### Setup
You will need Ruby 2.0.0 and Rails 4.0. Once you have both of those installed, you can run the following:
bundle install
If all goes well, you can set up your local database (first make a copy of config/sample/database.yml to config/database.yml and change the name to be a user on your computer):
rake db:migrate
And if that goes well too, you can start the rails server!
rails s