BuggleInc / PLM-server

Wanna be teacher's console (WIP)
GNU Affero General Public License v3.0
2 stars 3 forks source link

PLM-server

Web server to navigate the code written by PLM users.

This is an early prototype, be careful.

Getting Started

You should now have the main window running. The two first buttons are known to not work since we lost the ability to register students to a given course since then.

Refreshing the students' data

The first time you click on the "See all students" button, the server will fetch all the data from the https://github.com/BuggleInc/PLM-data repository (this may take a few minutes).

Then, the only way to to update the data is to do so manually:

cd repo/
git fetch --all

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 the source code. If not, see http://www.gnu.org/licenses/.