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

Dynamically add/remove packages from HTTP server #29

Open
mikecharles opened this issue Feb 17, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@mikecharles
Copy link

commented Feb 17, 2015

It would be nice if it were possible to start the HTTP server, and then when someone creates a new package to somehow "add it" to the HTTP server that's running.

For example, if I have this set up for my org, it'll be run as root. I'm not sure how I'd add a package once the server is running, aside from restarting the server once I've installed the package

@BurntSushi

This comment has been minimized.

Copy link
Contributor

commented Feb 21, 2015

Maybe. It depends on how complex this implementation would be. Restarting the server doesn't seem like a horrible workaround to me.

@mikecharles

This comment has been minimized.

Copy link
Author

commented Feb 22, 2015

I agree that restarting the server isn't usually a big deal, but I'm working in a really restricted environment where it would take an IT support ticket to restart the server each time, and they would begin to question us if we were restarting it often.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.