<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;color:rgb(51,51,51)">The instructions says to write a file geonode.conf with this on first line:<br><pre>WSGIDaemonProcess geonode python-path=/home/user/geonode:/home/user/.venvs/geonode/lib/python2.7/site-packages user=www-data threads=15 processes=2<br><br></pre><pre><font face="tahoma,sans-serif">But I changed to this:<br></font><br>WSGIDaemonProcess geonode python-path=/home/geonode:/usr/local/lib/python2.7/site-packages user=www-data threads=15 processes=2<br><br></pre><pre><font face="tahoma,sans-serif">Site-packages are currently empty on this location. What would be the correct information for this line?<br><br><br></font></pre></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-02-17 13:59 GMT-02:00 Paolo Corti <span dir="ltr"><<a href="mailto:pcorti@gmail.com" target="_blank">pcorti@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">No problem, is fine if you are not using git but the zip file.<br>
I see that gsconfig is the correct version for 2.6.0+alpha1, so I<br>
believe it could be a problem of Python paths of the wsgi<br>
configuration. Moreover you are not getting the error using the dev<br>
server, as far as I understand.<br>
p<br>
<br>
On Fri, Feb 17, 2017 at 10:56 AM, Giovani Fronza<br>
<div class="HOEnZb"><div class="h5"><<a href="mailto:giovanifronza@gmail.com">giovanifronza@gmail.com</a>> wrote:<br>
> $ pip freeze | grep gsconfig<br>
> gsconfig==1.0.6<br>
> $ git rev-parse HEAD<br>
> fatal: Not a git repository (or any of the parent directories): .git<br>
><br>
> I get a zip file from github sugested on first reply<br>
> (<a href="https://github.com/GeoNode/geonode/tree/debian/2.6.0+alpha1" rel="noreferrer" target="_blank">https://github.com/GeoNode/<wbr>geonode/tree/debian/2.6.0+<wbr>alpha1</a>), unziped and<br>
> copied content for my /home/geonode path.<br>
> What is the correct way to get .git from 2.6? Sorry, I'm newbie on this.<br>
><br>
> 2017-02-17 13:44 GMT-02:00 Paolo Corti <<a href="mailto:pcorti@gmail.com">pcorti@gmail.com</a>>:<br>
>><br>
>> That seems fine, though I don't see gsconfig being downgraded as it<br>
>> should according to Simone's suggestion.<br>
>><br>
>> Could you check what is the output of: pip freeze | grep gsconfig<br>
>><br>
>> Also please let me know what is the output of this: git rev-parse HEAD<br>
>><br>
>> p<br>
>><br>
>> On Fri, Feb 17, 2017 at 10:35 AM, Giovani Fronza<br>
>> <<a href="mailto:giovanifronza@gmail.com">giovanifronza@gmail.com</a>> wrote:<br>
>> > Wen run ($ sudo pip isntall -e .) returns a warning...<br>
>> ><br>
>> > Installing collected packages: GeoNode<br>
>> >   Running setup.py develop for GeoNode<br>
>> ><br>
>> >     warning: manifest_maker: MANIFEST.in, line 2: 'recursive-exclude'<br>
>> > expects <dir> <pattern1> <pattern2> ...<br>
>> ><br>
>> >     Creating /usr/local/lib/python2.7/dist-<wbr>packages/GeoNode.egg-link<br>
>> > (link<br>
>> > to .)<br>
>> >     GeoNode 2.5.16 is already the active version in easy-install.pth<br>
>> ><br>
>> >     Installed /home/geonode<br>
>> > Successfully installed GeoNode<br>
>> > Cleaning up...<br>
>> ><br>
>> ><br>
>> > 2017-02-17 13:19 GMT-02:00 Paolo Corti <<a href="mailto:pcorti@gmail.com">pcorti@gmail.com</a>>:<br>
>> >><br>
>> >> Yes, after checking out the git tag, you should reinstall resources<br>
>> >> (with sudo pip install -e .) as there could be differences.<br>
>> >> p<br>
>> >><br>
>> >> On Fri, Feb 17, 2017 at 10:09 AM, Simone Dalmasso<br>
>> >> <<a href="mailto:simone.dalmasso@gmail.com">simone.dalmasso@gmail.com</a>> wrote:<br>
>> >> > Hi, seems that you may have a wrong version of gsconfig. pls check<br>
>> >> > that.<br>
>> >> ><br>
>> >> > 2017-02-17 16:05 GMT+01:00 Giovani Fronza <<a href="mailto:giovanifronza@gmail.com">giovanifronza@gmail.com</a>>:<br>
>> >> >><br>
>> >> >> I think so. Don´t tried to start paver before, but now, it retuns<br>
>> >> >> this<br>
>> >> >> messanges:<br>
>> >> >> ...<br>
>> >> >> ---> pavement.start_django<br>
>> >> >> python manage.py runserver  &<br>
>> >> >> GeoNode is now available.<br>
>> >> >> root@vmgeo:/home/geonode# Performing system checks...<br>
>> >> >><br>
>> >> >> System check identified some issues:<br>
>> >> >><br>
>> >> >> WARNINGS:<br>
>> >> >> base.ResourceBase.tkeywords: (fields.W340) null has no effect on<br>
>> >> >> ManyToManyField.<br>
>> >> >><br>
>> >> >> System check identified 1 issue (0 silenced).<br>
>> >> >> February 17, 2017 - 08:54:03<br>
>> >> >> Django version 1.8.17, using settings 'geonode.settings'<br>
>> >> >> Starting development server at <a href="http://127.0.0.1:8000/" rel="noreferrer" target="_blank">http://127.0.0.1:8000/</a><br>
>> >> >> Quit the server with CONTROL-C.<br>
>> >> >><br>
>> >> >><br>
>> >> >> 2017-02-17 12:17 GMT-02:00 Paolo Corti <<a href="mailto:pcorti@gmail.com">pcorti@gmail.com</a>>:<br>
>> >> >>><br>
>> >> >>> Before starting using httpd and mod_wsgi: does your GeoNode<br>
>> >> >>> instance<br>
>> >> >>> work correctly with the development server? You can start it with<br>
>> >> >>> paver start, as suggested in the documentation page you have linked<br>
>> >> >>> p<br>
>> >> >>><br>
>> >> >>> On Fri, Feb 17, 2017 at 8:31 AM, Giovani Fronza<br>
>> >> >>> <<a href="mailto:giovanifronza@gmail.com">giovanifronza@gmail.com</a>><br>
>> >> >>> wrote:<br>
>> >> >>> > Thankyou very much Paolo!<br>
>> >> >>> ><br>
>> >> >>> > After installation I faced problem with wsgi. Something related<br>
>> >> >>> > to<br>
>> >> >>> > geoserver.catalog.<br>
>> >> >>> > I found this on apache error.log<br>
>> >> >>> ><br>
>> >> >>> >  mod_wsgi (pid=22240): Target WSGI script<br>
>> >> >>> > '/home/geonode/geonode/wsgi.<wbr>py'<br>
>> >> >>> > cannot be loaded as Python module.<br>
>> >> >>> >  mod_wsgi (pid=22240): Exception occurred processing WSGI script<br>
>> >> >>> > '/home/geonode/geonode/wsgi.<wbr>py'.<br>
>> >> >>> >  Traceback (most recent call last):<br>
>> >> >>> >    File "/home/geonode/geonode/wsgi.<wbr>py", line 30, in <module><br>
>> >> >>> >      application = get_wsgi_application()<br>
>> >> >>> >    File<br>
>> >> >>> > "/usr/local/lib/python2.7/<wbr>dist-packages/django/core/<wbr>wsgi.py",<br>
>> >> >>> > line<br>
>> >> >>> > 14, in get_wsgi_application<br>
>> >> >>> >      django.setup()<br>
>> >> >>> >    File<br>
>> >> >>> > "/usr/local/lib/python2.7/<wbr>dist-packages/django/__init__.<wbr>py",<br>
>> >> >>> > line<br>
>> >> >>> > 18, in setup<br>
>> >> >>> >      apps.populate(settings.<wbr>INSTALLED_APPS)<br>
>> >> >>> >    File<br>
>> >> >>> > "/usr/local/lib/python2.7/<wbr>dist-packages/django/apps/<wbr>registry.py",<br>
>> >> >>> > line 108, in populate<br>
>> >> >>> >      app_config.import_models(all_<wbr>models)<br>
>> >> >>> >    File<br>
>> >> >>> > "/usr/local/lib/python2.7/<wbr>dist-packages/django/apps/<wbr>config.py",<br>
>> >> >>> > line<br>
>> >> >>> > 198, in import_models<br>
>> >> >>> >      self.models_module = import_module(models_module_<wbr>name)<br>
>> >> >>> >    File "/usr/lib/python2.7/importlib/<wbr>__init__.py", line 37, in<br>
>> >> >>> > import_module<br>
>> >> >>> >      __import__(name)<br>
>> >> >>> >    File "/home/geonode/geonode/<wbr>services/models.py", line 24, in<br>
>> >> >>> > <module><br>
>> >> >>> >      from geoserver.catalog import FailedRequestError, Catalog<br>
>> >> >>> >  ImportError: No module named catalog<br>
>> >> >>> ><br>
>> >> >>> ><br>
>> >> >>> > How to resolv that?<br>
>> >> >>> ><br>
>> >> >>> > 2017-02-16 18:24 GMT-02:00 Paolo Corti <<a href="mailto:pcorti@gmail.com">pcorti@gmail.com</a>>:<br>
>> >> >>> >><br>
>> >> >>> >> Hi Giovani<br>
>> >> >>> >> you should be able to get the 2.6 (note that it is still not<br>
>> >> >>> >> released)<br>
>> >> >>> >> by<br>
>> >> >>> >> checking out the 2.6 tag from git:<br>
>> >> >>> >> <a href="https://github.com/GeoNode/geonode/tree/debian/2.6.0+alpha1" rel="noreferrer" target="_blank">https://github.com/GeoNode/<wbr>geonode/tree/debian/2.6.0+<wbr>alpha1</a><br>
>> >> >>> >> hope it helps<br>
>> >> >>> >> p<br>
>> >> >>> >><br>
>> >> >>> >> On Thu, Feb 16, 2017 at 3:09 PM, Giovani Fronza<br>
>> >> >>> >> <<a href="mailto:giovanifronza@gmail.com">giovanifronza@gmail.com</a>><br>
>> >> >>> >> wrote:<br>
>> >> >>> >> > I've just installed the current geonode.git, according to the<br>
>> >> >>> >> > instructions<br>
>> >> >>> >> > presented on<br>
>> >> >>> >> ><br>
>> >> >>> >> ><br>
>> >> >>> >> ><br>
>> >> >>> >> ><br>
>> >> >>> >> > <a href="http://docs.geonode.org/en/master/tutorials/admin/install/custom_install.html" rel="noreferrer" target="_blank">http://docs.geonode.org/en/<wbr>master/tutorials/admin/<wbr>install/custom_install.html</a>,<br>
>> >> >>> >> > and for my surprise that was installed the 2.7.dev version.<br>
>> >> >>> >> ><br>
>> >> >>> >> > I'm curious about 2.6 stable release. We have just started a<br>
>> >> >>> >> > big<br>
>> >> >>> >> > project<br>
>> >> >>> >> > to<br>
>> >> >>> >> > manage geospatial data and we would like to lead with a<br>
>> >> >>> >> > solution<br>
>> >> >>> >> > newest<br>
>> >> >>> >> > as<br>
>> >> >>> >> > possible.<br>
>> >> >>> >> ><br>
>> >> >>> >> > Is there a realistic date for 2.6 version launch?<br>
>> >> >>> >> ><br>
>> >> >>> >> > What are your recomendations for custom installation (for<br>
>> >> >>> >> > debian),<br>
>> >> >>> >> > considering this situation?<br>
>> >> >>> >> ><br>
>> >> >>> >> > Giovani<br>
>> >> >>> >> ><br>
>> >> >>> >> > ______________________________<wbr>_________________<br>
>> >> >>> >> > geonode-users mailing list<br>
>> >> >>> >> > <a href="mailto:geonode-users@lists.osgeo.org">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/<wbr>mailman/listinfo/geonode-users</a><br>
>> >> >>> >> ><br>
>> >> >>> >><br>
>> >> >>> >><br>
>> >> >>> >><br>
>> >> >>> >> --<br>
>> >> >>> >> Paolo Corti<br>
>> >> >>> >> Geospatial software developer<br>
>> >> >>> >> web: <a href="http://www.paolocorti.net" rel="noreferrer" target="_blank">http://www.paolocorti.net</a><br>
>> >> >>> >> twitter: @capooti<br>
>> >> >>> >> skype: capooti<br>
>> >> >>> ><br>
>> >> >>> ><br>
>> >> >>><br>
>> >> >>><br>
>> >> >>><br>
>> >> >>> --<br>
>> >> >>> Paolo Corti<br>
>> >> >>> Geospatial software developer<br>
>> >> >>> web: <a href="http://www.paolocorti.net" rel="noreferrer" target="_blank">http://www.paolocorti.net</a><br>
>> >> >>> twitter: @capooti<br>
>> >> >>> skype: capooti<br>
>> >> >><br>
>> >> >><br>
>> >> >><br>
>> >> >> ______________________________<wbr>_________________<br>
>> >> >> geonode-users mailing list<br>
>> >> >> <a href="mailto:geonode-users@lists.osgeo.org">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/<wbr>mailman/listinfo/geonode-users</a><br>
>> >> >><br>
>> >> ><br>
>> >> ><br>
>> >> ><br>
>> >> > --<br>
>> >> > Simone<br>
>> >><br>
>> >><br>
>> >><br>
>> >> --<br>
>> >> Paolo Corti<br>
>> >> Geospatial software developer<br>
>> >> web: <a href="http://www.paolocorti.net" rel="noreferrer" target="_blank">http://www.paolocorti.net</a><br>
>> >> twitter: @capooti<br>
>> >> skype: capooti<br>
>> ><br>
>> ><br>
>><br>
>><br>
>><br>
>> --<br>
>> Paolo Corti<br>
>> Geospatial software developer<br>
>> web: <a href="http://www.paolocorti.net" rel="noreferrer" target="_blank">http://www.paolocorti.net</a><br>
>> twitter: @capooti<br>
>> skype: capooti<br>
><br>
><br>
<br>
<br>
<br>
--<br>
Paolo Corti<br>
Geospatial software developer<br>
web: <a href="http://www.paolocorti.net" rel="noreferrer" target="_blank">http://www.paolocorti.net</a><br>
twitter: @capooti<br>
skype: capooti<br>
</div></div></blockquote></div><br></div>