summaryrefslogtreecommitdiff
path: root/doc/ru_RU/centos-installation.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ru_RU/centos-installation.markdown')
-rw-r--r--doc/ru_RU/centos-installation.markdown22
1 files changed, 10 insertions, 12 deletions
diff --git a/doc/ru_RU/centos-installation.markdown b/doc/ru_RU/centos-installation.markdown
index 95808586..c1510902 100644
--- a/doc/ru_RU/centos-installation.markdown
+++ b/doc/ru_RU/centos-installation.markdown
@@ -32,13 +32,12 @@ Centos 7[¶](#centos-7 "Ссылка на этот заголовок")
cd /var/www/html
- wget https://kanboard.net/kanboard-latest.zip
+ # Download the latest release from https://github.com/kanboard/kanboard/releases
+ wget https://github.com/kanboard/kanboard/archive/v<version>.zip
- unzip kanboard-latest.zip
-
- chown -R apache:apache kanboard/data
-
- rm kanboard-latest.zip
+ unzip kanboard-<version>.zip
+ chown -R apache:apache kanboard-<version>/data
+ rm kanboard-<version>.zip
@@ -105,13 +104,12 @@ Centos 6.x[¶](#centos-6-x "Ссылка на этот заголовок")
cd /var/www/html
- wget https://kanboard.net/kanboard-latest.zip
-
- unzip kanboard-latest.zip
-
- chown -R apache:apache kanboard/data
+ # Download the latest release from https://github.com/kanboard/kanboard/releases
+ wget https://github.com/kanboard/kanboard/archive/v<version>.zip
- rm kanboard-latest.zip
+ unzip kanboard-<version>.zip
+ chown -R apache:apache kanboard-<version>/data
+ rm kanboard-<version>.zip