Skip to content

Commit

Permalink
Updating Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Jul 20, 2010
1 parent b10bbc9 commit 2aab0b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,2 +1,3 @@
log log
tmp tmp
config/gmaps_api_key.yml
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -8,15 +8,16 @@ Hermes is the great messenger of the gods in Greek mythology and additionally as


To run the project you will need PostgreSQL and PostGIS extension in your system, you can look in internet for guides like this for <a href="http://techblog.strange-quark.com/gis/postgis-installation">Ubuntu Linux</a>, or this for <a href="http://www.lincolnritter.com/blog/2007/12/04/installing-postgresql-postgis-and-more-on-os-x-leopard/">Mac OSX</a> To run the project you will need PostgreSQL and PostGIS extension in your system, you can look in internet for guides like this for <a href="http://techblog.strange-quark.com/gis/postgis-installation">Ubuntu Linux</a>, or this for <a href="http://www.lincolnritter.com/blog/2007/12/04/installing-postgresql-postgis-and-more-on-os-x-leopard/">Mac OSX</a>


You will need postgresql library for Ruby: You will need postgresql library for Ruby also:


$ sudo gem install postgresql $ sudo gem install postgresql


## Initial Config ## Initial Config
Put your Google Maps API Key in config/gmaps_api_key.yml and setup your database configuration in config/database.yml


You can run the server locally: You can run the server locally:


$ rake gems:install #=> Install required dependencies $ rake gems:install #=> Install required dependencies the first time
$ rake db:create #=> Create DB, edit config/database.yml for setup your DB configuration $ rake db:create #=> Create the database if you don't already
$ rake db:migrate #=> Create application database tables $ rake db:migrate #=> Create application database tables
$ script/server #=> Start Rails App $ script/server #=> Start Rails App

0 comments on commit 2aab0b4

Please sign in to comment.