Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 793 Bytes

File metadata and controls

23 lines (19 loc) · 793 Bytes

Local development

Requirements

  • Ruby 2.3.1
  • Rails 4.2.4
  • Redis Server
  • MySQL Server

Build Steps

  1. Clone this repository git clone git@github.com:empowerhack/SoulMedicine.git
  2. Navigate to the cloned repository cd SoulMedicine
  3. Copy the environment file cp .env.sample .env
  4. Fill in the necessary information in this file (open an issue here if you need help)
  5. Run bundle install
  6. Run rake db:create
  7. Run rake db:migrate
  8. Run rake db:seed
  9. Run rails s to start the local server
  10. In a separate terminal, run bundle exec sidekiq to run the background processes
  11. You should see the site available at localhost:3000 and the admin section at localhost:3000/admin
  12. You can login to the admin site by using admin@example.com / password