Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kikuomax/ochimikan-rails
Ruby on Rails application which serves OchiMikan
https://github.com/kikuomax/ochimikan-rails
Last synced: about 1 month ago
JSON representation
Ruby on Rails application which serves OchiMikan
- Host: GitHub
- URL: https://github.com/kikuomax/ochimikan-rails
- Owner: kikuomax
- License: mit
- Created: 2014-10-18T18:47:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-22T00:05:40.000Z (about 10 years ago)
- Last Synced: 2024-10-16T21:04:04.008Z (2 months ago)
- Language: JavaScript
- Size: 254 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**OchiMikanRails** is a Ruby on Rails application which serves OchiMikan.
Prerequisites
-------------You need to install [Ruby](https://www.ruby-lang.org) and [Ruby on Rails](http://rubyonrails.org) 4.1.
[This guide](http://guides.railsgirls.com/install/) is helpful for Ruby and Rails installation.Running OchiMikanRails
----------------------1. Clone the repository.
git clone https://github.com/kikuomax/ochimikan-rails.git
cd ochimikan-rails2. Resolve dependencies.
bundle install
3. Run rails.
rails server
Now the server should be waiting for connections on the port 3000 of your machine.
secrets.yml
-----------Although `config/secrets.yml` is remained in the repository so that the application can run out of the box, you should use different keys for your application.
License
-------[MIT License](http://opensource.org/licenses/MIT)