Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 900 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 900 Bytes

Jilu

Jilu is a service that factilitates online audio-based assignments using JavaScript and HTML5.

Setup

  • Install bundler with gem install bundler.

  • Install gems with bundle install.

  • (Optional) Specify database (PostgreSQL by default).

  • (Optional) Specify webserver (WEBrick by default).

  • Create database with rake db:create after initializing database.

  • Run locally with rails server and access Jilu at http://localhost:3000

Credits

License

Jilu is released under the terms of the MIT License.