All Projects → appsecco → raneto-docker

appsecco / raneto-docker

Licence: other
Docker container for Markdown based Raneto Knowledgebase

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to raneto-docker

Tokenbase
A repository of ERC20 token information. Tokens listed are tradeable on https://forkdelta.github.io. We welcome contributions! 🎉
Stars: ✭ 152 (+360.61%)
Mutual labels:  knowledgebase
Knowledge-Base
record every requirement and solution here
Stars: ✭ 31 (-6.06%)
Mutual labels:  knowledgebase
yeonghoey
A personal knowledge base
Stars: ✭ 13 (-60.61%)
Mutual labels:  knowledgebase
Matterwiki
A simple and beautiful wiki for teams
Stars: ✭ 2,089 (+6230.3%)
Mutual labels:  knowledgebase
gthnk
Personal Knowledge Management System. Capture your ideas using plain old text files. Make a journal that lasts 100 years.
Stars: ✭ 29 (-12.12%)
Mutual labels:  knowledgebase
good-reads
List of inspiring articles, blogs, tutorials and books. Tech stuff.
Stars: ✭ 14 (-57.58%)
Mutual labels:  knowledgebase
Zamia Ai
Free and open source A.I. system based on Python, TensorFlow and Prolog.
Stars: ✭ 133 (+303.03%)
Mutual labels:  knowledgebase
memo-dev
Knowledge base, Today I Learned, Cheatsheet ... Call this as you want ...
Stars: ✭ 13 (-60.61%)
Mutual labels:  knowledgebase
OLGA
an Ontology SDK
Stars: ✭ 36 (+9.09%)
Mutual labels:  knowledgebase
KBE
Node.js application to extract the knowledge represented in Google infoboxes (aka Google Knowlege Graph Panel)
Stars: ✭ 27 (-18.18%)
Mutual labels:  knowledgebase
Ontowiki
Semantic data wiki as well as Linked Data publishing engine
Stars: ✭ 192 (+481.82%)
Mutual labels:  knowledgebase
Jbook
Notes about programming, advices, algorithms and a lot of good stuff with Java
Stars: ✭ 233 (+606.06%)
Mutual labels:  knowledgebase
openshift-wiki
Gitbook URL of WIKI
Stars: ✭ 16 (-51.52%)
Mutual labels:  knowledgebase
Knowfox
Personal Knowledge Management. Use branch "minimal change" to deploy as laravel package.
Stars: ✭ 168 (+409.09%)
Mutual labels:  knowledgebase
writing
New posts will be on Substack
Stars: ✭ 74 (+124.24%)
Mutual labels:  knowledgebase
Hads
📚 Markdown superpowered documentation for Node.js
Stars: ✭ 147 (+345.45%)
Mutual labels:  knowledgebase
bootstrapKnowledgeBaseTheme
Free Bootstrap Knowledge Base Theme
Stars: ✭ 58 (+75.76%)
Mutual labels:  knowledgebase
kglib
TypeDB-ML is the Machine Learning integrations library for TypeDB
Stars: ✭ 523 (+1484.85%)
Mutual labels:  knowledgebase
Windows-Hacks
This repository contains registry scripts, batch files and some knowledge to help you make your Windows do awesome stuff (at least by my standards).
Stars: ✭ 75 (+127.27%)
Mutual labels:  knowledgebase
katapedia
この書は常に未完成である。内容の正誤に保証はない。 ITエンジニアとして役になったTips、よく忘れることを記す。 ブログに記載してもよかったが、水平方向の情報を見つけやすい本の形式をとることにした
Stars: ✭ 30 (-9.09%)
Mutual labels:  knowledgebase

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

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/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

  • To add custom theme, we have to mount the folder inside container and update configuration file. For example theme folder in current working directory
docker 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].