Sign inSign up

furiousgeorge/matterwiki

By furiousgeorge

Updated almost 6 years ago

A simple and beautiful wiki for teams

Image
2

5.8K

furiousgeorge/matterwiki repository overview

Matterwiki

This is just a docker container for the Matterwiki application.

This implementation uses the SQLite database to store the data. A tag may be created for a MySQL implementation at a further date.

Instructions

docker run --name=matterwiki -d -p 80:5000  -v $PWD/db:/matterwiki/db furiousgeorge/matterwiki

This will run the wiki on port 80, and mount the data folder under your working directory.

As the instructions on the Matterwiki site state, after this docker container is running, go to yourserver.com/#/setup to add an admin user.

Tag summary

Content type

Image

Digest

Size

92.4 MB

Last updated

about 6 years ago

docker pull furiousgeorge/matterwiki