Hi all, My question is for anyone who has successfully deployed cga-worldmap on a production server. The install instructions<https://github.com/cga-harvard/cga-worldmap/blob/master/README.rst>accompanying a cga-worldmap download are for installing a development setup. I discovered it's vain to follow geonode deployment instructions<https://github.com/cga-harvard/cga-worldmap/blob/master/docs/source/deployment.rst>because of the differences in the file structures between geonode and worldmap. In short, which steps can one follow to have cga-worldmap running in a production server(apache, postgres, tomcat) ?
Could I modify the below steps and end up with a worldmap django application running on apache instead of starting a dev server - paver host? git clone git://github.com/cga-harvard/cga-worldmap.git cga-worldmap cd cga-worldmap git submodule update --init python bootstrap.py --no-site-packages source bin/activate paver build django-admin.py createsuperuser --settings=geonode.settings paver host Any tips are highly appreciated. My approach of turning an existing geonode into worldmap is not really working. Thanks, Allan.
