jcrodriguez-dis / vpl-jail-system

Execution/jail server for VPL
GNU General Public License v3.0
23 stars 22 forks source link

Adding packages by demand #30

Closed alphonse92 closed 1 year ago

alphonse92 commented 5 years ago

Could be very very cool install development packages by demand. Not all software development packages are using really. Most universities focus at most 2 or 3 programming languages. Sometimes i need push a lot of effort to install or package the jail into container for example.

My proposal is read a Json (or other format) with the required dependencies, and install them by demand for the vpl installer.

Just a proposal.

jcrodriguez-dis commented 5 years ago

Hi Alejandro, Yes, it could be a good idea to select by menu or by config file the programming languages and then install the needed packages. I add this request to the TODO list. In any case, you must notice that the installation of packages in the VPL installer is help and has no direct relationship with the configuration of VPL. You can install or update manually or programmatically the packages you need before (or after) the VPL installation. Then you must restart the service to use the new (or updated) software.

Best regard, Juan Carlos