Skip to content

chrisfleming/setup-osm-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

On a clean install.... run  install_packages.sh and everything should work.

At the moment a few tests fail,  but I *think* this is expected.

This gets you to the end of rake test on the Wiki Page:
http://wiki.openstreetmap.org/wiki/The_Rails_Port#Running_the_tests

If all is well then:
ruby script/server

Should start the webserver and you should have access to this at:
http://localhost:3000/

Note at the moment, this just uses a default database password of openstreetmap, If you
want to change this then run:

sudo su postgres
psql -c "ALTER ROLE openstreetmap WITH PASSWORD 'yourpassword'"

Also change the password in config/databases.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages