Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 417 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 417 Bytes

janina

Requirements

  • Ruby 2.3.3+

Development Setup

  1. Clone the repository
$ git clone [email protected]:ialidzhikov/janina.git
$ cd janina
  1. Install dependencies
$ bundle install
  1. Setup database
$ bundle exec rake db:migrate
  1. (Optinal) Import admin users from admin/users/admins.json
$ bundle exec rake db:users:import_admins
  1. Run
$ bundle exec ruby app.rb