<div dir="ltr">Thank you, I was able to resolve it with the following modifications to the standard instructions:<div><br></div><div>1.  Set SITEURL to "<a href="http://localhost">http://localhost</a>"</div><div>2.  Set ALLOWED_HOST = [‘*’]</div><div>2.  added three port forwarding rules to the vagrant file:</div><div><div>     config.vm.network "forwarded_port", guest: 80, host: 1234</div><div>     config.vm.network "forwarded_port", guest: 8000, host: 1235</div><div>      config.vm.network "forwarded_port", guest: 8080, host: 1236</div></div><div>3. started the server with python manage.py runserver <a href="http://0.0.0.0:1234">0.0.0.0:1234</a></div><div><br></div><div>Now from my host "localhost:1234" returns geonode.</div><div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div dir="ltr"><br></div></div></div></div><div class="gmail_quote">On Tue, Sep 6, 2016 at 8:23 AM, Simone Dalmasso <span dir="ltr"><<a href="mailto:simone.dalmasso@gmail.com" target="_blank">simone.dalmasso@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi, take a look at the apache logs. But <span style="font-family:arial,helvetica,sans-serif;font-size:12.8px">ALLOWED_HOSTS = ['127.0.0.1', 'localhost', '::1'] should also contain the 1234 port </span><span style="font-family:arial,helvetica,sans-serif;font-size:12.8px">ALLOWED_HOSTS = ['<a href="http://127.0.0.1:1234" target="_blank">127.0.0.1:1234</a>', 'localhost:1234', '::1']</span><div><span style="font-family:arial,helvetica,sans-serif;font-size:12.8px"><br></span></div><div><span style="font-family:arial,helvetica,sans-serif;font-size:12.8px">hope it helps</span></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="gmail-h5">2016-09-06 2:42 GMT+02:00 Erklauer, Dan <span dir="ltr"><<a href="mailto:derklauer@oceaneering.com" target="_blank">derklauer@oceaneering.com</a>></span>:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="gmail-h5"><div dir="ltr"><font face="arial, helvetica, sans-serif">I'm creating a VM development instance with vagrant and <a href="http://geonode-docs.readthedocs.io/en/latest/tutorials/admin/prep/index.html#setup-a-vagrant-machine-on-mac-osx" target="_blank">I'm using this document as a reference for vagrant</a> and <a href="http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/install_geonode_application.html" target="_blank">this one</a> 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 <span style="color:rgb(64,64,64);line-height:1.5">config.vm.network :forwarded_port, guest: 80, host: 1234 and edited my local_settings.py to:</span></font><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">ALLOWED_HOSTS = ['127.0.0.1', 'localhost', '::1']</font></div><div><font face="arial, helvetica, sans-serif">PROXY_ALLOWED_HOSTS = ("127.0.0.1", 'localhost', '::1')</font></div><div><font face="arial, helvetica, sans-serif">POSTGIS_VERSION = (2, 1, 2)</font></div><div><font face="arial, helvetica, sans-serif">SITEURL = "<a href="http://localhost:1234" target="_blank">http://localhost:1234</a>" <br></font></div><div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">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 "<font color="#000000"><i>Apache/2.4.7 (Ubuntu) Server at localhost:1234" when trying to access <a href="http://localhost:1234/" target="_blank">http://l<wbr>ocalhost:1234/</a> after the install.  </i></font></font></div><div><font face="arial, helvetica, sans-serif"><font color="#000000"><i><br></i></font></font></div><div><font face="arial, helvetica, sans-serif"><font color="#000000"><i>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_setting<wbr>s URL to IP)</i></font></font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">The two documents have some discrepancies with regard<wbr>s to version numbers, anyone have any suggestions? For an OS I went with ubuntu/trusty32</font><div><font face="arial, helvetica, sans-serif"><br></font></div><div><br clear="all"><div><div><div dir="ltr"><div dir="ltr"><span><br></span></div></div></div></div>
</div></div></div></div>
<br></div></div>______________________________<wbr>_________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank">geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman<wbr>/listinfo/geonode-users</a><br>
<br></blockquote></div><span class="gmail-HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div>Simone </div>
</font></span></div>
</blockquote></div><br></div></div>