You will need some basic env variable setup by copying the .env.example file -> .env
(Do not these on any test/production environmnents. generate new ones with rake secret)
Then run bundle install
To setup your database copy the database.yml.example file -> database.yml and run rake db:create