On 23/11/2010 11:04, Michael McAndrew wrote:
git clone git://github.com/mysociety/mapit.git
<http://github.com/mysociety/mapit.git> didn't also clone commonlib.

commonlib is a submodule (hence the little icon on https://github.com/mysociety/mapit ); you simply need to do "git submodule update --init" to fetch it. I've added that to the README.

Is there  a step missing between 3 and 4, create a mapit database using
the spatial template: e.g. createdb -T template_postgis mapit and create
associated user

I guess it could be more explicit, although that instruction is given in the Django install documentation I followed :) (Just after the creation of the template.) Users are always different for everybody.

Is it worth mentioning the requirement for python-memcached?

It's not a requirement, it's just how we have it - you can of course just turn off the caching in the Django settings if you don't want/have it. The conf/packages file does mention python-memcache.

 From my googling it seems that either call this function like this is
depreciated in 2.6

Sorry, it has to be called with package name, not file name. I've fixed the README, something like --control=controls.first should work.

ATB,
Matthew

_______________________________________________
Mailing list [email protected]
Archive, settings, or unsubscribe:
https://secure.mysociety.org/admin/lists/mailman/listinfo/developers-public

Reply via email to