Skip to content
Mario Andrés edited this page Apr 21, 2014 · 1 revision

Requirements

Boot the app

Booting in localhost:

  • git clone https://github.com/vilcabamba/bandango.git
  • bundle
  • Create .env file based on .env.example. Read instructions for environment configuration if needed
  • Create config/database.yml based on config/database.yml.example. We've been using MySQL, but feel free to use any database you want
  • foreman start (make sure redis is running)
  • Go to localhost:5000

About the environment

Procfile

Tools

Clone this wiki locally