[GeoNode-users] updateip command

Julierme Pinheiro juliermeopensourcedeveloper at gmail.com
Thu Nov 22 07:39:09 PST 2018


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> 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
>
> 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:
>
> On Thu, Nov 22, 2018 at 12:05 PM Julierme Pinheiro <
> 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/90001d29/attachment.html>


More information about the geonode-users mailing list