[GeoNode-users] Development install and vagrant config.

Simone Dalmasso simone.dalmasso at gmail.com
Tue Sep 6 06:23:51 PDT 2016


Hi, take a look at the apache logs. But ALLOWED_HOSTS = ['127.0.0.1',
'localhost', '::1'] should also contain the 1234 port ALLOWED_HOSTS = ['
127.0.0.1:1234', 'localhost:1234', '::1']

hope it helps

2016-09-06 2:42 GMT+02:00 Erklauer, Dan <derklauer at oceaneering.com>:

> 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
>
>
>
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geonode-users
>
>


-- 
Simone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20160906/a150b730/attachment.html>


More information about the geonode-users mailing list