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

Security update push system #6

Open
leah opened this issue Apr 7, 2009 · 1 comment
Open

Security update push system #6

leah opened this issue Apr 7, 2009 · 1 comment
Labels

Comments

@leah
Copy link
Collaborator

leah commented Apr 7, 2009

A good blogging system will have a way to push updates (or encourage users to update) with minimal disruption to their blog. This feature should allow for both feature and security updates. Design TBD.

@justinabrahms
Copy link
Collaborator

Realistically, let’s think about how this can play out.

A) User installed via pip

pip —upgrade mightylemon

B) User installed via archive

cd /path/to/mightylemon
wget http://mightylemon.com/ml.zip
unzip ml.zip

C) User installed via VCS

cd /path/to/mightylemon
(vcs update command)

What these don’t take into account: schema changes, local changes to the project (templates, etc), etc. I think we need to set expectations on what an update really entails. Is it clicking a button and its updated? Is it running a script? If we know what our ideal solution is, we can perhaps work towards it a bit better.

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

No branches or pull requests

2 participants