Giter Site home page Giter Site logo

puppet-nbngateway's Introduction

NBN Gateway Web Server

This is the NBN Gateway WebServer puppet module. It sets up an nbn gateway web hosting environment.

Module Description

This puppet module will obtain and manage all of the software which needs to be configured and installed on a server inorder for it to host the NBN Gateway web content. This involves setting up things MapServer and database connection properties files.

The module can be configured for various operating environments. E.g dev, staging and production

This module is designed specifically for contributors to the NBN Gateway code base

Setup

What NBNGateway affects

  • Installs apache
  • Installs mapserver
  • Sets up various tomcats for hosting the different segments of the nbn gateway

Usage

Create a NBN Gateway web server

class { 'nbngateway' :
  # Manage passwords for db connections
  api_db_password      => 'apiUserPa55word',
  importer_db_password => 'importerUserPa55word',
  gis_db_password      => 'gisUserPa55word',

  # Configure ssl certs
  ssl_cert             => '/etc/ssl/nbn.crt',
  ssl_key              => '/etc/ssl/nbn.key',
  ssl_chain            => '/etc/ssl/chain.pem',

  # Define location to static maps
  vector_shapefiles    => '/mnt/geo/vector',
  os_modern            => '/mnt/geo/os-modern',
  os_tiled             => '/mnt/geo/os-tiled',

  # Set the operation environment
  environment          => 'production'
}

Limitations

This module has been tested on ubuntu 14.04 lts

Contributors

Christopher Johnson - [email protected]

puppet-nbngateway's People

Contributors

mattdebont avatar chrisjohnson1988 avatar

Watchers

James Cloos avatar Jonathan Cooper avatar Rod Scott avatar  avatar felix mason avatar  avatar  avatar  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.