Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.
/ simtanah-docker Public archive

Docker compose for Sistem Informasi Pertanahan Provinsi Jawa Barat

Notifications You must be signed in to change notification settings

transplar/simtanah-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sistem Informasi Pertanahan DISPERKIM JABAR

DEMO

Catatan: Sistem ini dirancang untuk berjalan secara mandiri. Pastikan bahwa port berikut ini tidak sedang dipakai oleh proses lain.

  • 80
  • 5432
  • 8081
  • 9090

Kebutuhan Sistem

Perangkat Keras

  • RAM: 4GB
  • CPU: dual core @2GHz
  • Storage: 20GB

Perangkat Lunak

  • Docker
  • Docker Compose

Instalasi

# Clone repository
git clone https://github.com/transplar/simtanah-docker

# Install submodule
cd simtanah-docker
git submodule update --init --recursive

# Setting environment variable
# rename and change its content based on your requirement
mv .env.dist .env

# Starting the system
docker-compose up -d

Settingan Default

Geoserver

  • username: admin
  • password: geoserver
  • port: 9090
  • path: /geoserver

PostGIS

  • username: docker
  • password: docker
  • database: docker
  • port: 5432

pgAdmin

  • username: admin@localhost
  • password: password
  • port: 8083
  • path: /

RESTful API

  • port: 8081
  • base_path: /

Main Frontend

  • port: 80
  • base_path: /

About

Docker compose for Sistem Informasi Pertanahan Provinsi Jawa Barat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages