From: Banana Date: Sun, 26 Apr 2020 20:56:09 +0000 (+0200) Subject: docu update about upgrade X-Git-Tag: v1.0^2~2 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=3b640c5fb230a85b0730462fcce1994a8e7abd36;p=selfpaste.git docu update about upgrade --- diff --git a/documentation/update.txt b/documentation/update.txt index dd7ee4f..a6922c2 100644 --- a/documentation/update.txt +++ b/documentation/update.txt @@ -1,5 +1,10 @@ If you update from a previous version make sure every update step is done since your current used version. +Update process is as follows: +- copy lib, view and index.php into your webserver installation location +- update your config.php +- make sure of any special update steps listed below. + ## 0.4-beta Beryllium Update your config.php to reflect the following updates. @@ -12,4 +17,4 @@ define('SELFPASTE_UPLOAD_SECRET', ) ); # creation of a paste and which secret was used into logs/create.log file -define('LOG_CREATION',true); \ No newline at end of file +define('LOG_CREATION',true);