This document provides instructions for installing Docker and deploying a vanilla GeoNode installation using Docker on an Ubuntu host. It includes steps to:
1. Install Docker and docker-compose packages on the Ubuntu host.
2. Upgrade docker-compose to the latest version.
3. Test the Docker Compose instance by running a hello-world container.
4. Deploy a vanilla GeoNode by cloning the GeoNode source code, building and running the Docker images.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
270 views
Tutorial Install Geonode Vanilla
This document provides instructions for installing Docker and deploying a vanilla GeoNode installation using Docker on an Ubuntu host. It includes steps to:
1. Install Docker and docker-compose packages on the Ubuntu host.
2. Upgrade docker-compose to the latest version.
3. Test the Docker Compose instance by running a hello-world container.
4. Deploy a vanilla GeoNode by cloning the GeoNode source code, building and running the Docker images.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Tutorial Install Geonode Vanilla
Docker In this section we are going to list the passages needed to:
1. Install Docker and docker-compose packages on a Ubuntu host
2. Deploy a vanilla GeoNode with Docker a. Override the ENV variables to deploy on a public IP or domain b. Access the django4geonode Docker image to update the code-base and/or change internal settings c. Access the geoserver4geonode Docker image to update the GeoServer version 3. Passages to completely get rid of old Docker images and volumes (prune the environment completely)
1. Install the Docker and docker-compose packages on a Ubuntu
host Docker Setup (First time only) # install OS level packages.. sudo apt update sudo apt upgrade
Software Containers: The Complete Guide to Virtualization Technology. Create, Use and Deploy Scalable Software with Docker and Kubernetes. Includes Docker and Kubernetes.
Kubernetes: Build and Deploy Modern Applications in a Scalable Infrastructure. The Complete Guide to the Most Modern Scalable Software Infrastructure.: Docker & Kubernetes, #2
Docker: The Complete Guide to the Most Widely Used Virtualization Technology. Create Containers and Deploy them to Production Safely and Securely.: Docker & Kubernetes, #1