rbrigden / SHARIAsource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHARIAsource

Setup steps

  • Use rvm to install the version of Ruby specified in the Gemfile.
  • bundle install.
  • Copy config/database.example.yml to config/database.yml and fill out the appropriate fields.
  • Copy config/secrets.example.yml to config/secrets.yml and fill in your own secrets. To generate a random long secret, use rake secret.
  • spring binstub --all.
  • The first admin user must be set in the rails console. Create a user, rails c, and set the admin flag. Future roles can be set in-app by this admin.

About


Languages

Language:JavaScript 67.8%Language:Ruby 16.4%Language:CSS 9.1%Language:HTML 6.7%