Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install package support #21

Closed
RossComputerGuy opened this issue Nov 30, 2018 · 2 comments
Closed

Install package support #21

RossComputerGuy opened this issue Nov 30, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@RossComputerGuy
Copy link

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
Copy link
Member

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
Copy link
Member

Superseeded by #106

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants