<div dir="ltr">Hello Cliff,<div><br></div><div>I'm also working on the Geonode project and had similar issues to yours. After struggling with the package installations and getting no success, I decided to go with the docker. Surprisingly everything went well after using docker!</div><div><br></div><div>Just follow the instructions on <a href="https://github.com/GeoNode/geonode-project">https://github.com/GeoNode/geonode-project</a>. Skip the part " Create a custom project"  entirely because it has nothing to do with docker. Start directly from "Start your server" and work on. </div><div><br></div><div>If you follow the instructions precisely, you'll be able to customize the Geonode by only modifying files in the "my_geonode" folder without touching the core. If you want to see changes being applied immediately, make sure you run docker-compose in dev mode:</div><div><br></div><div><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:13.6px;margin-bottom:0px;margin-top:0px;background-color:rgb(246,248,250);border-radius:3px;line-height:1.45;overflow:auto;padding:16px;word-break:normal;color:rgb(36,41,46)">docker-compose -f docker-compose.development.yml -f docker-compose.development.override.yml up</pre></div><div><br></div><div>Let me know if you need more assistance!</div><div><br></div><div>Best,</div><div><br></div><div>Ran</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 8, 2019 at 10:05 AM Cliff Patterson <<a href="mailto:cpatterson@psdrcs.com">cpatterson@psdrcs.com</a>> wrote:<br></div><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 Angelos,<div><br></div><div>Thanks for your help, but I can't get Geonode-project up and running. I just get error after error. I am using the instructions on github <a href="https://github.com/GeoNode/geonode-project" target="_blank">https://github.com/GeoNode/geonode-project</a></div><div><br></div><div><div>For example, when running pip install -r requirements.txt --upgrade: </div><div><br></div><div>ERROR: Complete output from command python setup.py egg_info:</div><div>    ERROR: Failed `CDLL(libgeos_c.so.1)`</div><div>    Failed `CDLL(libgeos_c.so)`</div><div>    Traceback (most recent call last):</div><div>      File "<string>", line 1, in <module></div><div>      File "/tmp/pip-install-UUny1E/Shapely/setup.py", line 38, in <module></div><div>        from shapely._buildcfg import geos_version_string, geos_version, \</div><div>      File "shapely/_buildcfg.py", line 167, in <module></div><div>        fallbacks=['libgeos_c.so.1', 'libgeos_c.so'])</div><div>      File "shapely/_buildcfg.py", line 161, in load_dll</div><div>        libname, fallbacks or []))</div><div>    OSError: Could not find library geos_c or load any of its variants ['libgeos_c.so.1', 'libgeos_c.so']</div><div>    ----------------------------------------</div><div>ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-UUny1E/Shapely/</div><div><br></div><div><div>Error when running: pip install pygdal==$PYGDAL_VERSION</div><div><br></div><div>ERROR: Invalid requirement: '.8'</div></div></div><div><br></div><div>At this point, nothing works... So let's start over. </div><div><br></div><div>What is the starting point to install a version of geonode that can be customized on a fresh installation of Ubuntu 18.04? </div><div><br></div><div>Big thanks!</div><div>Cliff</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 8, 2019 at 5:25 AM Angelos Tzotsos <<a href="mailto:gcpp.kalxas@gmail.com" target="_blank">gcpp.kalxas@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Please keep posting to GeoNode mailing list so that others can follow <br>
and help.<br>
<br>
Since you used the pre-release ppa, only geonode is installed, without a <br>
geonode-project setup for customization.<br>
Please have a look here for details:<br>
<a href="https://github.com/GeoNode/geonode-project" rel="noreferrer" target="_blank">https://github.com/GeoNode/geonode-project</a><br>
<br>
Best,<br>
Angelos<br>
<br>
On 5/8/19 4:05 AM, Cliff Patterson wrote:<br>
> I was not sure which directory to edit in order to customize the look of<br>
> geonode (e.g. change logo, menu colour). Ultimately I would like to create<br>
> a theme that I can replicate on several servers, but not sure how to<br>
> proceed. I installed on Ubuntu 18.04 using the geonode pre-release PPA.<br>
> With the default settings, there are two "static" directories when I search<br>
> the server for "geonode", one at:<br>
><br>
> /usr/local/lib/python2.7/dist-packages/geonode/static/geonode/<br>
><br>
> And another in the web root:<br>
><br>
> /var/www/geonode/static/geonode<br>
><br>
> I'm not that familiar with Django so really not sure which directory to<br>
> edit. The docs say "Your GeoNode project has a directory already set up for<br>
> storing your own images at <my_geonode>/static/img<br>
> ". Where is <my_geonode>?<br>
><br>
> Cheers,<br>
> Cliff<br>
><br>
> On Tue., May 7, 2019, 5:28 p.m. Angelos Tzotsos, <<a href="mailto:gcpp.kalxas@gmail.com" target="_blank">gcpp.kalxas@gmail.com</a>><br>
> wrote:<br>
><br>
>> Hi Cliff,<br>
>><br>
>> The documentation seems right. Are you working with a geonode-project or<br>
>> are you trying to customize the geonode itself?<br>
>><br>
>> Cheers,<br>
>> Angelos<br>
>><br>
>> On 5/7/19 11:48 PM, Cliff Patterson wrote:<br>
>><br>
>> Are there docs on how to change the geonode theme (e.g. brand logo) when<br>
>> installing 2.10 from the testing PPA? The instructions here do not seem to<br>
>> be valid:<br>
>> <a href="http://docs.geonode.org/en/master/tutorials/admin/customize_lookfeel/customize/theme_admin.html#theme-admin" rel="noreferrer" target="_blank">http://docs.geonode.org/en/master/tutorials/admin/customize_lookfeel/customize/theme_admin.html#theme-admin</a><br>
>><br>
>><br>
>> Thanks!<br>
>> Cliff<br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> geonode-users mailing listgeonode-users@lists.osgeo.orghttps://<a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">lists.osgeo.org/mailman/listinfo/geonode-users</a><br>
>><br>
>><br>
>><br>
>> --<br>
>> Angelos Tzotsos, PhD<br>
>> Charter Member<br>
>> Open Source Geospatial Foundationhttp://<a href="http://users.ntua.gr/tzotsos" rel="noreferrer" target="_blank">users.ntua.gr/tzotsos</a><br>
>><br>
>><br>
<br>
<br>
-- <br>
Angelos Tzotsos, PhD<br>
Charter Member<br>
Open Source Geospatial Foundation<br>
<a href="http://users.ntua.gr/tzotsos" rel="noreferrer" target="_blank">http://users.ntua.gr/tzotsos</a><br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail-m_-3000303765365345445gmail_signature"><div dir="ltr"><p style="margin-bottom:0.0001pt">Cliff Patterson Ph.D.<br><br><b>PSD</b> | Senior GIS Consultant <br>P: 519-690-2565 ext. 2565<br><a href="http://www.psdrcs.com" target="_blank">www.psdrcs.com</a><br>London | 148 Fullarton St. 9th Floor <span style="font-size:small">        </span><br></p><p style="font-size:12.8px;margin-bottom:0.0001pt"><span style="font-size:12.8px"><span style="font-size:9pt;line-height:12.84px;font-family:Verdana,sans-serif;color:rgb(0,112,192)"><img src="http://psdrcs.com/assets/email_signature.png" width="200" height="57"></span></span></p></div></div>
_______________________________________________<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="https://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geonode-users</a><br>
</blockquote></div>