server-status-project / server-status

Simple, modern looking server status page with administration and some nice features, that can run even on shared webhosting
https://demo.status.sajdl.com/
Apache License 2.0
398 stars 88 forks source link

How to update? #56

Closed petrk94 closed 6 years ago

petrk94 commented 6 years ago

Hello,

I would like to know how to update? Is there already some mechanism?

I wrote before a updater bash script for phpservermon https://github.com/phpservermon/phpservermon/pull/620

Maybe this could be adapted?

Pryx commented 6 years ago

There is not yet any update mechanism but it is planned (#18). Right now the only way is overwrite the old files with new ones and add whatever config constants were added in the new releases.

Pryx commented 6 years ago

Bash script could be useful but not quite what I'm planning - I would love to have automatic PHP update script that would notify user in the admin interface and let him upgrade automatically - something like Wordpress has.

petrk94 commented 6 years ago

Alright, I will wait for the release of the update mechanism :) Just thought the bash update script could overbridge the time until the final update mechanism is finished. When it will be?

Pryx commented 6 years ago

It will be in the 1.1.0 release which should be at the end of this month :)