[GeoNode-users] Development install and vagrant config.

Erklauer, Dan derklauer at oceaneering.com
Mon Sep 5 17:42:22 PDT 2016


I'm creating a VM development instance with vagrant and I'm using this
document as a reference for vagrant
<http://geonode-docs.readthedocs.io/en/latest/tutorials/admin/prep/index.html#setup-a-vagrant-machine-on-mac-osx>
and
this one
<http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/install_geonode_application.html>
for the geonode installation process.  I'm having some problems.  Im going
to run the vm over local host port 1234 with vagrant so I have set my
vagrant file to config.vm.network :forwarded_port, guest: 80, host: 1234
and edited my local_settings.py to:

ALLOWED_HOSTS = ['127.0.0.1', 'localhost', '::1']
PROXY_ALLOWED_HOSTS = ("127.0.0.1", 'localhost', '::1')
POSTGIS_VERSION = (2, 1, 2)
SITEURL = "http://localhost:1234"

I've left the genode.conf and the web.xml files as
localhost wherever referenced in the install docs. But I get a  500
error "*Apache/2.4.7
(Ubuntu) Server at localhost:1234"
when trying to access http://localhost:1234/ <http://localhost:1234/> after
the install.  *

*As a test I've also set up my vagrant network for an ip and when I hit the
IP:8080 I'm able to reach geoserver.  I have not had any luck getting the
geonode sit when hitting the IP (after modifying local_settings URL to IP)*

The two documents have some discrepancies with regards to version numbers,
anyone have any suggestions? For an OS I went with ubuntu/trusty32
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20160905/0619b71e/attachment.html>


More information about the geonode-users mailing list