Re: [OSM-dev] Has anyone got a cheat sheet for forking OSM at all?

2010-07-21 Thread Richard Weait
On Tue, Jul 20, 2010 at 8:11 AM, John Smith deltafoxtrot...@gmail.com wrote: I'm up to trying to import data, I'm using a region extract rather than the entire planet database but I'm hitting the following error: org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to insert user

Re: [OSM-dev] Has anyone got a cheat sheet for forking OSM at all?

2010-07-21 Thread John Smith
On 22 July 2010 00:16, Richard Weait rich...@weait.com wrote: If you haven't got mail setup for this box you won't have confirmed that user / email address. Turn the user active in the database by hand and it should work. That wasn't the problem, the link on the OSM wiki links to 0.35 but to

Re: [OSM-dev] Has anyone got a cheat sheet for forking OSM at all?

2010-07-21 Thread Anthony
On Tue, Jul 20, 2010 at 5:32 AM, John Smith deltafoxtrot...@gmail.comwrote: I've seen schema and such on the wiki, but nothing putting it all together like some of the mapnik/mod_tile/etc tutorials. If nothing exists I'll start documenting it as I go... Please do. As I've told you on chat,

[OSM-dev] Has anyone got a cheat sheet for forking OSM at all?

2010-07-20 Thread John Smith
I've seen schema and such on the wiki, but nothing putting it all together like some of the mapnik/mod_tile/etc tutorials. If nothing exists I'll start documenting it as I go... ___ dev mailing list dev@openstreetmap.org

Re: [OSM-dev] Has anyone got a cheat sheet for forking OSM at all?

2010-07-20 Thread Stefan de Konink
On Tue, 20 Jul 2010, John Smith wrote: I've seen schema and such on the wiki, but nothing putting it all together like some of the mapnik/mod_tile/etc tutorials. If nothing exists I'll start documenting it as I go... I wrote a complete read/write API in C.

Re: [OSM-dev] Has anyone got a cheat sheet for forking OSM at all?

2010-07-20 Thread Chris Jones
On 20/07/10 10:32, John Smith wrote: I've seen schema and such on the wiki, but nothing putting it all together like some of the mapnik/mod_tile/etc tutorials. If nothing exists I'll start documenting it as I go... http://wiki.openstreetmap.org/wiki/Mapnik

Re: [OSM-dev] Has anyone got a cheat sheet for forking OSM at all?

2010-07-20 Thread John Smith
On 20 July 2010 19:41, Chris Jones roller...@sucs.org wrote: http://wiki.openstreetmap.org/wiki/Rails_port Thanks for that, I just started looking into the rails stuff on the github, but this will save me some time... ___ dev mailing list

Re: [OSM-dev] Has anyone got a cheat sheet for forking OSM at all?

2010-07-20 Thread Richard Fairhurst
JohnSmitty wrote: I've seen schema and such on the wiki, but nothing putting it all together like some of the mapnik/mod_tile/etc tutorials. If nothing exists I'll start documenting it as I go... If there's anything I can do to help (particularly wrt Potlatch) let me know. cheers Richard

Re: [OSM-dev] Has anyone got a cheat sheet for forking OSM at all?

2010-07-20 Thread John Smith
On 20 July 2010 19:47, Richard Fairhurst rich...@systemed.net wrote: If there's anything I can do to help (particularly wrt Potlatch) let me know. I didn't see anything on the rail port wiki page specifically about potlatch, does it need anything special?

Re: [OSM-dev] Has anyone got a cheat sheet for forking OSM at all?

2010-07-20 Thread John Smith
On 20 July 2010 19:47, Richard Fairhurst rich...@systemed.net wrote: If there's anything I can do to help (particularly wrt Potlatch) let me know. Also the debian rails page seems to be out of date, it still references SVN + MySQL... http://wiki.openstreetmap.org/wiki/Rails_on_Debian

Re: [OSM-dev] Has anyone got a cheat sheet for forking OSM at all?

2010-07-20 Thread Richard Fairhurst
JohnSmitty wrote: I didn't see anything on the rail port wiki page specifically about potlatch, does it need anything special? Depends entirely what you want to do. If you just want to rehost the exact same OSM code somewhere else, as people do with their own rails_port installs, then no, you

Re: [OSM-dev] Has anyone got a cheat sheet for forking OSM at all?

2010-07-20 Thread John Smith
On 20 July 2010 20:01, Richard Fairhurst rich...@systemed.net wrote: to change Potlatch's Welcome to OpenStreetMap message to something else, you'll need to know where the config files are. If you want it to behave I'm guessing that would be useful to document on the wiki under the rails port

Re: [OSM-dev] Has anyone got a cheat sheet for forking OSM at all?

2010-07-20 Thread John Smith
I'm up to trying to import data, I'm using a region extract rather than the entire planet database but I'm hitting the following error: org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to insert user with id -1 into the database. Is this because the user table isn't populated? If