Skip to content

Nordgedanken/mapit-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Mapit

This is ONLY working with Nordgedanken/mapit-germany-docker, because it clones an Custom fork. This Repo can be forked and modified

How to run this

You actually don't need this repository to try it out. The docker image built from this is automatically available from the Docker Hub.

First, you'll need to install Docker if you don't already have it.

Then,

docker pull openaustralia/mapit
docker run -p 8020:80 -i -t openaustralia/mapit

Point your web browser to http://localhost:8020 and you should see a default install of Mapit.

All this without the hassle of having to configure a whole machine.

What it does

  • It will build a container that has everything needed to run Mapit.
  • Runs the processes at startup managed by supervisord

What it doesn't do

  • Install an ssh server (TODO)
  • Setup logging for processes

Installing data

This docker container can be used as a base image into which you can load boundary data that you need. To see this in action take a look at the dockerized Australian MapIt.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.2%
  • Makefile 0.8%