Quick installation guide

The purpose of this section is to provide you with basic information about the structure and contents of the training Virtual Machine.

In order to simplify the installation procedure, a self-contained VM OVA (comprising of the various executables used throughout the training) is provided for download or to be viewed online at this link:

This folder always contains the latest version of the VM.

The package is an Oracle VirtualBox OVA image which must be loaded into a running Virtual Box instance.

WARNING: The package is about ~6.0 GB big. Therefore, consider downloading it and setting up VirtualBox, as explained below, before the training sessions start.

Installing Oracle VirtualBox

image

Minimum Hardware Requirements

  • At least 8GB of RAM

  • At least 4 CPUs

  • At least 50GB of free space on the HD

  • A stable and fast Internet connection

How to install the Virtual Machine

Install Oracle VirtualBox Software

WARNING: In order to make the VMs working properly, you will need at least the VM Box version 6.1.34.

Deploy the GeoNode VM OVA

  • Run the Oracle VirtualBox and select Import Appliance from the File menu image

  • Select the .ova file downloaded from the GeoSolutions-GeoNode-Training-VM-4.2.3-Initialized

  • Leave all the defaults options, except for the destination folder; you will need to select a location with at least 30GB of memory free

  • Click the Import button and wait for the progress bar to be finished; it will require up to 20 minutes depending on your system

  • If everything goes well, you should be able to set the new Appliance available from the Oracle VirtualBox panel

Start and test the GeoNode Virtual Machine

  • Select the GeoNode 4.x image and click on the Start button

  • Wait for the system to startup, you should be able to see the Ubuntu desktop image

  • Open a Terminal window by clicking the link shown in the picture below image

  • Enter the lines cd /opt/geonode/ and click enter

       cd /opt/geonode/
    

    image

  • Enter the lines workon geonode and click enter

       workon geonode
    

    image

  • Enter the lines ./manage_dev.sh collectstatic and click enter

       ./manage_dev.sh collectstatic
    

    image

  • Enter yes when prompted

    image

  • Enter the lines touch geonode/wsgi.py and click enter

       touch geonode/wsgi.py
    

    image

  • Open the Chrome WEB browser, enter the password geonode if it asks for one, and go to the location: http://localhost/ image

The GeoNode Default Home Page

When accessing GeoNode you will automatically be redirected to the default home page; other than the GeoNode logo, you can see different sections from this landing page image

  1. The navigation bar presents a set of quick-access menu links

  2. The registration link allows you to create a new GeoNode registered member profile

  3. The sign-in link allows you to log in using an existing GeoNode member profile

  4. The big search box allows you to perform quick searches on the GeoNode contents

  5. Main site title is presented to the user; this section can be customized eventually

Next Section: GeoNode Training Virtual Machine Structure