<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hey Julierme,<div class=""><br class=""></div><div class="">nice to read you. <br class=""><div><br class=""></div><div><blockquote type="cite" class=""><div dir="ltr" class=""><div class=""> I am working on GeoNode-Project, is ansible installation being more acceptable than Docker installation?</div></div></blockquote></div><div class=""><br class=""></div>Ansible is just an automation which will install geonode by use of geonode-project.</div><div class="">In other words the sent tasks will automate the installation following the official docs.</div><div class=""><br class=""></div><div class="">If you use a docker or non-docker installation approach depends on your needs and taste.</div><div class="">I like docker, but most of  the projects I´m working require a non-docker installation (client wish).</div><div class=""><br class=""></div><div class="">Docker is a de facto thing to check out. But it takes time to get used to it.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Toni</div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">Am 22.11.2018 um 16:39 schrieb Julierme Pinheiro <<a href="mailto:juliermeopensourcedeveloper@gmail.com" class="">juliermeopensourcedeveloper@gmail.com</a>>:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Hi Toni,</div><div class=""><br class=""></div><div class="">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?</div><div class=""><br class=""></div><div class="">Kind regards</div><div class=""><br class=""></div><div class="">Julierme<br class=""></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="">On Thu, Nov 22, 2018 at 12:18 PM Toni Schönbuchner <<a href="mailto:toni.schoenbuchner@csgis.de" class="">toni.schoenbuchner@csgis.de</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space" class="">Hi Handy an Julierme,<div class=""><br class=""></div><div class="">the updateip command you know from apt can still be used.</div><div class="">This should work:</div><div class=""><br class=""></div><div class="">Have a look at my ansible task which makes it accessible again:</div><div class=""><a href="https://github.com/csgis/geonode_ansible/blob/master/tasks/helper/update_ip.yml" target="_blank" class="">https://github.com/csgis/geonode_ansible/blob/master/tasks/helper/update_ip.yml</a></div><div class=""><br class=""></div><div class="">For example</div><div class=""><br class=""><div class=""><div class="">- name: helper_update_ip | copy geonode.binary</div><div class="">  copy:</div><div class="">    src: "{{ virtualenv_dir }}/src/geonode/package/support/geonode.binary"</div><div class="">    dest: /usr/bin/geonode</div><div class="">    remote_src: yes</div><div class="">  become: yes</div></div><div class=""><br class=""></div><div class="">Would be translated to plain bash like:</div><div class=""><br class=""></div><div class="">cp  PATH_TO_VIRTUALENV/src/geonode/package/support/geonode.binary  /usr/bin/geonode</div><div class=""><br class=""></div><div class="">The rest is a chmod +x and a symlink … </div><div class=""><br class=""></div><div class="">After that you can again run: geonode_updateip -p {{ server_name }}</div><div class="">as usual. In case you have problems translating the yml / ansible code</div><div class="">let me know.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Toni</div><div class=""><br class=""></div><div class=""><br class=""><blockquote type="cite" class=""><div class="">Am 22.11.2018 um 15:07 schrieb <a href="mailto:geonode-users-request@lists.osgeo.org" target="_blank" class="">geonode-users-request@lists.osgeo.org</a>:</div><br class="m_1117391775468516904Apple-interchange-newline"><div class=""><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class="">On Thu, Nov 22, 2018 at 12:05 PM Julierme Pinheiro <</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class=""><a href="mailto:juliermeopensourcedeveloper@gmail.com" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" target="_blank" class="">juliermeopensourcedeveloper@gmail.com</a><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class="">> wrote:</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class=""><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class=""><blockquote type="cite" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">I think I am wrong. There is no updateip for manage.py.<br class=""><br class=""><br class="">Julierme<br class=""></blockquote></div></blockquote></div><br class=""></div></div></blockquote></div>
</div></blockquote></div><br class=""></div></body></html>