Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

inventaire/jingo

 
 

Repository files navigation

Jingo

⚠️ ARCHIVE
Wiki has moved. Here's why. This repository is here for archive reasons.

Node.js based Wiki, customized for the needs of inventaire.io https://wiki.inventaire.io

What is customized here

  • authentification uses inventaire API
  • user pictures are taken from their inventaire profile
  • multilangue
  • redirection support: #REDIRECT[[Home]]

See also claudioc/jingo README

Install

git clone https://github.com/inventaire/jingo
cd jingo
# Use SSH cloning to be able to push on this repo
git clone git@github.com:inventaire/inventaire-wiki.git data

Production

Setup the prod config:

export JINGO_PATH=$PWD
export JINGO_SECRET=$(head -c 30 /dev/urandom | base64)
envsubst < config.prod.yaml.template > config.yaml

About

Node.js based Wiki customized for the needs of inventaire.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 72.6%
  • Pug 9.8%
  • SCSS 8.9%
  • CSS 5.0%
  • Shell 3.7%