From 1db9bc1b2e8e0134f6276771a08b54c4748f8e5e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 27 Nov 2017 11:14:37 -0800 Subject: Update code base and doc to use kanboard.org domain --- doc/en_US/centos-installation.markdown | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'doc/en_US/centos-installation.markdown') diff --git a/doc/en_US/centos-installation.markdown b/doc/en_US/centos-installation.markdown index 1d83aef0..a15f43f1 100644 --- a/doc/en_US/centos-installation.markdown +++ b/doc/en_US/centos-installation.markdown @@ -22,10 +22,13 @@ Install Kanboard: ```bash cd /var/www/html -wget https://kanboard.net/kanboard-latest.zip -unzip kanboard-latest.zip -chown -R apache:apache kanboard/data -rm kanboard-latest.zip + +# Download the latest release from https://github.com/kanboard/kanboard/releases +wget https://github.com/kanboard/kanboard/archive/v.zip + +unzip kanboard-.zip +chown -R apache:apache kanboard-/data +rm kanboard-.zip ``` Centos 6.x @@ -54,10 +57,13 @@ Install Kanboard: ```bash cd /var/www/html -wget https://kanboard.net/kanboard-latest.zip -unzip kanboard-latest.zip -chown -R apache:apache kanboard/data -rm kanboard-latest.zip + +# Download the latest release from https://github.com/kanboard/kanboard/releases +wget https://github.com/kanboard/kanboard/archive/v.zip + +unzip kanboard-.zip +chown -R apache:apache kanboard-/data +rm kanboard-.zip ``` SELinux restrictions -- cgit v1.2.3