Git Product home page Git Product logo

terraform_deploy_geoserver_on_azure's Introduction

Terraform_Deploy_Geoserver_on_Azure

NOTE - This project is not complete and is a work in progress. I will remove this header when completed.

This repository contains a Terraform script for deploying a web GIS system with PostgreSQL and Geoserver on Azure.

##Directions

First install Terraform on your machine. This section is lifted from the instructions on the Terraform Website. Note that the directions in this guide are for Debian based Linux:

Ensure system is up to date and install the appropriate packages.

sudo apt-get update && sudo apt-get install -y gnupg software-properties-common

Install the hashicorp GPG key

wget -O- https://apt.releases.hashicorp.com/gpg | \
gpg --dearmor | \
sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg

Verify the key's fingerprint.

gpg --no-default-keyring \
--keyring /usr/share/keyrings/hashicorp-archive-keyring.gpg \
--fingerprint

Add the hashicorp repository to your system.

echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] \
https://apt.releases.hashicorp.com $(lsb_release -cs) main" | \
sudo tee /etc/apt/sources.list.d/hashicorp.list

Download the package information from hashicorp.

sudo apt update

Install terraform from the new repository.

sudo apt-get install terraform

You can now check to make sure Terraform installed by running

terraform -help

Install tab complete (optional but recommended)

touch ~/.bashrc

terraform -install-autocomplete

Learn Terraform basics

If you are unfamiliar with using Terraform to create and manage Azure resources, first go through the build, change, destroy, variables, and outputs tutorials at this link: https://developer.hashicorp.com/terraform/tutorials/azure-get-started/azure-build Editing Terraform_Deploy_Geoserver_on_Azure/README.md at main · dbartles/Terraform_Deploy_Geoserver_on_Azure

terraform_deploy_geoserver_on_azure's People

Contributors

dbartles avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.