- Ruby 2.3.1
- Rails 4.2.4
- Redis Server
- MySQL Server
- Clone this repository
git clone git@github.com:empowerhack/SoulMedicine.git - Navigate to the cloned repository
cd SoulMedicine - Copy the environment file
cp .env.sample .env - Fill in the necessary information in this file (open an issue here if you need help)
- Run
bundle install - Run
rake db:create - Run
rake db:migrate - Run
rake db:seed - Run
rails sto start the local server - In a separate terminal, run
bundle exec sidekiqto run the background processes - You should see the site available at
localhost:3000and the admin section atlocalhost:3000/admin - You can login to the admin site by using
admin@example.com / password