Difference between revisions of "Kanboard Server Installation"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (Created page with "==CentOS Installation== *yum install -y php php-mbstring php-pdo php-gd unzip wget *yum install httpd * <pre>cd /var/www/html wget http://kanboard.net/kanboard-latest.zip unzi...") |
Michael.mast (talk | contribs) |
||
Line 2: | Line 2: | ||
*yum install -y php php-mbstring php-pdo php-gd unzip wget | *yum install -y php php-mbstring php-pdo php-gd unzip wget | ||
*yum install httpd | *yum install httpd | ||
− | * | + | *Make sure to grab the latest installer from https://github.com/kanboard/kanboard/releases |
<pre>cd /var/www/html | <pre>cd /var/www/html | ||
− | wget | + | wget https://github.com/kanboard/kanboard/archive/v1.2.9.zip |
unzip kanboard-latest.zip | unzip kanboard-latest.zip | ||
chown -R apache:apache kanboard/data | chown -R apache:apache kanboard/data |
Latest revision as of 13:53, 4 June 2019
CentOS Installation
- yum install -y php php-mbstring php-pdo php-gd unzip wget
- yum install httpd
- Make sure to grab the latest installer from https://github.com/kanboard/kanboard/releases
cd /var/www/html wget https://github.com/kanboard/kanboard/archive/v1.2.9.zip unzip kanboard-latest.zip chown -R apache:apache kanboard/data rm kanboard-latest.zip
- chcon -R -t httpd_sys_content_rw_t /var/www/html/kanboard/data
- FOR EMAIL SUPPORT
setsebool -P httpd_can_network_connect=1