Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamescherti/docker-oddmuse
Oddmuse Docker container (Dockerfile)
https://github.com/jamescherti/docker-oddmuse
debian docker dockerfile oddmuse
Last synced: 2 months ago
JSON representation
Oddmuse Docker container (Dockerfile)
- Host: GitHub
- URL: https://github.com/jamescherti/docker-oddmuse
- Owner: jamescherti
- License: mit
- Created: 2023-03-21T14:51:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T18:17:57.000Z (7 months ago)
- Last Synced: 2024-06-23T19:33:02.077Z (7 months ago)
- Topics: debian, docker, dockerfile, oddmuse
- Language: Dockerfile
- Homepage: https://github.com/jamescherti/docker-oddmuse
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker-oddmuse - Oddmuse Docker Container
**Author:** James Cherti
## What is Oddmuse?
Oddmuse is a wiki engine. Unlike other wiki engines that rely on local or remote databases to store and modify content, Oddmuse utilizes the local file system. This means that users can create and manage Wiki pages on their local machine and easily transfer them to other locations or servers. By leveraging the local file system, Oddmuse eliminates the need for complex and costly database setups.
## Installation
### Download the Docker container from Docker hub
The `oddmuse` Docker container can be downloaded from Docker hub using the following command:
``` shell
docker pull jamescherti/oddmuse
```### Build the Docker container
Alternatively, you can build the `oddmuse` Docker container using the command:
``` shell
docker build -t jamescherti/oddmuse github.com/jamescherti/docker-oddmuse
```## Usage
``` shell
docker run --rm \
-v /local/path/oddmuse_data:/data \
-p 8080:80 \
--env ODDMUSE_URL_PATH=/wiki \
jamescherti/oddmuse
```## License
Distributed under the terms of the MIT license.
## Links
- `docker-oddmuse` Git repository: https://github.com/jamescherti/docker-oddmuse
- `docker-oddmuse` Docker Hub: https://hub.docker.com/r/jamescherti/oddmuse
- Oddmuse website: https://oddmuse.org/