Skip to content

jenikm/InteractiveMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: website is available at radiant-mist-4162.heroku.com/accounts/tracking_map
Installation instructions:
  install ruby (REE)
  install postgresql
  install ruby -v 2.0.2
  install gems
    gem "haml"
    gem "faker"
    gem "postgres", "0.7.9.2008.01.28"
    gem "rails", "2.0.2"
    gem "andand"
    gem "pg"
    gem "hpricot"
  create database user interactive_map
  create database interactive_map with owner interactive_map;
  Restore database: pg_restore interactive_map.dump -U interactive_map | psql -U interactive_map 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors