docdoku-plm-doc
This project handles the DocdokuPLM user-guide and documentation.
Build requirements
Ruby, Jekyll 2.1.0, nodejs, git, grunt, bower
Jekyll
Install local jekyll from given ruby gem
[sudo] gem install jekyll -v 2.1.0
NodeJS
Use latest LTS version
Git
Latest
Grunt and Bower
Latest
NPX
Latest
Configuration
Please edit the _config.yml file if you plan to deploy on a different path than server root
To build the doc, run
npm run build
To develop, use
npm run dev