<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Jonathan,<br>
      <br>
      We have updated the ansible role on ansible galaxy to work with
      Ubuntu 16.04 Xenial.<br>
      <br>
      I hope that helps too.<br>
      <br>
      Best,<br>
      Angelos<br>
      <br>
      On 11/18/2016 02:57 AM, <a class="moz-txt-link-abbreviated" href="mailto:j.doig@unsw.edu.au">j.doig@unsw.edu.au</a> wrote:<br>
    </div>
    <blockquote
cite="mid:ME1PR01MB10908CDBE3FC1B26EC8D1489C4B00@ME1PR01MB1090.ausprd01.prod.outlook.com"
      type="cite">
      <pre wrap="">Hi Jeffrey et al

I’ve published my simple Ansible role for Geonode 2.4 installation on Ubuntu 16.04:

<a class="moz-txt-link-freetext" href="https://github.com/UNSW-CFRC/geonode_install">https://github.com/UNSW-CFRC/geonode_install</a>

Note the disclaimers in the ReadMe ☺

Jonathan

From: Jeffrey Johnson [<a class="moz-txt-link-freetext" href="mailto:ortelius@gmail.com">mailto:ortelius@gmail.com</a>]
Sent: Monday, 14 November 2016 8:24 PM
To: Jonathan Doig
Cc: Simone Dalmasso; <a class="moz-txt-link-abbreviated" href="mailto:geonode-devel@lists.osgeo.org">geonode-devel@lists.osgeo.org</a>
Subject: Re: [GeoNode-devel] Geonode 2.4 on Ubuntu 16.04 - unmet dependencies

Thanks Jonathan. I'll look at your role and see what I can do to merge it with the main one when I'm back from holidays.

On Monday, November 14, 2016, Jonathan Doig <<a class="moz-txt-link-abbreviated" href="mailto:j.doig@unsw.edu.au">j.doig@unsw.edu.au</a><a class="moz-txt-link-rfc2396E" href="mailto:j.doig@unsw.edu.au"><mailto:j.doig@unsw.edu.au></a>> wrote:
Thanks guys

I had a look at your role for 14.04 – it’s much more robust than my fledgling effort, so I won’t be able to offer a comparable 16.04 role. Still when someone does a 16.04 version it might be worth having a look over mine to see what I had to fix, or other config items I chose to add that you might want to consider.

I’ll have to break it out of its existing repo before I share though. I’ll let you know when done.

Cheers
Jonathan

From: Jeffrey Johnson [<a class="moz-txt-link-freetext" href="mailto:ortelius@gmail.com">mailto:ortelius@gmail.com</a><a class="moz-txt-link-rfc2396E" href="javascript:_e(%7B%7D,'cvml','ortelius@gmail.com');"><javascript:_e(%7B%7D,'cvml','ortelius@gmail.com');></a>]
Sent: Friday, 11 November 2016 10:55 PM
To: Simone Dalmasso
Cc: Jonathan Doig; <a class="moz-txt-link-abbreviated" href="mailto:geonode-devel@lists.osgeo.org">geonode-devel@lists.osgeo.org</a><a class="moz-txt-link-rfc2396E" href="javascript:_e(%7B%7D,'cvml','geonode-devel@lists.osgeo.org');"><javascript:_e(%7B%7D,'cvml','geonode-devel@lists.osgeo.org');></a>
Subject: Re: [GeoNode-devel] Geonode 2.4 on Ubuntu 16.04 - unmet dependencies

+1 I can help when I'm back from holidays.

On Friday, November 11, 2016, Simone Dalmasso <<a class="moz-txt-link-abbreviated" href="mailto:simone.dalmasso@gmail.com">simone.dalmasso@gmail.com</a><a class="moz-txt-link-rfc2396E" href="javascript:_e(%7B%7D,'cvml','simone.dalmasso@gmail.com');"><javascript:_e(%7B%7D,'cvml','simone.dalmasso@gmail.com');></a>> wrote:
Thanks Jonathan,

we have a role for Ubuntu 14.04 <a class="moz-txt-link-freetext" href="https://github.com/GeoNode/ansible-geonode">https://github.com/GeoNode/ansible-geonode</a>, I think it would be good to have a branch for 16 too. Right @jj0hns0n?

2016-11-10 23:51 GMT+01:00 Jonathan Doig <<a class="moz-txt-link-abbreviated" href="mailto:j.doig@unsw.edu.au">j.doig@unsw.edu.au</a><a class="moz-txt-link-rfc2396E" href="mailto:j.doig@unsw.edu.au"><mailto:j.doig@unsw.edu.au></a>>:
Thanks Simone

I followed those instructions – with a few changes – and managed to get Geonode 2.4 installed on Ubuntu 16.04, thanks.

I’ve created Ansible playbooks for the whole thing, may be able to share these if helpful. They’re pretty basic, no error-checking, but they work for me.

Jonathan

From: Simone Dalmasso [<a class="moz-txt-link-freetext" href="mailto:simone.dalmasso@gmail.com">mailto:simone.dalmasso@gmail.com</a>]
Sent: Thursday, 3 November 2016 5:33 PM
To: Jonathan Doig
Cc: <a class="moz-txt-link-abbreviated" href="mailto:geonode-devel@lists.osgeo.org">geonode-devel@lists.osgeo.org</a><a class="moz-txt-link-rfc2396E" href="mailto:geonode-devel@lists.osgeo.org"><mailto:geonode-devel@lists.osgeo.org></a>
Subject: Re: [GeoNode-devel] Geonode 2.4 on Ubuntu 16.04 - unmet dependencies

Hi,
not sure that's the issue because the only place geonode 2.5 is available is in the testing ppa moreover the error is that geonode depends on django <=1.7 but the 1.8 is to be installed and I think is because the 1.6 might not be available for xenial <a class="moz-txt-link-freetext" href="https://launchpad.net/ubuntu/+source/python-django">https://launchpad.net/ubuntu/+source/python-django</a>.

I would suggest you to go for the manual installation under a virtualenv, the doc is for the 2.4 but the process is very similar <a class="moz-txt-link-freetext" href="http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/index.html">http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/index.html</a>

hope this helps

2016-11-03 0:01 GMT+01:00 Jonathan Doig <<a class="moz-txt-link-abbreviated" href="mailto:j.doig@unsw.edu.au">j.doig@unsw.edu.au</a><a class="moz-txt-link-rfc2396E" href="mailto:j.doig@unsw.edu.au"><mailto:j.doig@unsw.edu.au></a>>:
Hi devs

No reply on geonode-users, so I’m trying here.

Thanks
Jonathan

From: geonode-users [<a class="moz-txt-link-freetext" href="mailto:geonode-users-bounces@lists.osgeo.org">mailto:geonode-users-bounces@lists.osgeo.org</a>] On Behalf Of Jonathan Doig
Sent: Wednesday, 2 November 2016 5:05 PM
To: <a class="moz-txt-link-abbreviated" href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><a class="moz-txt-link-rfc2396E" href="mailto:geonode-users@lists.osgeo.org"><mailto:geonode-users@lists.osgeo.org></a>
Subject: [GeoNode-users] Geonode 2.4 on Ubuntu 16.04

Hi

I’m trying to install Geonode 2.4 on Ubuntu 16.04, being new to both.

I’m stepping through the OSGeoLive install_geonode.sh script following this advice from Angelos Tzotsos on Aug 18:


</pre>
      <blockquote type="cite">
        <pre wrap=""> GeoNode 2.4 works fine on Xenial.
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap=""> The Debian packaging has been updated accordingly.
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap=""> Please check the OSGeoLive install script to find out how to install:
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap=""> <a class="moz-txt-link-freetext" href="https://github.com/OSGeo/OSGeoLive/blob/master/bin/install_geonode.sh">https://github.com/OSGeo/OSGeoLive/blob/master/bin/install_geonode.sh</a>
</pre>
      </blockquote>
      <pre wrap="">
However line 50:
apt-get --assume-yes install python-geonode libapache2-mod-wsgi curl

Is giving trouble:
The following packages have unmet dependencies:
python-geonode : Depends: python-django (<= 1.7) but 1.8.7-1ubuntu5.2 is to be installed
                  Recommends: transifex-client but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I think it’s because python-geonode is v2.5.5 which uses django 1.8, where I want v2.4 which needs django 1.6.

I tried specifying a geonode version: --target_release ‘2.4*’ or /release or /stable but nothing was found.

Advice please.

Thanks

Jonathan Doig
Software Engineer – Spatial Systems
City Futures Research Centre
UNSW Built Environment
cityfutures.net.au<a class="moz-txt-link-rfc2396E" href="http://cityfutures.be.unsw.edu.au/"><http://cityfutures.be.unsw.edu.au/></a>


_______________________________________________
geonode-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:geonode-devel@lists.osgeo.org">geonode-devel@lists.osgeo.org</a><a class="moz-txt-link-rfc2396E" href="mailto:geonode-devel@lists.osgeo.org"><mailto:geonode-devel@lists.osgeo.org></a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/geonode-devel">http://lists.osgeo.org/mailman/listinfo/geonode-devel</a>



--
Simone



--
Simone
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
geonode-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:geonode-devel@lists.osgeo.org">geonode-devel@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/geonode-devel">http://lists.osgeo.org/mailman/listinfo/geonode-devel</a>
</pre>
    </blockquote>
    <br>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Angelos Tzotsos, PhD
OSGeo Charter Member
<a class="moz-txt-link-freetext" href="http://users.ntua.gr/tzotsos">http://users.ntua.gr/tzotsos</a></pre>
  </body>
</html>