Limesurvey-CE 安装文档
2018-06-04 本文已影响0人
夸克星
Limesurvey-CE 安装文档
所需环境
LAMP开发环境
版本状况
Linux/CentOS6.5 Apache/2.2.15 MySQL/5.7.17 PHP/7.2
软件要求
Limesurvey要求php5.5.9+以上版本;
安装LAMP
Linux 系统 CentOS6.5
安装Apache Server版本
yum install httpd
![](https://img.haomeiwen.com/i4479957/6a99e7f1994e314c.png)
测试httpd,查看版本:
![](https://img.haomeiwen.com/i4479957/237c950fb71a1c2c.png)
设置开机启动
# service httpd start
# chkconfig httpd on
MySQL
升级到PHP7
检查当前PHP版本
![](https://img.haomeiwen.com/i4479957/c7646213a43aa6b8.png)
检查现有安装的PHP组件
yum list installed | grep php
如果有结果, 需要全部remove 以免包冲突:
yum remove php*
![](https://img.haomeiwen.com/i4479957/c8d7f472b1b89f9d.png)
配置第三方安装源
rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
![](https://img.haomeiwen.com/i4479957/79049a17cd90358e.png)
![](https://img.haomeiwen.com/i4479957/a0e698fc6269afac.png)
查看yum 上可安装的php版本
yum list php*
安装Limesurvey需要的php模块
yum install php-mcrypt php-mbstring php-common php-pdo php-cli php-mysql php-gd php-xml php-ldap php-imap php-zip php-zlib libtool-ltdl mhash mcrypt -y
下载Limesurvey稳定版
https://www.limesurvey.org/stable-release
本次下载版本为limesurvey3.7.1+180424.tar.gz