Skip to content
/ jilu Public

An online recording service to facilitate audio-based assignments.

License

Notifications You must be signed in to change notification settings

edfan/jilu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://localhost:3000

Credits

License

Jilu is released under the terms of the MIT License.