Add installation doc for OpenSuse

This commit is contained in:
Frederic Guillot
2016-02-05 21:15:49 -05:00
parent a976afdeb0
commit 1bd96e8735
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
Installation on OpenSuse
========================
OpenSuse Leap 42.1
------------------
```bash
sudo zypper install php5 php5-sqlite php5-gd php5-json php5-mcrypt php5-mbstring php5-openssl
cd /srv/www/htdocs
sudo wget http://kanboard.net/kanboard-latest.zip
sudo unzip kanboard-latest.zip
sudo chmod -R 777 kanboard
sudo rm kanboard-latest.zip
```