Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 819 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 819 Bytes

DocDoku PLM Sample Data

This repository allows you to populate your DocDokuPLM installation with some sample data.

Requirements

DocDokuPLM server installed. Refer to this page to install a DocDokuPLM server.

Instructions

Clone this project

git clone https://github.com/docdoku/docdoku-plm-sample-data.git

Run loadSample.sh or loadSample.bat depending on your OS

./loadSample.sh -u login -p password -h url [-w workspaceId]  

Parameters :

  • login : your account name (will be created) - required
  • password : your account password (will be created) - required
  • url : url of the DocDokuPLM instance server (http://localhost:8080) - required
  • workspaceId : then name of the workspace to be created - optional, will be generated if not specified