Skip to content

Development Guide

Morgan Guimard edited this page Jul 6, 2018 · 38 revisions

This page describes the intricacies of DocDokuPLM development.

Code Convention

To know DocDoku coding convention look at Code Convention.

Git flow for DocDokuPLM

Fork this repo on github. Create a branch from the latest HEAD of the 'dev' branch and start your feature. Publish to your github clone and send us a PR in this repository.

Git flow for Eplmp

Same as DocDokuPLM, fork the repo and send us some PR.

https://github.com/polarsys/eplmp

DocDokuPLM web client

By "DocDokuPLM web client" we mean the web based (HTML UI) front-end. Since DocDokuPLM is a modular platform, the software core engine and the web UI are two distinct components, see the web client development guide

Clone this wiki locally