# docdoku-plm **Repository Path**: linsoner/docdoku-plm ## Basic Information - **Project Name**: docdoku-plm - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-07-02 - **Last Updated**: 2024-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Welcome to the DocDokuPLM project ## What is DocDokuPLM? DocDokuPLM is a high end Open Source PLM solution. ## What does DocDokuPLM offer? * Document Management: Version control, workflows, templates, links * Product Structure: Search and filters the product structure * Product Configuration: Manage effectivities, alternatives and substitutes * Bill of Materials: List all raw materials of your product * Process Management: Define workflows and manage tasks * Change Management: Track modifications * Data Visualization: Use your browser to explore your structures (WebGL), exchange with your colleagues or display your documents (Word, PDF, CAD...) ## Project support The Project is lead by the DocDoku team. ## Setting Up You have a full description of the [Installation Guide](https://github.com/docdoku/docdoku-plm/wiki/Installation-Guide). To know how to use the PLM, you can look at the [Quick Starter Guide](https://github.com/docdoku/docdoku-plm/wiki/Quick-Starter-Guide) or at the [User Guide](http://docdokuplm.com/docdoku-plm/user-guide/en/2.5/). ## Coding You may fork or just clone the code on [GitHub](https://github.com/docdoku/docdoku-plm) and then compile and package it with Maven. You have more information in the [Development Guide](https://github.com/docdoku/docdoku-plm/wiki/Development-Guide). ## License AGPL version 3 ## [Cloud Hosting](https://docdokuplm.net) DocDokuPLM DocDokuPLM 是一款开源的PLM软件,由DocDoku公司开发。 DocDoku是一家位于法国图卢兹和巴黎的行业数字解决方案的科技公司。主要专注在移动、现代网络和行业信息领域。DocDokuPLM是一个获得了Open World Forum,OW2Con等奖项的开源PLM平台。 DocDokuPLM使用Java开发,源代码维护在 github 上。 官方网站: http://www.docdokuplm.com/ 补充: OW2建立于2007年,由法国的ObjectWeb和中国的四方国件两大社区合作组成。OW2是一家对公司、研究所及个人开放的非营利性开源组织。其任务是发展开源中间件并建立活跃的社区和商用产业链。基于ObjectWeb和四方国件两大社区的项目基础,OW2现在已经在欧洲、亚洲及美国拥有超过100个组织及6000个IT专家。作为一个全球开源协会,OW2致力于通过地方分会的形式管理全球各大洲的社区。 Open World Forum 位于巴黎的关于开源创新的非商业社区年度活动。 安装前的准备 需要安装的软件: JDK 8 JEE 7 Application Server. Payara 5.1: http://www.payara.fish/downloads Database MySQL5: http://dev.mysql.com/downloads/mysql/ 推荐: Payara + MySQL 5.7 JDBC Driver http://www.mysql.fr/downloads/connector/j/ Payara Server 是Glassfish的一个分支。 安装配置: MySQL 安装一个Server, 再安装一个Workbench CREATE DATABASE doccokuplm; GRANT ALL PRIVILEGES ON docdokuplm.* TO ‘docdokuplm_user’@‘localhost’ IDENTIFIED BY ‘oscar’; asadmin start-domain domain1 http://localhost:4848/ jdbc:mysql://localhost:3306/doccokuplm ———————————————— 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。 原文链接:https://blog.csdn.net/oscar999/article/details/94334186