Skip to content

aagez/webPLM

 
 

Repository files navigation

WebPLM

This is the web interface of the PLM project. It uses the Play Framework as the back-end and AngularJS for the front-end.

Getting Started

First, install Play Framework. Also a MongoDB instance have to be running if you want to use the user account features. Check this page if you need to install it.

Once you cloned this repository, you can run the application in production mode by running activator start from the root directory.

If you prefer to run it in debug mode (where it reloads everything automatically when files change), use activator ~run instead. Remove the ~ so that it only reloads when you reload the page in the browser.

To access to your application, browse to http://localhost:9000 If you want to start it on port 8080 instead, use activator "~run 8080"

License

Copyright 2015 INRIA

WebPLM is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

WebPLM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with WebPLM. If not, see http://www.gnu.org/licenses/.

About

Web Interface of the PLM (JavaScript + Play framework)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.2%
  • HTML 6.8%
  • CSS 0.8%
  • Python 0.6%
  • Scala 0.6%
  • Emacs Lisp 0.0%