<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Dear all,</div><div><br></div><div>I have tried to install geonode devmode vs 2.8 via python virtualenv in a 16.04LTS Ubuntu server. I am following the guide in here [1].</div><div><br></div><div>I am using custom local_settings.py. Everything works fine, except:</div><div><br></div><div>1 - geoserver url. The link for Geoserver on GeoNode site points to localhost:8000/proxy/?url=http:localhost:8080/geoserver/, however when clicking on it, the site opens localhost:8000/geoserver/index.html.</div><div><br></div><div>2 - Upload layers - while uploading a layer, we hit " Unespected error" <br></div><div><br></div><div>Geoserver port number should be 8080.  Thinking about that, I went to [2] <br></div><div>which says to comment the lines:<br></div><div><pre><span class="gmail-o">...</span>
<span class="gmail-c1"># SITEURL = '<a href="http://localhost">http://localhost</a>'</span>
<span class="gmail-o">...</span>
<span class="gmail-c1">#GEOSERVER_LOCATION = os.getenv(</span>
<span class="gmail-c1">#    'GEOSERVER_LOCATION', '{}/geoserver/'.format(SITEURL)</span>
<span class="gmail-c1">#)</span>

<span class="gmail-c1">#GEOSERVER_PUBLIC_LOCATION = os.getenv(</span>
<span class="gmail-c1">#    'GEOSERVER_PUBLIC_LOCATION', '{}/gs/'.format(SITEURL)</span>
<span class="gmail-c1">#)</span>
<span class="gmail-o">...<br><br></span></pre><pre><span class="gmail-o">Besides of that, I set GEOSERVER_PUBLIC_PORT = '8080', but the issues remains. <br><br>GEOSERVER_PUBLIC_PORT = os.getenv(<br>    'GEOSERVER_PUBLIC_PORT', '8080'<br>)<br><br></span></pre>If anyone else has faced these problems and could share any hint, it will be very appreciated.</div><div><span class="gmail-o"><br></span></div><div><span class="gmail-o">Kind regards</span></div><div><span class="gmail-o"><br></span></div><div><span class="gmail-o">Julierme<br></span></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>[1] <a href="https://github.com/GeoNode/geonode-project/tree/06602d424a3779a636bcc78bc1d50c83ba980bad">https://github.com/GeoNode/geonode-project/tree/06602d424a3779a636bcc78bc1d50c83ba980bad</a></div><div><br></div><div>[2] <a href="http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/create_geonode_db.html">http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/create_geonode_db.html</a><br></div></div></div></div></div>