os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
31 stars 31 forks source link

Install package support #21

Closed RossComputerGuy closed 4 years ago

RossComputerGuy commented 5 years ago

core.make("osjs/package").install(url) should be a function, it should install the application/package and restart the server and refresh the page.

andersevenrud commented 5 years ago

Yep. Mr @aherreraGH has requested this as well, and it's been a long standing item on my todo list.

You don't actually have to restart the server if a package is installed as the manifest is updated in the client automatically via a signal.

However, the server will need to accept a signal that tells it to load all new package server files.

This should also be configurable as an external service in case the distro requires the installed files to require some spesific permission or user/group combination.

andersevenrud commented 4 years ago

Superseeded by https://github.com/os-js/osjs-client/issues/106