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