Hi I'm struggling to deploy GeoNode 1.0 on Ubuntu 10.04 on a domain that's also hosting other sites, including another Django site.
More of a concern for now is that I can't run the last deployment step # /var/www/geonode/wsgi/geonode/bin/django-admin.py syncdb --settings=geonode.settings It seems like something bootstrap.py did something wrong (although it returned no errors and finished Ok). The only django-admin.py is: /var/www/geonode/wsgi/geonode/build/Django/django/bin/django-admin.py and it's not executable. Any tips? As a test I deployed GeoNode on my Ubuntu 10.10 notebook and it's working beautifully. There's a small typo in http://docs.geonode.org/1.0/deploy/ubuntu.html unzip GeoNode-1.0-RC1/geonode-client/ -d /var/www/geonode/htdocs/ should be unzip GeoNode-1.0/geonode-client.zip -d /var/www/geonode/htdocs/ thanks -- Gavin
