Hi, my 2 cents. The Geonode project should be used whenever you want to customize a Geonode. For Geonode 2.0 use the master branch<span></span> of the geonode_project. For Geonode 2.4 use the 2.4 branch. The geonode_project local_settings is actually unnecessary ( we removed it in the 2.4 branch) because it will always read the geonode's setting so you can keep using the geonode's local_settings. <div><br></div><div>Hope this helps. <br><br>Il mercoledì 25 marzo 2015, John Jediny <<a href="mailto:john.jediny@gmail.com">john.jediny@gmail.com</a>> ha scritto:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you have any need to customize Geonode (install a 3rd party app or even modify CSS HTML) you still want to use the Geonode project. As everytime you update/upgrade Geonode using the ppa or merging/pull git you'll always have to redo your work or resolve the conflict...<div><br></div><div>Two things to try for those still having probelms... 1.Remove your existing installation if it is not within a python virtualenv.. I would also suggest using virtualenvwrapper if you plan to install multiple 3rd party apps creating a new wrapper env for each. Virtualenv will avoid new apps from upgrading/downgrading the Python libraries that other apps or Geonode depend on... Wrapper allows you to manage multiple virtualenvs one for each Python app. </div><div>2. Make sure you use apache2's new permissions </div><div>See halfway through this thread for what I mean - </div><div><a href="https://github.com/ckan/ckan/issues/1651" target="_blank">https://github.com/ckan/ckan/issues/1651</a>. About require all granted...</div><div><br></div><div>If neither works open a new terminal and use it watch apache log $ sudo su $ tail -f /var/log/geonode/apache.log</div><div><br></div>If your seeing permission denied then you need to use chown and/or chmod 700 for the www-data user and group of whatever file or dir Apache can't access<span></span><br><div><br></div><div><br>On Tuesday, March 24, 2015, Francesco Bartoli <<a href="javascript:_e(%7B%7D,'cvml','xbartolone@gmail.com');" target="_blank">xbartolone@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">In this case you have to edit the local_settings.py under /etc/geonode.<div><br><div><div>Il giorno 24/mar/2015, alle ore 23:17, Le Ny Conseil <<a>lenyconseil@gmail.com</a>> ha scritto:</div><br><blockquote type="cite"><div dir="ltr"><div><div><div><div><div>Sorry, i'm a little bit lost.<br></div>I've installed geonode on ubuntu 14.04 with apt and the ppa:testing package repository.<br></div>Version 2.4b22.<br><br></div>I didn't create virtualenv (I didn't follow this step : Installed Geonode_Project template for Isolation and Customization in Virtualenvironment). Maybe, it is the reason ?<br><br></div>I haven't got found this local_settings.py.sample.<br></div><div>I'm a disappointed now on this look&feel customization.<br><br></div><div>Thanks for your suggestions.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-24 22:50 GMT+01:00 Francesco Bartoli <span dir="ltr"><<a>xbartolone@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">I mean the local_settings.sample that comes with geonode source. I installed from that into an ubuntu 12.04 box. If you want just to customize a plain geonode you shouldn’t have the need of the geonode_project template. This should be used for adding a new geonode based application like the zinnia blog explained in the documentation.<div><br></div><div>Hope this clarifies.</div><div><br></div><div>Ciao</div><div>F.</div><div> </div><div><div><div>Il giorno 24/mar/2015, alle ore 22:40, GC-54 <<a>nepanode@gmail.com</a>> ha scritto:</div><div><div><br><blockquote type="cite"><div dir="ltr">the local_settings.sample that comes with geonode_project shouldn't be used... instead you want to copy the local_settings.py from the newly installed geonode.<div><br></div><div>to find it run </div><div>$ sudo updatedb </div><div>$ sudo locate local_settings </div><div><br></div><div>... (should find it in the .../python2.7/dist-packages/... dir) </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 24, 2015 at 5:32 PM, Francesco Bartoli <span dir="ltr"><<a>xbartolone@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">I did it yesterday and I can confirm that you find the local_settings sample file to be edited. I downloaded the beta22 tag from github.<div><br></div><div>Francesco Bartoli</div><div><br><div><div>Il giorno 24/mar/2015, alle ore 21:18, Le Ny Conseil <<a>lenyconseil@gmail.com</a>> ha scritto:</div><div><br><blockquote type="cite"><div dir="ltr"><div>Thank you for notes.<br><br></div><div>But it doesn't work. Following the procedure, only thing disturb me. I haven't got a local_settings.py.sample file so i cant' do that : Rename the local_settings.py.sample to local_settings.py and edit it's content by setting the SITEURL and SITENAME<br><br></div><div class="gmail_extra"></div><div class="gmail_extra">My site displays a 404 error.<br></div><div class="gmail_extra">Any idea ?<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2015-03-24 6:04 GMT+01:00 GC-54 <span dir="ltr"><<a>nepanode@gmail.com</a>></span>:<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">The documentation for running a django project wrapper/skeleton hasn't been updated for use with 2.4 but after doing it realized it comes down to using an upstream version tag for the geonode-project github repo ... as an interim I took some notes on what I did to get Geonode 2.4b20+ running and customized on Ubuntu 14.04. Hope this helps, if there are any gaps let me know:<div><br></div><div><a href="https://github.com/DOE-NEPA/NEPAnode/wiki/Migrating-Current-NEPAnode-Site" target="_blank">https://github.com/DOE-NEPA/NEPAnode/wiki/Migrating-Current-NEPAnode-Site</a><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div>On Mon, Mar 23, 2015 at 8:08 AM, Le Ny Conseil <span dir="ltr"><<a>lenyconseil@gmail.com</a>></span> 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><div dir="ltr">Hello Annalisa and dear list members,<div><br></div><div>I'm particulary interested in this topic because i've tried few weeks ago to customize the look&feel of Geonode 2.4b22 without success.</div><div>Not sure that the documentation be up to date.</div><div><br></div><div>I have tried to replace my_geonode by a new template name, a new folder was created in my home folder but i've never succeed to visualize my geonode with the new templates. </div><div><br></div><div>Is there here a committer who could tell us more about this important point ?</div><div><br></div><div>Thanks,</div><div>Happy spring day to everybody.</div><div><br></div><div><br></div><div><br></div></div>
<br></div>_______________________________________________<br>
geonode-users mailing list<br>
<a>geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
geonode-users mailing list<br>
<a>geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div><div dir="ltr"><div>Pierre-André Le Ny</div><div><b>Le Ny Conseil</b></div><div><a href="http://www.lenyconseil.fr/" target="_blank">http://www.lenyconseil.fr</a></div><div><br></div></div></div>
</div></div>
_______________________________________________<br>geonode-users mailing list<br><a>geonode-users@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users</a><br></blockquote></div></div><br></div></div></blockquote></div><br></div>
</blockquote></div></div></div><br></div></div></blockquote></div><br><br clear="all"><br>-- <br><div><div dir="ltr"><div>Pierre-André Le Ny</div><div><b>Le Ny Conseil</b></div><div><a href="http://www.lenyconseil.fr/" target="_blank">http://www.lenyconseil.fr</a></div><div><br></div></div></div>
</div>
</blockquote></div><br></div></div></blockquote></div><br><br>-- <br>Cell: 973-931-0580<br><br><div style="padding:0px;margin-left:0px;margin-top:0px;overflow:hidden;word-wrap:break-word;color:black;font-size:10px;text-align:left;line-height:130%"></div><br>
</blockquote></div><br><br>-- <br>Simone <br>