[GeoNode-devel] I destroyed GeoNode 2.8 Django installation: How to re-install (Michael Härtel)
Toni Schönbuchner
toni.schoenbuchner at csgis.de
Thu Mar 21 13:23:18 PDT 2019
Dear Michael,
from our former conversation I think you installed by apt, correct?
If so python packages might come as dependencies [1] [2]
It should work to confirm this by something like:
$ apt-cache rdepends geonode
Unfortunately I have never run into a situation like this but would
just try to purge the old package, download the package in question again
apt-get download <package_name>
and install it again
sudo dpkg -i <downloaded_package_deb_file>
as said all untested, just a vague idea. Before spending to much time
doing so I would most likely just restart with docker setup on the
same instance.
cheers,
Toni
[1] https://github.com/GeoNode/geonode/blob/2.8.x/requirements.txt
[2] https://launchpad.net/~geonode/+archive/ubuntu/stable
> Am 21.03.2019 um 15:44 schrieb geonode-devel-request at lists.osgeo.org:
>
> Hello list,
>
> I destroyed my Django installation on my GeoNode 2.8 server when trying
> to add some python packages to build up my dev environment.
>
> Is there a way to re-install only the python setup without having to
> re-install the rest for GeoNode 2.8?
>
> Thank you very much,
>
> Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-devel/attachments/20190321/b6528dc7/attachment.html>
More information about the geonode-devel
mailing list