Skip to content

antelmoa/SHARIAsource

 
 

Repository files navigation

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.

License

SHARIAsource is licensed under the GNU GPL 3.0 License.

Copyright

2019 President and Fellows of Harvard College.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.4%
  • Ruby 18.7%
  • CSS 11.7%
  • HTML 11.6%
  • CoffeeScript 0.6%