[GeoNode-devel] Geonode 2.8 in Vagrant

Toni Schönbuchner toni.schoenbuchner at csgis.de
Wed Apr 4 12:15:34 PDT 2018


Hey Pieter,

this should be easy. I´m using a Vagrantfile like this:

https://gist.github.com/t-book/7cd26da3b234fa3ddaf881b6c54d7e38 <https://gist.github.com/t-book/7cd26da3b234fa3ddaf881b6c54d7e38>

then within the same diretory of the Aagrantfile run
$ vagrant up
$ vagrant ssh
$ sudo add-apt-repository ppa:geonode/stable -y
$ sudo apt-get update -y
$ sudo apt-get install geonode -y
$ sudo geonode-updateip 192.168.33.13 # change with your local adress from Vagrantfile

Done. Visit your geonode at 192.168.33.13 (or whatever ip you use)

If you like to automate the geonode installation (provisioning) you can easily add the steps beginning with 
	$ sudo add-apt-repository ppa:geonode/stable -y 
to a bootstrap.sh. See vagrant documentation
here: https://www.vagrantup.com/intro/getting-started/provisioning.html <https://www.vagrantup.com/intro/getting-started/provisioning.html>

Cheers,

Toni

-----------------------------------------------
CSGIS

-----------------------------------------------
Kolonnadenstraße 1
04109 Leipzig
-----------------------------------------------
Mobil	+49/ (0) 176 6680 3198
Tel 		+49/ (0) 341 24 04 738
Fax 		+49/ (0) 341 24 04 73
Web		http://csgis.de
-----------------------------------------------

Hinweis gemäß § 33 BDSG
Daten der Verfahrensbeteiligten werden gespeichert. Dieses Dokument ist ausschließlich für den 
Adressaten bestimmt. Der Inhalt der E-Mail ist vertraulich. Falls Sie diese E-Mail versehentlich 
erhalten haben, rufen Sie uns unter obiger Rufnummer umgehend an und löschen Sie diese Nachricht 
von Ihrem Computer. Jegliche Art von Reproduktionen, Verbreitung, Vervielfältigung, Veränderung, 
Verteilung und/oder Veröffentlichung dieser E-Mail ist verboten.

> Am 04.04.2018 um 21:00 schrieb geonode-devel-request at lists.osgeo.org:
> 
>  1. Geonode 2.8 in Vagrant (Pieter du Plooy)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 4 Apr 2018 11:07:29 +0200
> From: Pieter du Plooy <pjduplooy.gis at gmail.com <mailto:pjduplooy.gis at gmail.com>>
> To: geonode-devel at lists.osgeo.org <mailto:geonode-devel at lists.osgeo.org>
> Subject: [GeoNode-devel] Geonode 2.8 in Vagrant
> Message-ID:
> 	<CADsUavEZ2jJz9YxWa+cnoKmvULNY7tXb3M9A_cxJBLE7XOdPGw at mail.gmail.com <mailto:CADsUavEZ2jJz9YxWa+cnoKmvULNY7tXb3M9A_cxJBLE7XOdPGw at mail.gmail.com>>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi guys
> 
> I have used Geonode 2.6.3 successfully in Vagrant using the following
> instructions:
> 
> https://training.geonode.geo-solutions.it/002_install_and_admin/vm_running_vagrant.html <https://training.geonode.geo-solutions.it/002_install_and_admin/vm_running_vagrant.html>
> 
> (Official Geonode docs is a bit sketchy in this regard).
> 
> Are there any changes in that particular instructions that you might know
> of for 2.8?
> 
> Keep up the good work, and I really hope there will be docker images and
> Windows installers soon.
> 
> Pieter
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.osgeo.org/pipermail/geonode-devel/attachments/20180404/3b5cb60e/attachment-0001.html <http://lists.osgeo.org/pipermail/geonode-devel/attachments/20180404/3b5cb60e/attachment-0001.html>>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-devel/attachments/20180404/3bfa068a/attachment-0001.html>


More information about the geonode-devel mailing list