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

Adding in-place upgrade #4

Open
vmdude opened this issue Mar 25, 2015 · 4 comments
Open

Adding in-place upgrade #4

vmdude opened this issue Mar 25, 2015 · 4 comments
Assignees

Comments

@vmdude
Copy link
Member

vmdude commented Mar 25, 2015

In order to offer appliance continuity, we must add some in-place upgrade process.

We have to consider appliance is not directly connected to The Internet, so the solution should be some web-based page hosted on the appliance that could provide self upload-and-update operation.

@vmdude vmdude self-assigned this Mar 25, 2015
@vmdude vmdude modified the milestone: 1.00 The One Mar 25, 2015
@tsugliani
Copy link

I would say "both".

Most people have internet connectivity at least, but a bundle upgrade would also be nice for those who don't :-)

@vmdude
Copy link
Member Author

vmdude commented Mar 25, 2015

Right now, we thought about a simple upload some kind of "Upgrade package" from http-based page, and a SexiMenu action to launch the upgrade. It's a 2 step upgrade, but really easy to add right now :)

In a further release, we think about adding a Node.js app handling all upgrade process (as Node.js is already installed, there is no need for additional web server as we wanted to keep SexiLog as small as possible ^^)

@tsugliani
Copy link

Cool 👍

@vmdude
Copy link
Member Author

vmdude commented Mar 25, 2015

We could use https://github.com/blueimp/jQuery-File-Upload
It's bootstrap-neat, and support Node.js

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

No branches or pull requests

3 participants