-
brew install postgres -
brew install redis -
bundle install -
Create a
.envfileDATABASE_URL=postgres://localhost/gargamel REDIS_URL=redis://localhost:6379 REDIS_CONNECTIONS_CLIENT=10 REDIS_CONNECTIONS_SERVER=10 ADMIN_MODE=true -
bundle exec rake db:migrate
bundle exec foreman start dev
bundle exec rake garg:daily
drop schema public cascade;
create schema public;
