BuggleInc / webPLM

Web Interface of the PLM (JavaScript + Play framework)
https://plm.telecomnancy.univ-lorraine.fr
GNU Affero General Public License v3.0
11 stars 14 forks source link

The local server should be a single jarfile #77

Closed mquinson closed 8 years ago

mquinson commented 9 years ago

I understand that fitting the whole Play! framework into a single jar makes the file rather big, but it would be much more convenient if the whole local infrastructure could be deployed simply by double-clicking on a jar file. Asking to separately install Play! is too demanding to occasional players.

I'd be ok if the infrastructure would be shrinked down, eg with the judge incorporated into the server and the authentication service could not be provided. It poses the problem of how the code sent to a local server gets conveyed to github PLM-data, though.