<div dir="ltr"><div><span style="color:rgb(32,18,77)"><font size="4">Dear Toni Schonbuchner,<br><br></font></span></div><div><span style="color:rgb(32,18,77)"><font size="4">greetings from Brazil.<br><br></font></span></div><div><span style="color:rgb(32,18,77)"><font size="4">I
 would like to return here to your explanation in the previous e-mail 
and make some questions regarding the different ways to install geonode:
 1 - Install by apt  2 - Install by source / Virtualenv<br><br></font></span></div><div><span style="color:rgb(32,18,77)"><font size="4"><b>1 - Install by apt</b><br><br></font></span></div><div><span style="color:rgb(32,18,77)"><font size="4">This is way that I am more use to it.<br><br></font></span></div><div><span style="color:rgb(32,18,77)"><font size="4">Using this method, if I am not wrong, Geoserver is fired by Tomcat and Geonode fired by Apache2.  According to this  <a href="https://www.geodatenmanufaktur.de/howtos/geoserver.html">resource</a> , to get a geoserver better performance we should grant Tomcat more resources:
            </font></span><p><span style="color:rgb(32,18,77)"><font size="4"><code>sudo vi /etc/default/tomcat7</code></font></span></p>
            <p><span style="color:rgb(32,18,77)"><font size="4">in JAVA_OPTS you should</font></span></p>
            <ul>
              <li><span style="color:rgb(32,18,77)"><font size="4">set a higher value for the maximum heap size (xmx) for
 example -Xmx1024m (depending on the ressources available and the 
expected load) instead of the initial 128.</font></span></li>
              <li><span style="color:rgb(32,18,77)"><font size="4">Also you should add the initial heap size parameter (xms) and set it's value to the same one as xsx, e.g. -Xms1024m</font></span></li>
            </ul>
            <p><span style="color:rgb(32,18,77)"><font size="4">Next you can set a higher value for maxThreads. A rule of thumb is to set the value x200 times the number of cores:</font></span></p>
            <p><span style="color:rgb(32,18,77)"><font size="4"><code>sudo vi /etc/tomcat7/server.xml</code></font></span></p>
            <p><span style="color:rgb(32,18,77)"><font size="4">Add to the <connector> for a server with two cores:</font></span></p>
            <p><span style="color:rgb(32,18,77)"><font size="4"><code>maxThreads="400"</code></font></span></p><span style="color:rgb(32,18,77)"><font size="4"><br></font></span></div><div><span style="color:rgb(32,18,77)"><font size="4"><b>2 - Install by source / virtualenv</b><br><br></font></span></div><div><span style="color:rgb(32,18,77)"><font size="4">I just started working in this method in order to work on theming geonode. The installation seems to be easy too. Following  the installation guide in <a href="https://github.com/GeoNode/geonode-project">here</a> , I came out with some questions which I think you answered them in the previous e-mail, but I am not sure:<br><br></font></span></div><div><span style="color:rgb(32,18,77)"><font size="4">1 -  Is <b>JETTY</b> the application that fires Geoserver? If so, how can I grant more performance to Geoserver? Does it work as Tomcat, changing Xmx and Xms values?<br><br></font></span></div><div><span style="color:rgb(32,18,77)"><font size="4">2 -  Is a <b>Python application</b> that fires Geonode? <br><br></font></span></div><div><span style="color:rgb(32,18,77)"><font size="4">I apologize if my questions are too basic. Having this information will help me to move on in Geonode projects.<br><br></font></span></div><div><span style="color:rgb(32,18,77)"><font size="4">Thank you very much for your patience and time.<br><br></font></span></div><div><span style="color:rgb(32,18,77)"><font size="4">I appreciated it<br><br></font></span></div><div><span style="color:rgb(32,18,77)"><font size="4">Kind regards<br><br></font></span></div><div><span style="color:rgb(32,18,77)"><font size="4">Julierme Pinheiro<br></font></span></div><div><br></div><div><br></div><div><br></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-04-05 7:12 GMT-03:00 Toni Schönbuchner <span dir="ltr"><<a href="mailto:toni.schoenbuchner@csgis.de" target="_blank">toni.schoenbuchner@csgis.de</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;line-break:after-white-space">Dear Julierme,<div><br></div><div><blockquote type="cite"><div><div><div><span style="color:rgb(32,18,77)">I am installing Geonode2.8 in an ubuntu 14.04 LTS machine to create custom project.<br></span></div></div></div></blockquote><div><br></div><div>I would recommend to use 16.04 which is targeted by geonode 2.8. 16.04 is current stable!</div><br><blockquote type="cite"><div><div><span style="color:rgb(32,18,77)">One question I have regarding the tutorial is whether or not I have to execute all the steps in:<br><br></span></div><span style="color:rgb(32,18,77)">* <b>Using Docker; and</b><br></span><span style="color:rgb(32,18,77)">*</span><b style="color:rgb(32,18,77)">Using a Python virtual environment</b></div></blockquote><span style="color:rgb(32,18,77)"><b><br></b></span></div><div><span style="color:rgb(32,18,77)">No need to be confused here. Let me give you a brief overview about the most common ways to</span></div><div><span style="color:rgb(32,18,77)">install geonode.</span></div><div><br></div><div><font color="#20124d"><b>1) Install by apt</b></font></div><div><font color="#20124d">Nice and easy way by use of Debians/Ubuntus package manager.</font></div><div><font color="#20124d"><br></font></div><div><font color="#20124d"><b>2) Docker</b></font></div><div><font color="#20124d">Docker is a container service. Very interesting if you use cloud services.</font></div><div><font color="#20124d">Have a look at the docker </font><span style="color:rgb(32,18,77)">compose files at geonode github. </span></div><div><span style="color:rgb(32,18,77)">If it´s running it´s super easy to spin new environments </span><span style="color:rgb(32,18,77)">or throw away olds.</span></div><div><span style="color:rgb(32,18,77)">>Docker is „hot" ;) It´s worth to have a look at it.<</span></div><div><font color="#20124d"><br></font></div><div><font color="#20124d"><b>3) Install by source</b></font></div><div><font color="#20124d">It´s possible to get geonode running without the full apache and tomcat stack.</font></div><div><font color="#20124d">The source is then cloned </font><span style="color:rgb(32,18,77)">from github. Then Django/geonode is served by the </span></div><div><span style="color:rgb(32,18,77)">build in http server (python manage.py runserver 8000), </span><span style="color:rgb(32,18,77)">and geoserver via jetty if I´m correct. </span></div><div><span style="color:rgb(32,18,77)">This way is also known as "install in dev-mode" ;)</span></div><div><br></div><div><b>4) Install by use of ansible</b></div><div>Ansible is a tool to „orchestrate" server structure. We´re using it f.e. to update packages</div><div>on a bunch of servers in one shot. Commands are organized in „playbooks“.</div><div>And some nice person created a „playbook“ which installs geonode at a given server.</div><div><br></div><div><b>5) Vagrant</b></div><div>Vagrant can be used to automate the creation of a VM. Let´s say you´re using</div><div>virtualbox and the setup steps creating a new vm are time consuming and cumbersome.</div><div>With vagrant you would create a vagrantfile which defines the VM of your needs, run</div><div>$vagrant up and voilá ! You have a fresh new running VM</div><div><br></div><div><b>Virtualenv</b> </div><div>is used to create a separated python environment. Let´s say you have </div><div>different python projects but all depend on different dependency versions. Installing</div><div>packages globally would end in a mess. With virtualenv we can separate each project</div><div>and it´s needed python version and it´s dependencies.</div><div><br></div><div>Did I forget something? Hopefully not.</div><div><br></div><div>To come back to your question. I assume your using 1) this means you can ignore</div><div>all commands for 2) 3) 4) and 5).</div><div><br></div><div>If you´re stuck with setting up the geonode_project don´t hesitate to ask it´s really</div><div>easy.</div><div><br></div><div>Cheers,</div><div><br></div><div>Toni</div><div><span class=""><br><div>
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div><div style="word-wrap:break-word"><div><div>------------------------------<wbr>-----------------</div><div>CSGIS</div><div><br></div><div>------------------------------<wbr>-----------------</div><div><div><a href="https://maps.google.com/?q=Kolonnadenstra%C3%9Fe+1+04109+Leipzig&entry=gmail&source=g">Kolonnadenstraße 1</a></div><div><a href="https://maps.google.com/?q=Kolonnadenstra%C3%9Fe+1+04109+Leipzig&entry=gmail&source=g">04109 Leipzig</a></div></div><div>------------------------------<wbr>-----------------</div><div>Mobil<span class="m_-5830549347755526910Apple-tab-span" style="white-space:pre-wrap">     </span>+49/ (0) 176 6680 3198</div><div>Tel <span class="m_-5830549347755526910Apple-tab-span" style="white-space:pre-wrap">               </span>+49/ (0) 341 24 04 738</div><div>Fax <span class="m_-5830549347755526910Apple-tab-span" style="white-space:pre-wrap">               </span>+49/ (0) 341 24 04 73</div><div>Web<span class="m_-5830549347755526910Apple-tab-span" style="white-space:pre-wrap">          </span><a href="http://csgis.de" target="_blank">http://csgis.de</a></div><div>------------------------------<wbr>-----------------</div><div><br></div><div>Hinweis gemäß § 33 BDSG</div><div>Daten der Verfahrensbeteiligten werden gespeichert. Dieses Dokument ist ausschließlich für den </div><div>Adressaten bestimmt. Der Inhalt der E-Mail ist vertraulich. Falls Sie diese E-Mail versehentlich </div><div>erhalten haben, rufen Sie uns unter obiger Rufnummer umgehend an und löschen Sie diese Nachricht </div><div>von Ihrem Computer. Jegliche Art von Reproduktionen, Verbreitung, Vervielfältigung, Veränderung, </div><div>Verteilung und/oder Veröffentlichung dieser E-Mail ist verboten.</div></div></div></div></div></div></div></div>
</div>
</span><div><div class="h5"><div><br><blockquote type="cite"><div>Am 05.04.2018 um 09:51 schrieb Alessio Fabiani <<a href="mailto:alessio.fabiani@geo-solutions.it" target="_blank">alessio.fabiani@geo-<wbr>solutions.it</a>>:</div><br class="m_-5830549347755526910Apple-interchange-newline"><div><div dir="ltr">Adding to Toni details,<div>once you have been able to setup you geonode-project (see the README on how to do that), you should be able to add tabs by modifying this file here</div><div><br></div><div><a href="https://github.com/GeoNode/geonode-project/blob/2.8.0/project_name/templates/site_base.html" target="_blank">https://github.com/GeoNode/<wbr>geonode-project/blob/2.8.0/<wbr>project_name/templates/site_<wbr>base.html</a><br></div><div><br></div><div>Just remove the {% comment %} / {% endcomment %} keywrods to enable the code and update the <li> accordingly.</div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="m_-5830549347755526910gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-size:12.8px"><span><div style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Regards,</span></div><div style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Alessio Fabiani</span></div><div style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">==</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">GeoServer Professional Services from the experts! Visit <a href="http://goo.gl/it488V" target="_blank">http://goo.gl/it488V</a> for more information.</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">==</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Ing. Alessio Fabiani</span></div><div style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">@alfa7691</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Founder/Technical Lead</span></div><div style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">GeoSolutions S.A.S.</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><a href="https://maps.google.com/?q=Via+di+Montramito+3/A+55054++Massarosa&entry=gmail&source=g">Via di Montramito 3/A</a></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><a href="https://maps.google.com/?q=Via+di+Montramito+3/A+55054++Massarosa&entry=gmail&source=g">55054 </a> <a href="https://maps.google.com/?q=Via+di+Montramito+3/A+55054++Massarosa&entry=gmail&source=g">Massarosa</a> (LU)</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Italy</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">phone: +39 0584 962313</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">fax:     +39 0584 1660272</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">mob:   +39 331 6233686</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><a href="http://www.geo-solutions.it/" target="_blank">http://www.geo-solutions.it</a></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><a href="http://twitter.com/geosolutions_it" target="_blank">http://twitter.com/<wbr>geosolutions_it</a></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">------------------------------<wbr>-------------------------</span></div><div style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">AVVERTENZE AI SENSI DEL D.Lgs. 196/2003</span></div><div style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.</span></div><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"> </span></p><div style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility  for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.</span></div></span></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">2018-04-04 20:49 GMT+02:00 Toni Schönbuchner <span dir="ltr"><<a href="mailto:toni.schoenbuchner@csgis.de" target="_blank">toni.schoenbuchner@csgis.de</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;line-break:after-white-space"><div>Hey Julierme,</div><div><br></div><div>this should be easy. First, don´t change the core !</div><div>Better use geonode projects to overwrite something.</div><div>> <a href="https://github.com/GeoNode/geonode-project" target="_blank">https://github.com/GeoNode/g<wbr>eonode-project</a></div><div><br></div><div>Then the rest should be basic Django.</div><div>- create your app</div><div>- create your view</div><div>- create your template</div><div>- create your urls.py</div><div>- add it to your settings file</div><div>- and add it to project urls.py</div><div><br></div><div><br></div><div>Your need should be explained in detail here:</div><div><br></div><a href="http://geonode.org/dev-workshop/#/" target="_blank">http://geonode.org/dev-worksho<wbr>p/#/</a> *<div>* note that you can navigate right and down with arrows in lower right.</div><div><br></div><div>Best,</div><div><br></div><div>Toni</div><div><br></div><div><br></div><div>
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div><div style="word-wrap:break-word"><div><div>------------------------------<wbr>-----------------</div><div>CSGIS</div><div><br></div><div>------------------------------<wbr>-----------------</div><div><div><a href="https://maps.google.com/?q=Kolonnadenstra%C3%9Fe+1+04109+Leipzig&entry=gmail&source=g">Kolonnadenstraße 1</a></div><div><a href="https://maps.google.com/?q=Kolonnadenstra%C3%9Fe+1+04109+Leipzig&entry=gmail&source=g">04109 Leipzig</a></div></div><div>------------------------------<wbr>-----------------</div><div>Mobil<span class="m_-5830549347755526910m_-8359020980586374767Apple-tab-span" style="white-space:pre-wrap">  </span>+49/ (0) 176 6680 3198</div><div>Tel <span class="m_-5830549347755526910m_-8359020980586374767Apple-tab-span" style="white-space:pre-wrap">         </span>+49/ (0) 341 24 04 738</div><div>Fax <span class="m_-5830549347755526910m_-8359020980586374767Apple-tab-span" style="white-space:pre-wrap">         </span>+49/ (0) 341 24 04 73</div><div>Web<span class="m_-5830549347755526910m_-8359020980586374767Apple-tab-span" style="white-space:pre-wrap">            </span><a href="http://csgis.de/" target="_blank">http://csgis.de</a></div><div>------------------------------<wbr>-----------------</div><div><br></div><div>Hinweis gemäß § 33 BDSG</div><div>Daten der Verfahrensbeteiligten werden gespeichert. Dieses Dokument ist ausschließlich für den </div><div>Adressaten bestimmt. Der Inhalt der E-Mail ist vertraulich. Falls Sie diese E-Mail versehentlich </div><div>erhalten haben, rufen Sie uns unter obiger Rufnummer umgehend an und löschen Sie diese Nachricht </div><div>von Ihrem Computer. Jegliche Art von Reproduktionen, Verbreitung, Vervielfältigung, Veränderung, </div><div>Verteilung und/oder Veröffentlichung dieser E-Mail ist verboten.</div></div></div></div></div></div></div></div></div>
</div>
<div><br><blockquote type="cite"><div>Am 04.04.2018 um 19:24 schrieb <a href="mailto:geonode-users-request@lists.osgeo.org" target="_blank">geonode-users-request@lists.os<wbr>geo.org</a>:</div><br class="m_-5830549347755526910m_-8359020980586374767Apple-interchange-newline"><div><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">Message: 1</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">Date: Wed, 4 Apr 2018 14:20:20 -0300</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">From: Julierme Pinheiro <</span><a href="mailto:juliermeopensourcedeveloper@gmail.com" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" target="_blank">juliermeopensourcedeveloper@g<wbr>mail.com</a><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">To:<span class="m_-5830549347755526910m_-8359020980586374767Apple-converted-space"> </span></span><a href="mailto:geonode-users@lists.osgeo.org" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" target="_blank">geonode-users@lists.osgeo.<wbr>org</a><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">Subject: [GeoNode-users] Adding Tabs to Geonode Menu</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">Message-ID:</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span class="m_-5830549347755526910m_-8359020980586374767Apple-tab-span" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:pre-wrap;word-spacing:0px;text-decoration:none">       </span><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important"><</span><a href="mailto:CAKTKyJLs3QWNzsTe1JQM0j89=efaB+m1+SQSdjFg429JNLE6Mg@mail.gmail.com" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" target="_blank">CAKTKyJLs3QWNzsTe1JQM0j89=efa<wbr>B+m1+SQSdjFg429JNLE6Mg@mail.<wbr>gmail.com</a><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">Content-Type: text/plain; charset="utf-8"</span><span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">Hi all,</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">I am trying to add some more menu tabs to Geonode default menu bar (Data,</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"></span><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">Maps, *Meteorology*, About)  but I have not had any success. I edited the</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">/opt/apps/geonode/geonode/geon<wbr>ode/templates/base.html file, adding the</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">following lines in order to create the *Meteorology* tab with a dropdown</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">list for *Online Radars* link:</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"></div></blockquote></div><br></div><br>______________________________<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="https://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailma<wbr>n/listinfo/geonode-users</a><br>
<br></blockquote></div><br></div>
</div></blockquote></div><br></div></div></div></div></blockquote></div><br></div>