Change Kanboard's website URL to use HTTPS everywhere

This commit is contained in:
Frederic Guillot
2016-04-30 12:10:27 -04:00
parent 9fa8f63d25
commit c3d06f7794
64 changed files with 152 additions and 152 deletions

View File

@@ -24,7 +24,7 @@ Install Kanboard:
```bash
cd /var/www/html
wget http://kanboard.net/kanboard-latest.zip
wget https://kanboard.net/kanboard-latest.zip
unzip kanboard-latest.zip
chown -R apache:apache kanboard/data
rm kanboard-latest.zip
@@ -70,10 +70,10 @@ Install Kanboard:
```bash
cd /var/www/html
wget http://kanboard.net/kanboard-latest.zip
wget https://kanboard.net/kanboard-latest.zip
unzip kanboard-latest.zip
chown -R apache:apache kanboard/data
rm kanboard-latest.zip
```
Go to `http://your_server/kanboard/`.
Go to `http://your_server/kanboard/`.