Skip to content

christianbeland/scribeui-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

ScribeUI

ScribeUI v1.8 with MapServer and Apache.

DockerPulls DockerStars

Reference : http://mapgears.github.io/scribeui/

GitHub : https://github.com/mapgears/scribeui

The image is based on Ubuntu 14.04 Trusty. The demo data was loaded into the image. The image is configured to run in production (in Apache).

To start in background:

docker run --name scribeui -p 8080:80 -e "SCRIBEUI_URL=your_site_domain.com:8080" -d christianbeland/scribeui-docker apachectl -D FOREGROUND

To attach to running container:

docker ps
docker exec -it CONTAINER_ID bash

To use, browse to http://your_site_domain.com:8080/scribeui/

Note: Password for the default workspace is 'default'.

About

ScribeUI Dockerfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published