Skip to content

Docker image with the Moinmoin wiki engine 1.9.9, run on Raspberry Pi.

License

Notifications You must be signed in to change notification settings

BruceFrankWong/rpi-moinmoin

 
 

Repository files navigation

MoinMoin on Raspberry Pi (Docker)

Build Status

A Docker image with the Moinmoin wiki engine, uwsgi and nginx.

You can automatically download and run this with the following command

sudo docker run -it -p 80:80 -v /srv/wiki:/srv/wiki --name MY_WIKI brucefrankwanh/rpi-moinmoin

Default superuser is WikiAdmin, you activate him by creating a new user named WikiAdmin and set your prefered password.

The pages are mounted as volume, so you can take backup of the system from the host.

You can detach from the container session with CTRL-Q+P and then CTRL-C

About

Docker image with the Moinmoin wiki engine 1.9.9, run on Raspberry Pi.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 83.2%
  • Makefile 16.8%