[GeoNode-users] updateip command

Toni Schönbuchner toni.schoenbuchner at csgis.de
Thu Nov 22 07:49:13 PST 2018


Hey Julierme,

nice to read you. 

>  I am working on GeoNode-Project, is ansible installation being more acceptable than Docker installation?


Ansible is just an automation which will install geonode by use of geonode-project.
In other words the sent tasks will automate the installation following the official docs.

If you use a docker or non-docker installation approach depends on your needs and taste.
I like docker, but most of  the projects I´m working require a non-docker installation (client wish).

Docker is a de facto thing to check out. But it takes time to get used to it.

Cheers,

Toni

> Am 22.11.2018 um 16:39 schrieb Julierme Pinheiro <juliermeopensourcedeveloper at gmail.com>:
> 
> Hi Toni,
> 
> Thank you very much for the information. By the way, I am working on GeoNode-Project, is ansible installation being more acceptable than Docker installation?
> 
> Kind regards
> 
> Julierme
> 
> On Thu, Nov 22, 2018 at 12:18 PM Toni Schönbuchner <toni.schoenbuchner at csgis.de <mailto:toni.schoenbuchner at csgis.de>> wrote:
> Hi Handy an Julierme,
> 
> the updateip command you know from apt can still be used.
> This should work:
> 
> Have a look at my ansible task which makes it accessible again:
> https://github.com/csgis/geonode_ansible/blob/master/tasks/helper/update_ip.yml <https://github.com/csgis/geonode_ansible/blob/master/tasks/helper/update_ip.yml>
> 
> For example
> 
> - name: helper_update_ip | copy geonode.binary
>   copy:
>     src: "{{ virtualenv_dir }}/src/geonode/package/support/geonode.binary"
>     dest: /usr/bin/geonode
>     remote_src: yes
>   become: yes
> 
> Would be translated to plain bash like:
> 
> cp  PATH_TO_VIRTUALENV/src/geonode/package/support/geonode.binary  /usr/bin/geonode
> 
> The rest is a chmod +x and a symlink … 
> 
> After that you can again run: geonode_updateip -p {{ server_name }}
> as usual. In case you have problems translating the yml / ansible code
> let me know.
> 
> Cheers,
> 
> Toni
> 
> 
>> Am 22.11.2018 um 15:07 schrieb geonode-users-request at lists.osgeo.org <mailto:geonode-users-request at lists.osgeo.org>:
>> 
>> On Thu, Nov 22, 2018 at 12:05 PM Julierme Pinheiro <
>> juliermeopensourcedeveloper at gmail.com <mailto:juliermeopensourcedeveloper at gmail.com>> wrote:
>> 
>>> I think I am wrong. There is no updateip for manage.py.
>>> 
>>> 
>>> Julierme
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20181122/0a799e06/attachment-0001.html>


More information about the geonode-users mailing list