Create suse-installation.markdown

This commit is contained in:
Sencar TOSUN 2016-12-28 19:37:18 +03:00 committed by GitHub
parent f8eb1a14d8
commit 57858347a3
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
OpenSuse kurulumu
========================
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 https://kanboard.net/kanboard-latest.zip
sudo unzip kanboard-latest.zip
sudo chmod -R 777 kanboard
sudo rm kanboard-latest.zip
```