Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Docker build for a minimal OpenDocMan www installation w/ Apache/PHP

Notifications You must be signed in to change notification settings

halkeye-docker/docker-opendocman-minimal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker OpenDocMan Minimal without MySQL

If you are looking for a pre-build docker image look here:

Docker Hub Site for OpenDocMan

This repo contains the files needed to build a docker image running the latest version of OpenDocMan along with Apache 2 and PHP. Requires a functional MySQL database/username/password.

To Buid:

(Requires a docker client (or boot2docker for Mac) and a docker server)

docker build --tag="opendocman-minimal" .

To Run Live:

docker run -d -v /odm_data:/var/www/odm_data opendocman-minimal

To Run Local (development):

docker run -d -p 8080:80 -v ~/odm_data:/var/www/odm_data opendocman-minimal

You should then have a running instance and if you visit your container URL you will be prompted to run through the OpenDocMan installer.

About

Docker build for a minimal OpenDocMan www installation w/ Apache/PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 50.7%
  • Dockerfile 49.3%