Skip to content

CLAGOR/world_app

Repository files navigation

  1. create file config/application.yml with following content:

    DB_USER: your_db_username
    DB_PASS: your_db_password
    HEROKU_DB: heroku_db_name
    HEROKU_DB_USER: heroku_db_username
    HEROKU_DB_PASS: heroku_db_password
  2. set the config vars on production using rake heroku:set_vars

    1. in db/seeds.rb specify the countries that should populate the database

    2. in terminal run rake db:seed

    1. in terminal run rake db:clear:all

    2. check out lib/tasks/clear_db.rake for more options

About

Application with a clickable map of the all countries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published