[GeoNode-devel] Geonode 2.8 in Vagrant

Toni Schönbuchner toni.schoenbuchner at csgis.de
Wed Apr 4 23:01:18 PDT 2018


Hey Pieter,

sure! You could intead just setup your network with Virtual Box GUI and add the interface in /etc/network/interfaces. But vagrant can do this for you with shown command which is covered here 
https://www.vagrantup.com/docs/networking/private_network.html

Note that this is for private networking in other words I m using it just for testing locally. 

Best, toni

> Am 05.04.2018 um 07:31 schrieb Pieter du Plooy <pjduplooy.gis at gmail.com>:
> 
> Thanx Toni.  
> 
> I have always been using vagrant with a standard config, but I do not know the private network ip part of the config.  Where does one get that from?  I've never tinkered a lot with vagrant configs, except to change memory and shared folders, and ports, but never private ip.  Would you mind explaining a bit further or guiding me?
> 
> Cheers.
> 
> Pieter
> 
>> On Wed, Apr 4, 2018 at 9:15 PM, Toni Schönbuchner <toni.schoenbuchner at csgis.de> wrote:
>> Hey Pieter,
>> 
>> this should be easy. I´m using a Vagrantfile like this:
>> 
>> 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
>> 
>> 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>
>>> To: geonode-devel at lists.osgeo.org
>>> Subject: [GeoNode-devel] Geonode 2.8 in Vagrant
>>> Message-ID:
>>> 	<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
>>> 
>>> (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>
>> 
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-devel/attachments/20180405/3596380f/attachment-0001.html>


More information about the geonode-devel mailing list