- Use
rvm
to install the version of Ruby specified in theGemfile
. bundle install
.- Copy
config/database.example.yml
toconfig/database.yml
and fill out the appropriate fields. - Copy
config/secrets.example.yml
toconfig/secrets.yml
and fill in your own secrets. To generate a random long secret, userake 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.
forked from SHARIAsource/SHARIAsource
-
Notifications
You must be signed in to change notification settings - Fork 0
jsdiaz/SHARIAsource
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 67.5%
- Ruby 16.9%
- CSS 9.0%
- HTML 6.6%