-
Notifications
You must be signed in to change notification settings - Fork 106
Development Guide
This page describes the intricacies of DocDokuPLM development.
To know DocDoku coding convention look at Code Convention.
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.
Same as DocDokuPLM, fork the repo and send us some PR.
https://github.com/polarsys/eplmp
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
You can set up your DocDokuPLM developer environment with Docker and Docker Compose. Navigate to https://github.com/docdoku/docdoku-plm-docker/tree/dev and read instructions.