Sign inSign up

squiggley/raneto-dark

By squiggley

•Updated almost 9 years ago

Dark themed raneto knowledge base

Image
0

1.3K

squiggley/raneto-dark repository overview

Knowledgebase in a Docker container using Raneto

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

Here is the blog post to know more about Markdown based Knowledgebase How to use docker container

The simple and quick way to use this container is as follows.

Software required to use docker container

Docker (Tested version 1.13.0) Steps to use container

Pull the Raneto image from the docker hub docker pull appsecco/raneto Clone the repostiory for sample configuration and content 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/r

Tag summary

Content type

Image

Digest

Size

163.6 MB

Last updated

almost 9 years ago

docker pull squiggley/raneto-dark