Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

CobreGratis/cobregratis-dashboard

Repository files navigation

Cobre Grátis Dashboard

Setup Development Environment

  1. Clone the repo

     $ git clone https://github.com/ddollar/heroku-config.git
    
  2. Install heroku-config

     $ heroku plugins:install git://github.com/ddollar/heroku-config.git
    
  3. Pull the config variables

     $ heroku config:pull
    
  4. Remove the CANONICAL_HOST variable from .env

     $ echo "`sed '/CANONICAL_HOST/d' .env`" > .env
    
  5. Start the server

     $ foreman start
    
  6. Open http://localhost:5000 in your browser

     $ open http://localhost:5000