Update code base and doc to use kanboard.org domain
This commit is contained in:
@@ -22,10 +22,13 @@ Installez 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<version>.zip
|
||||
|
||||
unzip kanboard-<version>.zip
|
||||
chown -R apache:apache kanboard-<version>/data
|
||||
rm kanboard-<version>.zip
|
||||
```
|
||||
|
||||
CentOS 6.x
|
||||
@@ -54,10 +57,13 @@ Installez 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<version>.zip
|
||||
|
||||
unzip kanboard-<version>.zip
|
||||
chown -R apache:apache kanboard-<version>/data
|
||||
rm kanboard-<version>.zip
|
||||
```
|
||||
|
||||
Restrictions SELinux
|
||||
|
||||
Reference in New Issue
Block a user