<div dir="ltr"><br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-05-17 15:30 GMT-03:00 Julierme Pinheiro <span dir="ltr"><<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi Francesco,</div><div><br></div><div>Thank you for your questions. I added tabs and text change to geonode-dev (geonode-dev.png) and I can see the changes over geonode-production (geonode-production.png). However If I keep WSGIDaemonProcess my_geonode python-path=/home/my_geonode/<wbr>my_geonode:/home/geo/Envs/my_<wbr>geonode/lib/python2.7/site-<wbr>packages user=www-data threads=15 processes=2</div><div><br></div><div>I can see the changes done through geonode-dev css and site_base.html and site_index.html over the geonode-production, But geonode-production uses geonode-dev within this python-path config.</div><div><br></div><div>However if I keep WSGIDaemonProcess geonode 
python-path=/home/geonode/my_<wbr>geonode:/home/geo/Envs/<wbr>geonode/lib/python2.7/site-<wbr>packages
 user=www-data threads=15 processes=2</div><div><br></div><div>I can see the changes done through geonode-dev css and not the changes in site_base.html and site_index.html. But geonode-productions is using its right database.</div><div><br></div><div>Could you give a clue in what is going on? I also following the directions in here <a href="http://geonode.org/dev-workshop/#/8/3" target="_blank">http://geonode.org/dev-<wbr>workshop/#/8/3</a>.</div><div><br></div><div>Thank you for your time in advance</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Julierme<br></div><div><br></div><div><br></div><div><br></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2018-05-17 13:16 GMT-03:00 Francesco Bartoli <span dir="ltr"><<a href="mailto:xbartolone@gmail.com" target="_blank">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">Once you have installed GeoNode as a library/package in your my_geonode virtual environment did you see your custom text and tabs changes starting the development server? That means “python manage.py run server” ?<div>Once you’ll get this achievement then the apache configuration will be easier.</div><div><br></div><div>Hope this helps</div><span class="m_-3486416468617598284HOEnZb"><font color="#888888"><div><br></div><div>Francesco</div></font></span><div><div class="m_-3486416468617598284h5"><div><br><div><div>Il giorno 17/mag/2018, alle ore 18:01, Julierme Pinheiro <<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@g<wbr>mail.com</a>> ha scritto:</div><br class="m_-3486416468617598284m_8105532401789941293Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div>Dear Framcesco,</div><div><br></div><div>Thank you very much for your reply. I have gone through <a href="http://geonode.org/dev-workshop/#/" target="_blank">http://geonode.org/dev-worksho<wbr>p/#/</a> several times. It is a great source, but again this issue was related to geonode.conf /apache2 config.</div><div><br></div><div>I got to fix this problem making changes to geonode.conf. In my case, if I have geonode production in /home/geonode and geonode-project in /home/my_geonode, the geonode.conf must have all information related to geonode-project, and I was still gathering information from geonode-production in geonode.conf. <br></div><div><br></div><div><br></div><div>I appreciated your time and help.</div><div><br></div><div>Kind regards</div><div><br></div><div>Julierme<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-05-17 12:17 GMT-03:00 Francesco Bartoli <span dir="ltr"><<a href="mailto:xbartolone@gmail.com" target="_blank">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">Dear Julierme,<div><br></div><div>I encourage you to follow scrupulously the developer workshop where everything you are trying to do is well covered <a href="http://geonode.org/dev-workshop/#/" target="_blank">http://geonode.org/dev<wbr>-workshop/#/</a>.</div><div><br></div><div>Francesco</div><div><br><div><div><div class="m_-3486416468617598284m_8105532401789941293h5"><div>Il giorno 17/mag/2018, alle ore 17:06, Julierme Pinheiro <<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@g<wbr>mail.com</a>> ha scritto:</div><br class="m_-3486416468617598284m_8105532401789941293m_4196483252126358352Apple-interchange-newline"></div></div><blockquote type="cite"><div><div class="m_-3486416468617598284m_8105532401789941293h5"><div dir="ltr"><div>Dear all geonode developers,</div><div><br></div><div>I have made changes in my geonode production through geonode-project. Just now, I realized that the geonode-project css config is being applied to geonode production main page, however my new tabs and text change in  site_base.html and site.index.html are not being applied to geonode production main page.</div><div><br></div><div>I ran the commands python manage.py migrate and python manage.py collectstatic and realized that static_root was created in /home/my_geonode/my_geonode/my<wbr>_geoonde/static_root</div><div><br></div><div>geonode.conf Directories make reference to several paths /home/my_geonode/my_geonode/my<wbr>_geonode/uploaded/ and /home/my_geonode/my_geonode/my<wbr>_geonode/uploaded/* (group, people_group, documents, Layers, avatars and thumbs)</div><div><br></div><div>but directory uploaded is no in /home/my_geonode/my_geonode/my<wbr>_geoonode</div><div><br></div><div>I wonder if this directory <uploaded> and its subdirectories <group, people_group, documents, Layers, avatars and thumbs> are added manually.</div><div><br></div><div>In order to see the new tabs and text changes in geonode production, I also added another directory to geonode.conf</div><div><br></div><div> <Directory "/home/my_geonode/my_geonode/m<wbr>y_geonode/templates/"><br>        Order allow,deny<br>        Options Indexes FollowSymLinks<br>        Allow from all<br>        Require all granted<br>        IndexOptions FancyIndexing<br> </Directory><br></div><div><br></div><div>The directory templates contains site_base.html and site_index.html. But yet I could not see the new tabs in my geonode production main page.</div><div><br></div><div>Any help on that will be very appreciated.</div><div><br></div><div>Kind regards</div><div><br></div><div>Julierme<br></div><div><br></div><div><br></div><div> <br></div></div></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="https://lists.osgeo.org/mailman/listinfo/geonode-users" target="_blank">https://lists.osgeo.org/mailma<wbr>n/listinfo/geonode-users</a><br></blockquote></div><br></div></div></blockquote></div><br></div>
</blockquote></div><br></div></div></div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>