Docker container for Markdown based Raneto Knowledgebase
1M+
Raneto is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase.
This docker container is to setup Knowledgebase available in a container to start your centralised documentation in seconds.
More details about the project can be found here
The simple and quick way to use this container is as follows.
Software required to use docker container
Steps to use container
docker pull appsecco/raneto
git clone https://github.com/appsecco/raneto-docker.git
cd raneto-docker
Make changes for configuration if required in config/config.default.js
Then you are ready to run the Knowledgebase
docker run -v `pwd`/content/:/data/content/ -v `pwd`/config/config.default.js:/opt/raneto/example/config.default.js -p 3000:3000 -d appsecco/raneto
Then navigate to http://localhost:3000
If you want to add more content to the Knowledgebase. Just add your directories (or) markdown files to the content folder in host system. It will update automatically
Note
theme folder in current working directorydocker run -v `pwd`/content/:/data/content/ -v `pwd`/config/config.default.js:/opt/raneto/example/config.default.js -v `pwd`/theme/:/data/theme/ -p 3000:3000 -d appsecco/raneto
Please feel free to make a pull request or tweet to me @madhuakula for improvements and suggestions
Content type
Image
Digest
Size
149.9 MB
Last updated
almost 7 years ago
docker pull appsecco/raneto