<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;color:rgb(51,51,51)">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' expects <dir> <pattern1> <pattern2> ...<br><br>    Creating /usr/local/lib/python2.7/dist-packages/GeoNode.egg-link (link 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></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-02-17 13:19 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">Yes, after checking out the git tag, you should reinstall resources<br>
(with sudo pip install -e .) as there could be differences.<br>
<span class="HOEnZb"><font color="#888888">p<br>
</font></span><div class="HOEnZb"><div class="h5"><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 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 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 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 <<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 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 "/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 "/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 "/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 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>
>>> >> > <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 big<br>
>>> >> > project<br>
>>> >> > to<br>
>>> >> > manage geospatial data and we would like to lead with a 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 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>
</div></div></blockquote></div><br></div>