Skip to content

paerarason/openPLM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openPLM

openPLM is the first genuine open source PLM (Product Lifecycle Management) based on Django intended to provide a starting point for companies CMS/PLM/BIM projects. By integrating numerous standard reusable PLM functionalities to take care of the things that companies have in common, it lets you focus on what makes your company different.

Documentation

Documentation A documentation is available in the docs/ directory. It can be built using Sphinx ( http://sphinx.pocoo.org ).

An online version is available at http://openplm.org/openplm.org/

Installation

Install Dependencies

pip install requirements.txt

Migrate Db

python manage.py migrate

Run Server

python manage.py runserver 

Read the documentation!

License

openPLM is distributed under the GNU General Public License version 3 or (at your option) any later version. See the file openPLM/GPLv3-LICENSE.txt.

Some javascript files (in openPLM/media/js) and css files (in openPLM/media/css) comes from third parties.

About

openPLM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.5%
  • JavaScript 11.1%
  • HTML 10.2%
  • CSS 2.8%
  • Other 0.4%