<div dir="ltr"><div>Hi Toni,</div><div><br></div><div>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><br></div><div>Kind regards</div><div><br></div><div>Julierme<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Nov 22, 2018 at 12:18 PM Toni Schönbuchner <<a href="mailto:toni.schoenbuchner@csgis.de">toni.schoenbuchner@csgis.de</a>> wrote:<br></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">Hi Handy an Julierme,<div><br></div><div>the updateip command you know from apt can still be used.</div><div>This should work:</div><div><br></div><div>Have a look at my ansible task which makes it accessible again:</div><div><a href="https://github.com/csgis/geonode_ansible/blob/master/tasks/helper/update_ip.yml" target="_blank">https://github.com/csgis/geonode_ansible/blob/master/tasks/helper/update_ip.yml</a></div><div><br></div><div>For example</div><div><br><div><div>- name: helper_update_ip | copy geonode.binary</div><div>  copy:</div><div>    src: "{{ virtualenv_dir }}/src/geonode/package/support/geonode.binary"</div><div>    dest: /usr/bin/geonode</div><div>    remote_src: yes</div><div>  become: yes</div></div><div><br></div><div>Would be translated to plain bash like:</div><div><br></div><div>cp  PATH_TO_VIRTUALENV/src/geonode/package/support/geonode.binary  /usr/bin/geonode</div><div><br></div><div>The rest is a chmod +x and a symlink … </div><div><br></div><div>After that you can again run: geonode_updateip -p {{ server_name }}</div><div>as usual. In case you have problems translating the yml / ansible code</div><div>let me know.</div><div><br></div><div>Cheers,</div><div><br></div><div>Toni</div><div><br></div><div><br><blockquote type="cite"><div>Am 22.11.2018 um 15:07 schrieb <a href="mailto:geonode-users-request@lists.osgeo.org" target="_blank">geonode-users-request@lists.osgeo.org</a>:</div><br class="m_1117391775468516904Apple-interchange-newline"><div><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">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"><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">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">> 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"><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"><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">I think I am wrong. There is no updateip for manage.py.<br><br><br>Julierme<br></blockquote></div></blockquote></div><br></div></div></blockquote></div>