<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.limesurvey.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bobo001</id>
	<title>LimeSurvey Manual - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.limesurvey.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bobo001"/>
	<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/Special:Contributions/Bobo001"/>
	<updated>2026-08-14T11:40:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72027</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72027"/>
		<updated>2017-02-04T06:03:00Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设函数库(比如 hash, session, 等等)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网络空间供应商让他们启用上文提到的数据库引擎函数库。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;注意：如果你用 dblib PDO引擎从Linux连接在Windows服务器上的MSSQL数据库, 那么下层的FreeTDS需要设置正确. 阅读[[Troubleshooting|故障修理]]获得更多信息。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
可选PHP扩展库:&lt;br /&gt;
* 需要安装&#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039;以使用验证码和数据分析中美化的图表-阅读 [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;IMAP&#039;&#039;&#039; (相当常用)以使用[[Email bounce tracking system|邮件退回跟踪系统]] - 阅读 [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* 需要安装&#039;&#039;&#039;LDAP&#039;&#039;&#039;用来从LDAP导入令牌 - 阅读 [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zip&#039;&#039;&#039; (相当常用)用于上传模版和导入资源Zip压缩文件 - 阅读 [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zlib&#039;&#039;&#039; (相当常用)以使用[[ComfortUpdate]] - 阅读 [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
如果你想使用Microsoft的IIS服务器，阅读&amp;quot;[[Installation on XP with IIS|如何在XP上安装IIS]]可能有帮助。&lt;br /&gt;
&lt;br /&gt;
===兼容浏览器===&lt;br /&gt;
进行调查问卷的一端支持的浏览器包括IE9及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。&lt;br /&gt;
系统管理的一端支持的浏览器包括IE11及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。 &lt;br /&gt;
不支持任何内网模式或兼容模式的IE版本!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==LimeSurvey网络主机==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey 可运行在多数提供PHP和MYSQL的网络主机服务商上。如果你需要一个以安装版本的LimeSurvey请考虑使用[https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], 否则也可检视我们的 [[LimeSurvey-compatible hosting companies|LimeSurvey-兼容主机商列表]].&lt;br /&gt;
&lt;br /&gt;
=下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release 下载] 最新的稳定的LimeSurvey的zip格式压缩包 (也有gzip, bz2 和 7zip 格式压缩包) 并保存到你的本地磁盘。&lt;br /&gt;
&lt;br /&gt;
=解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/19/zh-cn&amp;diff=72026</id>
		<title>Translations:Installation - LimeSurvey CE/19/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/19/zh-cn&amp;diff=72026"/>
		<updated>2017-02-04T06:03:00Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=解压LimeSurvey 软件包=&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72025</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72025"/>
		<updated>2017-02-04T06:02:55Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设函数库(比如 hash, session, 等等)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网络空间供应商让他们启用上文提到的数据库引擎函数库。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;注意：如果你用 dblib PDO引擎从Linux连接在Windows服务器上的MSSQL数据库, 那么下层的FreeTDS需要设置正确. 阅读[[Troubleshooting|故障修理]]获得更多信息。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
可选PHP扩展库:&lt;br /&gt;
* 需要安装&#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039;以使用验证码和数据分析中美化的图表-阅读 [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;IMAP&#039;&#039;&#039; (相当常用)以使用[[Email bounce tracking system|邮件退回跟踪系统]] - 阅读 [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* 需要安装&#039;&#039;&#039;LDAP&#039;&#039;&#039;用来从LDAP导入令牌 - 阅读 [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zip&#039;&#039;&#039; (相当常用)用于上传模版和导入资源Zip压缩文件 - 阅读 [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zlib&#039;&#039;&#039; (相当常用)以使用[[ComfortUpdate]] - 阅读 [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
如果你想使用Microsoft的IIS服务器，阅读&amp;quot;[[Installation on XP with IIS|如何在XP上安装IIS]]可能有帮助。&lt;br /&gt;
&lt;br /&gt;
===兼容浏览器===&lt;br /&gt;
进行调查问卷的一端支持的浏览器包括IE9及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。&lt;br /&gt;
系统管理的一端支持的浏览器包括IE11及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。 &lt;br /&gt;
不支持任何内网模式或兼容模式的IE版本!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==LimeSurvey网络主机==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey 可运行在多数提供PHP和MYSQL的网络主机服务商上。如果你需要一个以安装版本的LimeSurvey请考虑使用[https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], 否则也可检视我们的 [[LimeSurvey-compatible hosting companies|LimeSurvey-兼容主机商列表]].&lt;br /&gt;
&lt;br /&gt;
=下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release 下载] 最新的稳定的LimeSurvey的zip格式压缩包 (也有gzip, bz2 和 7zip 格式压缩包) 并保存到你的本地磁盘。&lt;br /&gt;
&lt;br /&gt;
=3. 解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/18/zh-cn&amp;diff=72024</id>
		<title>Translations:Installation - LimeSurvey CE/18/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/18/zh-cn&amp;diff=72024"/>
		<updated>2017-02-04T06:02:55Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release 下载] 最新的稳定的LimeSurvey的zip格式压缩包 (也有gzip, bz2 和 7zip 格式压缩包) 并保存到你的本地磁盘。&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72023</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72023"/>
		<updated>2017-02-04T06:01:42Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设函数库(比如 hash, session, 等等)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网络空间供应商让他们启用上文提到的数据库引擎函数库。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;注意：如果你用 dblib PDO引擎从Linux连接在Windows服务器上的MSSQL数据库, 那么下层的FreeTDS需要设置正确. 阅读[[Troubleshooting|故障修理]]获得更多信息。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
可选PHP扩展库:&lt;br /&gt;
* 需要安装&#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039;以使用验证码和数据分析中美化的图表-阅读 [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;IMAP&#039;&#039;&#039; (相当常用)以使用[[Email bounce tracking system|邮件退回跟踪系统]] - 阅读 [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* 需要安装&#039;&#039;&#039;LDAP&#039;&#039;&#039;用来从LDAP导入令牌 - 阅读 [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zip&#039;&#039;&#039; (相当常用)用于上传模版和导入资源Zip压缩文件 - 阅读 [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zlib&#039;&#039;&#039; (相当常用)以使用[[ComfortUpdate]] - 阅读 [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
如果你想使用Microsoft的IIS服务器，阅读&amp;quot;[[Installation on XP with IIS|如何在XP上安装IIS]]可能有帮助。&lt;br /&gt;
&lt;br /&gt;
===兼容浏览器===&lt;br /&gt;
进行调查问卷的一端支持的浏览器包括IE9及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。&lt;br /&gt;
系统管理的一端支持的浏览器包括IE11及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。 &lt;br /&gt;
不支持任何内网模式或兼容模式的IE版本!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==LimeSurvey网络主机==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey 可运行在多数提供PHP和MYSQL的网络主机服务商上。如果你需要一个以安装版本的LimeSurvey请考虑使用[https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], 否则也可检视我们的 [[LimeSurvey-compatible hosting companies|LimeSurvey-兼容主机商列表]].&lt;br /&gt;
&lt;br /&gt;
=下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
=3. 解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/17/zh-cn&amp;diff=72022</id>
		<title>Translations:Installation - LimeSurvey CE/17/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/17/zh-cn&amp;diff=72022"/>
		<updated>2017-02-04T06:01:42Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=下载LimeSurvey软件包=&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72021</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72021"/>
		<updated>2017-02-04T06:01:13Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设函数库(比如 hash, session, 等等)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网络空间供应商让他们启用上文提到的数据库引擎函数库。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;注意：如果你用 dblib PDO引擎从Linux连接在Windows服务器上的MSSQL数据库, 那么下层的FreeTDS需要设置正确. 阅读[[Troubleshooting|故障修理]]获得更多信息。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
可选PHP扩展库:&lt;br /&gt;
* 需要安装&#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039;以使用验证码和数据分析中美化的图表-阅读 [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;IMAP&#039;&#039;&#039; (相当常用)以使用[[Email bounce tracking system|邮件退回跟踪系统]] - 阅读 [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* 需要安装&#039;&#039;&#039;LDAP&#039;&#039;&#039;用来从LDAP导入令牌 - 阅读 [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zip&#039;&#039;&#039; (相当常用)用于上传模版和导入资源Zip压缩文件 - 阅读 [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zlib&#039;&#039;&#039; (相当常用)以使用[[ComfortUpdate]] - 阅读 [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
如果你想使用Microsoft的IIS服务器，阅读&amp;quot;[[Installation on XP with IIS|如何在XP上安装IIS]]可能有帮助。&lt;br /&gt;
&lt;br /&gt;
===兼容浏览器===&lt;br /&gt;
进行调查问卷的一端支持的浏览器包括IE9及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。&lt;br /&gt;
系统管理的一端支持的浏览器包括IE11及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。 &lt;br /&gt;
不支持任何内网模式或兼容模式的IE版本!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==LimeSurvey网络主机==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey 可运行在多数提供PHP和MYSQL的网络主机服务商上。如果你需要一个以安装版本的LimeSurvey请考虑使用[https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], 否则也可检视我们的 [[LimeSurvey-compatible hosting companies|LimeSurvey-兼容主机商列表]].&lt;br /&gt;
&lt;br /&gt;
=2. 下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
=3. 解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/16/zh-cn&amp;diff=72020</id>
		<title>Translations:Installation - LimeSurvey CE/16/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/16/zh-cn&amp;diff=72020"/>
		<updated>2017-02-04T06:01:13Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;LimeSurvey 可运行在多数提供PHP和MYSQL的网络主机服务商上。如果你需要一个以安装版本的LimeSurvey请考虑使用[https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], 否则也可检视我们的 [[LimeSurvey-compatible hosting companies|LimeSurvey-兼容主机商列表]].&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72019</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72019"/>
		<updated>2017-02-04T05:57:47Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设函数库(比如 hash, session, 等等)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网络空间供应商让他们启用上文提到的数据库引擎函数库。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;注意：如果你用 dblib PDO引擎从Linux连接在Windows服务器上的MSSQL数据库, 那么下层的FreeTDS需要设置正确. 阅读[[Troubleshooting|故障修理]]获得更多信息。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
可选PHP扩展库:&lt;br /&gt;
* 需要安装&#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039;以使用验证码和数据分析中美化的图表-阅读 [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;IMAP&#039;&#039;&#039; (相当常用)以使用[[Email bounce tracking system|邮件退回跟踪系统]] - 阅读 [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* 需要安装&#039;&#039;&#039;LDAP&#039;&#039;&#039;用来从LDAP导入令牌 - 阅读 [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zip&#039;&#039;&#039; (相当常用)用于上传模版和导入资源Zip压缩文件 - 阅读 [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zlib&#039;&#039;&#039; (相当常用)以使用[[ComfortUpdate]] - 阅读 [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
如果你想使用Microsoft的IIS服务器，阅读&amp;quot;[[Installation on XP with IIS|如何在XP上安装IIS]]可能有帮助。&lt;br /&gt;
&lt;br /&gt;
===兼容浏览器===&lt;br /&gt;
进行调查问卷的一端支持的浏览器包括IE9及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。&lt;br /&gt;
系统管理的一端支持的浏览器包括IE11及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。 &lt;br /&gt;
不支持任何内网模式或兼容模式的IE版本!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==LimeSurvey网络主机==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey should work with most hosting companies which provide PHP and MYSQL. If you want a ready-installed version of LimeSurvey consider using [https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], else check out our [[LimeSurvey-compatible hosting companies|list of LimeSurvey-compatible hosting companies]].&lt;br /&gt;
&lt;br /&gt;
=2. 下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
=3. 解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/15/zh-cn&amp;diff=72018</id>
		<title>Translations:Installation - LimeSurvey CE/15/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/15/zh-cn&amp;diff=72018"/>
		<updated>2017-02-04T05:57:47Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==LimeSurvey网络主机==&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72017</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72017"/>
		<updated>2017-02-04T05:55:37Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;===兼容浏览器=== 进行调查问卷的一端支持的浏览器包括IE9及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。 系统管理的一端支持的...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设函数库(比如 hash, session, 等等)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网络空间供应商让他们启用上文提到的数据库引擎函数库。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;注意：如果你用 dblib PDO引擎从Linux连接在Windows服务器上的MSSQL数据库, 那么下层的FreeTDS需要设置正确. 阅读[[Troubleshooting|故障修理]]获得更多信息。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
可选PHP扩展库:&lt;br /&gt;
* 需要安装&#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039;以使用验证码和数据分析中美化的图表-阅读 [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;IMAP&#039;&#039;&#039; (相当常用)以使用[[Email bounce tracking system|邮件退回跟踪系统]] - 阅读 [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* 需要安装&#039;&#039;&#039;LDAP&#039;&#039;&#039;用来从LDAP导入令牌 - 阅读 [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zip&#039;&#039;&#039; (相当常用)用于上传模版和导入资源Zip压缩文件 - 阅读 [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zlib&#039;&#039;&#039; (相当常用)以使用[[ComfortUpdate]] - 阅读 [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
如果你想使用Microsoft的IIS服务器，阅读&amp;quot;[[Installation on XP with IIS|如何在XP上安装IIS]]可能有帮助。&lt;br /&gt;
&lt;br /&gt;
===兼容浏览器===&lt;br /&gt;
进行调查问卷的一端支持的浏览器包括IE9及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。&lt;br /&gt;
系统管理的一端支持的浏览器包括IE11及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。 &lt;br /&gt;
不支持任何内网模式或兼容模式的IE版本!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==Hosting for LimeSurvey==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey should work with most hosting companies which provide PHP and MYSQL. If you want a ready-installed version of LimeSurvey consider using [https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], else check out our [[LimeSurvey-compatible hosting companies|list of LimeSurvey-compatible hosting companies]].&lt;br /&gt;
&lt;br /&gt;
=2. 下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
=3. 解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/46/zh-cn&amp;diff=72016</id>
		<title>Translations:Installation - LimeSurvey CE/46/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/46/zh-cn&amp;diff=72016"/>
		<updated>2017-02-04T05:55:37Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;===兼容浏览器=== 进行调查问卷的一端支持的浏览器包括IE9及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。 系统管理的一端支持的...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===兼容浏览器===&lt;br /&gt;
进行调查问卷的一端支持的浏览器包括IE9及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。&lt;br /&gt;
系统管理的一端支持的浏览器包括IE11及以上，FireFox, Chrome, Opera, 等等(需启用JavaScript)。 &lt;br /&gt;
不支持任何内网模式或兼容模式的IE版本!&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72015</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72015"/>
		<updated>2017-02-04T05:46:40Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;如果你想使用Microsoft的IIS服务器，阅读&amp;quot;如何在XP上安装IIS可能有帮助。&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设函数库(比如 hash, session, 等等)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网络空间供应商让他们启用上文提到的数据库引擎函数库。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;注意：如果你用 dblib PDO引擎从Linux连接在Windows服务器上的MSSQL数据库, 那么下层的FreeTDS需要设置正确. 阅读[[Troubleshooting|故障修理]]获得更多信息。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
可选PHP扩展库:&lt;br /&gt;
* 需要安装&#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039;以使用验证码和数据分析中美化的图表-阅读 [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;IMAP&#039;&#039;&#039; (相当常用)以使用[[Email bounce tracking system|邮件退回跟踪系统]] - 阅读 [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* 需要安装&#039;&#039;&#039;LDAP&#039;&#039;&#039;用来从LDAP导入令牌 - 阅读 [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zip&#039;&#039;&#039; (相当常用)用于上传模版和导入资源Zip压缩文件 - 阅读 [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zlib&#039;&#039;&#039; (相当常用)以使用[[ComfortUpdate]] - 阅读 [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
如果你想使用Microsoft的IIS服务器，阅读&amp;quot;[[Installation on XP with IIS|如何在XP上安装IIS]]可能有帮助。&lt;br /&gt;
&lt;br /&gt;
===Browser compatibility===&lt;br /&gt;
For the survey taking side we currently support IE9 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
For the administration part we currently support IE11 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
We do not support any IE version running in Intranet-mode or Compatibility-mode!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==Hosting for LimeSurvey==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey should work with most hosting companies which provide PHP and MYSQL. If you want a ready-installed version of LimeSurvey consider using [https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], else check out our [[LimeSurvey-compatible hosting companies|list of LimeSurvey-compatible hosting companies]].&lt;br /&gt;
&lt;br /&gt;
=2. 下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
=3. 解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/14/zh-cn&amp;diff=72014</id>
		<title>Translations:Installation - LimeSurvey CE/14/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/14/zh-cn&amp;diff=72014"/>
		<updated>2017-02-04T05:46:40Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;如果你想使用Microsoft的IIS服务器，阅读&amp;quot;如何在XP上安装IIS可能有帮助。&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;如果你想使用Microsoft的IIS服务器，阅读&amp;quot;[[Installation on XP with IIS|如何在XP上安装IIS]]可能有帮助。&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72013</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72013"/>
		<updated>2017-02-04T05:41:57Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设函数库(比如 hash, session, 等等)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网络空间供应商让他们启用上文提到的数据库引擎函数库。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;注意：如果你用 dblib PDO引擎从Linux连接在Windows服务器上的MSSQL数据库, 那么下层的FreeTDS需要设置正确. 阅读[[Troubleshooting|故障修理]]获得更多信息。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
可选PHP扩展库:&lt;br /&gt;
* 需要安装&#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039;以使用验证码和数据分析中美化的图表-阅读 [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;IMAP&#039;&#039;&#039; (相当常用)以使用[[Email bounce tracking system|邮件退回跟踪系统]] - 阅读 [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* 需要安装&#039;&#039;&#039;LDAP&#039;&#039;&#039;用来从LDAP导入令牌 - 阅读 [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zip&#039;&#039;&#039; (相当常用)用于上传模版和导入资源Zip压缩文件 - 阅读 [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zlib&#039;&#039;&#039; (相当常用)以使用[[ComfortUpdate]] - 阅读 [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
If you want to run Microsoft&#039;s IIS server taking a look at &amp;quot;[[Installation on XP with IIS]] might also help.&lt;br /&gt;
&lt;br /&gt;
===Browser compatibility===&lt;br /&gt;
For the survey taking side we currently support IE9 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
For the administration part we currently support IE11 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
We do not support any IE version running in Intranet-mode or Compatibility-mode!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==Hosting for LimeSurvey==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey should work with most hosting companies which provide PHP and MYSQL. If you want a ready-installed version of LimeSurvey consider using [https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], else check out our [[LimeSurvey-compatible hosting companies|list of LimeSurvey-compatible hosting companies]].&lt;br /&gt;
&lt;br /&gt;
=2. 下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
=3. 解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/11/zh-cn&amp;diff=72012</id>
		<title>Translations:Installation - LimeSurvey CE/11/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/11/zh-cn&amp;diff=72012"/>
		<updated>2017-02-04T05:41:56Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;可选PHP扩展库:&lt;br /&gt;
* 需要安装&#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039;以使用验证码和数据分析中美化的图表-阅读 [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;IMAP&#039;&#039;&#039; (相当常用)以使用[[Email bounce tracking system|邮件退回跟踪系统]] - 阅读 [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* 需要安装&#039;&#039;&#039;LDAP&#039;&#039;&#039;用来从LDAP导入令牌 - 阅读 [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zip&#039;&#039;&#039; (相当常用)用于上传模版和导入资源Zip压缩文件 - 阅读 [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* 需要&#039;&#039;&#039;Zlib&#039;&#039;&#039; (相当常用)以使用[[ComfortUpdate]] - 阅读 [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72011</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72011"/>
		<updated>2017-02-04T05:27:46Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设函数库(比如 hash, session, 等等)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网络空间供应商让他们启用上文提到的数据库引擎函数库。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;注意：如果你用 dblib PDO引擎从Linux连接在Windows服务器上的MSSQL数据库, 那么下层的FreeTDS需要设置正确. 阅读[[Troubleshooting|故障修理]]获得更多信息。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional PHP Extensions:&lt;br /&gt;
* &#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039; installed is needed for captchas or nice charts in statistics - see [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;IMAP&#039;&#039;&#039; (pretty standard) is needed for the [[Email bounce tracking system]] - see [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;LDAP&#039;&#039;&#039; installed is needed to import tokens using LDAP - see [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zip&#039;&#039;&#039; (pretty standard) for template upload and import resources Zip archives - see [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zlib&#039;&#039;&#039; (pretty standard) is needed for the [[ComfortUpdate]] - see [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
If you want to run Microsoft&#039;s IIS server taking a look at &amp;quot;[[Installation on XP with IIS]] might also help.&lt;br /&gt;
&lt;br /&gt;
===Browser compatibility===&lt;br /&gt;
For the survey taking side we currently support IE9 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
For the administration part we currently support IE11 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
We do not support any IE version running in Intranet-mode or Compatibility-mode!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==Hosting for LimeSurvey==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey should work with most hosting companies which provide PHP and MYSQL. If you want a ready-installed version of LimeSurvey consider using [https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], else check out our [[LimeSurvey-compatible hosting companies|list of LimeSurvey-compatible hosting companies]].&lt;br /&gt;
&lt;br /&gt;
=2. 下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
=3. 解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/10/zh-cn&amp;diff=72010</id>
		<title>Translations:Installation - LimeSurvey CE/10/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/10/zh-cn&amp;diff=72010"/>
		<updated>2017-02-04T05:27:45Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网络空间供应商让他们启用上文提到的数据库引擎函数库。&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72009</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72009"/>
		<updated>2017-02-04T05:27:31Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设函数库(比如 hash, session, 等等)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网络空间供应商让他们启用上文提到的数据库引擎扩展库。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;注意：如果你用 dblib PDO引擎从Linux连接在Windows服务器上的MSSQL数据库, 那么下层的FreeTDS需要设置正确. 阅读[[Troubleshooting|故障修理]]获得更多信息。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional PHP Extensions:&lt;br /&gt;
* &#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039; installed is needed for captchas or nice charts in statistics - see [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;IMAP&#039;&#039;&#039; (pretty standard) is needed for the [[Email bounce tracking system]] - see [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;LDAP&#039;&#039;&#039; installed is needed to import tokens using LDAP - see [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zip&#039;&#039;&#039; (pretty standard) for template upload and import resources Zip archives - see [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zlib&#039;&#039;&#039; (pretty standard) is needed for the [[ComfortUpdate]] - see [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
If you want to run Microsoft&#039;s IIS server taking a look at &amp;quot;[[Installation on XP with IIS]] might also help.&lt;br /&gt;
&lt;br /&gt;
===Browser compatibility===&lt;br /&gt;
For the survey taking side we currently support IE9 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
For the administration part we currently support IE11 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
We do not support any IE version running in Intranet-mode or Compatibility-mode!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==Hosting for LimeSurvey==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey should work with most hosting companies which provide PHP and MYSQL. If you want a ready-installed version of LimeSurvey consider using [https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], else check out our [[LimeSurvey-compatible hosting companies|list of LimeSurvey-compatible hosting companies]].&lt;br /&gt;
&lt;br /&gt;
=2. 下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
=3. 解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/9/zh-cn&amp;diff=72008</id>
		<title>Translations:Installation - LimeSurvey CE/9/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/9/zh-cn&amp;diff=72008"/>
		<updated>2017-02-04T05:27:31Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设函数库(比如 hash, session, 等等)。&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72007</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72007"/>
		<updated>2017-02-04T05:26:29Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;注意：如果你用 dblib PDO引擎从Linux连接在Windows服务器上的MSSQL数据库, 那么下层的FreeTDS需要设置正确. 阅读Troublesho...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设扩展库(比如 hash, session, 等等)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网络空间供应商让他们启用上文提到的数据库引擎扩展库。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;注意：如果你用 dblib PDO引擎从Linux连接在Windows服务器上的MSSQL数据库, 那么下层的FreeTDS需要设置正确. 阅读[[Troubleshooting|故障修理]]获得更多信息。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional PHP Extensions:&lt;br /&gt;
* &#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039; installed is needed for captchas or nice charts in statistics - see [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;IMAP&#039;&#039;&#039; (pretty standard) is needed for the [[Email bounce tracking system]] - see [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;LDAP&#039;&#039;&#039; installed is needed to import tokens using LDAP - see [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zip&#039;&#039;&#039; (pretty standard) for template upload and import resources Zip archives - see [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zlib&#039;&#039;&#039; (pretty standard) is needed for the [[ComfortUpdate]] - see [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
If you want to run Microsoft&#039;s IIS server taking a look at &amp;quot;[[Installation on XP with IIS]] might also help.&lt;br /&gt;
&lt;br /&gt;
===Browser compatibility===&lt;br /&gt;
For the survey taking side we currently support IE9 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
For the administration part we currently support IE11 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
We do not support any IE version running in Intranet-mode or Compatibility-mode!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==Hosting for LimeSurvey==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey should work with most hosting companies which provide PHP and MYSQL. If you want a ready-installed version of LimeSurvey consider using [https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], else check out our [[LimeSurvey-compatible hosting companies|list of LimeSurvey-compatible hosting companies]].&lt;br /&gt;
&lt;br /&gt;
=2. 下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
=3. 解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/47/zh-cn&amp;diff=72006</id>
		<title>Translations:Installation - LimeSurvey CE/47/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/47/zh-cn&amp;diff=72006"/>
		<updated>2017-02-04T05:26:29Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;注意：如果你用 dblib PDO引擎从Linux连接在Windows服务器上的MSSQL数据库, 那么下层的FreeTDS需要设置正确. 阅读Troublesho...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;注意：如果你用 dblib PDO引擎从Linux连接在Windows服务器上的MSSQL数据库, 那么下层的FreeTDS需要设置正确. 阅读[[Troubleshooting|故障修理]]获得更多信息。&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72005</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72005"/>
		<updated>2017-02-04T05:18:29Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设扩展库(比如 hash, session, 等等)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网络空间供应商让他们启用上文提到的数据库引擎扩展库。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: If you are connecting from Linux to a MSSQL database on a Windows server using the dblib PDO driver, then the underlying FreeTDS needs to be set up correctly. Check out the [[Troubleshooting]] page for more info.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional PHP Extensions:&lt;br /&gt;
* &#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039; installed is needed for captchas or nice charts in statistics - see [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;IMAP&#039;&#039;&#039; (pretty standard) is needed for the [[Email bounce tracking system]] - see [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;LDAP&#039;&#039;&#039; installed is needed to import tokens using LDAP - see [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zip&#039;&#039;&#039; (pretty standard) for template upload and import resources Zip archives - see [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zlib&#039;&#039;&#039; (pretty standard) is needed for the [[ComfortUpdate]] - see [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
If you want to run Microsoft&#039;s IIS server taking a look at &amp;quot;[[Installation on XP with IIS]] might also help.&lt;br /&gt;
&lt;br /&gt;
===Browser compatibility===&lt;br /&gt;
For the survey taking side we currently support IE9 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
For the administration part we currently support IE11 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
We do not support any IE version running in Intranet-mode or Compatibility-mode!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==Hosting for LimeSurvey==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey should work with most hosting companies which provide PHP and MYSQL. If you want a ready-installed version of LimeSurvey consider using [https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], else check out our [[LimeSurvey-compatible hosting companies|list of LimeSurvey-compatible hosting companies]].&lt;br /&gt;
&lt;br /&gt;
=2. 下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
=3. 解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/10/zh-cn&amp;diff=72004</id>
		<title>Translations:Installation - LimeSurvey CE/10/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/10/zh-cn&amp;diff=72004"/>
		<updated>2017-02-04T05:18:29Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: LimeSurvey 2.x版本使用的数据库引擎不同于1.x版本。如果在安装期间你收到未发现DBO引擎的错误，请联系你的网络空间供应商让他们启用上文提到的数据库引擎扩展库。&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72003</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72003"/>
		<updated>2017-02-04T03:47:04Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设扩展库(比如 hash, session, 等等)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: LimeSurvey 2.x uses different database drivers than 1.x . If you get a message not No DBO driver was found during the installation you will have to contact your webspace provider and ask them to activate one of the aforementioned database driver libraries. &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: If you are connecting from Linux to a MSSQL database on a Windows server using the dblib PDO driver, then the underlying FreeTDS needs to be set up correctly. Check out the [[Troubleshooting]] page for more info.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional PHP Extensions:&lt;br /&gt;
* &#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039; installed is needed for captchas or nice charts in statistics - see [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;IMAP&#039;&#039;&#039; (pretty standard) is needed for the [[Email bounce tracking system]] - see [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;LDAP&#039;&#039;&#039; installed is needed to import tokens using LDAP - see [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zip&#039;&#039;&#039; (pretty standard) for template upload and import resources Zip archives - see [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zlib&#039;&#039;&#039; (pretty standard) is needed for the [[ComfortUpdate]] - see [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
If you want to run Microsoft&#039;s IIS server taking a look at &amp;quot;[[Installation on XP with IIS]] might also help.&lt;br /&gt;
&lt;br /&gt;
===Browser compatibility===&lt;br /&gt;
For the survey taking side we currently support IE9 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
For the administration part we currently support IE11 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
We do not support any IE version running in Intranet-mode or Compatibility-mode!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==Hosting for LimeSurvey==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey should work with most hosting companies which provide PHP and MYSQL. If you want a ready-installed version of LimeSurvey consider using [https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], else check out our [[LimeSurvey-compatible hosting companies|list of LimeSurvey-compatible hosting companies]].&lt;br /&gt;
&lt;br /&gt;
=2. 下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
=3. 解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/9/zh-cn&amp;diff=72002</id>
		<title>Translations:Installation - LimeSurvey CE/9/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/9/zh-cn&amp;diff=72002"/>
		<updated>2017-02-04T03:47:04Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;安装必须满足的最低要求：&lt;br /&gt;
* 约 180(MB) 兆的磁盘空间。&lt;br /&gt;
* MySQL 5.5.3 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 或以上版本 &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 或以上版本&lt;br /&gt;
* PHP 5.3.3 或以上版本， 但是推荐使用 PHP 5.5.x 或以上版本，并启用下列模块/链接库:&lt;br /&gt;
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )&lt;br /&gt;
** 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])&lt;br /&gt;
** 启用所有PHP的预设扩展库(比如 hash, session, 等等)。&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72001</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=72001"/>
		<updated>2017-02-04T03:30:17Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
Required:&lt;br /&gt;
* Minimum 180MB disk space&lt;br /&gt;
* MySQL 5.5.3 or later &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 or later &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 or later&lt;br /&gt;
* Minimum &#039;&#039;PHP 5.3.3 or later&#039;&#039;, however we recommend &amp;quot;PHP 5.5.x or later&amp;quot; with the following modules/libraries enabled:&lt;br /&gt;
** mbstring (Multibyte String Functions) extension library (see also [[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|Installation FAQ]])&lt;br /&gt;
** PDO database driver for MySQL (pdo_mysql or pdo_mysqli) or Postgres (pdo_pgsql) or MSSQL ([http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] for Windows and [http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib] for Linux)&lt;br /&gt;
** Also we assume in general that all PHP default libraries are enabled (like hash, session, etc.).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: LimeSurvey 2.x uses different database drivers than 1.x . If you get a message not No DBO driver was found during the installation you will have to contact your webspace provider and ask them to activate one of the aforementioned database driver libraries. &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: If you are connecting from Linux to a MSSQL database on a Windows server using the dblib PDO driver, then the underlying FreeTDS needs to be set up correctly. Check out the [[Troubleshooting]] page for more info.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional PHP Extensions:&lt;br /&gt;
* &#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039; installed is needed for captchas or nice charts in statistics - see [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;IMAP&#039;&#039;&#039; (pretty standard) is needed for the [[Email bounce tracking system]] - see [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;LDAP&#039;&#039;&#039; installed is needed to import tokens using LDAP - see [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zip&#039;&#039;&#039; (pretty standard) for template upload and import resources Zip archives - see [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zlib&#039;&#039;&#039; (pretty standard) is needed for the [[ComfortUpdate]] - see [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
If you want to run Microsoft&#039;s IIS server taking a look at &amp;quot;[[Installation on XP with IIS]] might also help.&lt;br /&gt;
&lt;br /&gt;
===Browser compatibility===&lt;br /&gt;
For the survey taking side we currently support IE9 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
For the administration part we currently support IE11 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
We do not support any IE version running in Intranet-mode or Compatibility-mode!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==Hosting for LimeSurvey==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey should work with most hosting companies which provide PHP and MYSQL. If you want a ready-installed version of LimeSurvey consider using [https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], else check out our [[LimeSurvey-compatible hosting companies|list of LimeSurvey-compatible hosting companies]].&lt;br /&gt;
&lt;br /&gt;
=2. 下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
=3. 解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/2/zh-cn&amp;diff=72000</id>
		<title>Translations:Installation - LimeSurvey CE/2/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/2/zh-cn&amp;diff=72000"/>
		<updated>2017-02-04T03:30:16Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: 此安装指南适用于版本2.0及其后的版本。1.92版的安装指南在[[Installation Version 1.92 or older|这里]] 升级指南在[[Upgrading from a previous version|这里]] &amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Global_settings/zh-cn&amp;diff=71854</id>
		<title>Global settings/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Global_settings/zh-cn&amp;diff=71854"/>
		<updated>2017-02-02T16:26:06Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=概述=&lt;br /&gt;
&lt;br /&gt;
如果你在主工具栏点击&#039;&#039;&#039;配置&#039;&#039;&#039;再点击 &#039;&#039;&#039;全局设置&#039;&#039;&#039;，你就会去到全局设置。&lt;br /&gt;
&lt;br /&gt;
[[File:global.png]] &lt;br /&gt;
&lt;br /&gt;
The Global settings dialog is only available to administration users with the right [[Manage_users#Setting_global_permissions_for_a_user|Settings &amp;amp; Plugins]]. It can be used to adjust certain settings of LimeSurvey in a global context. In versions earlier to 1.87 these [[Optional settings]] were only available when editing config.php/config-defaults.php. Starting with 1.87 the values in config.php/config-defaults.php serve merely as a default value. Once you enter the Global settings dialog and saved once then the values will be overruled by the settings in the Global settings.&lt;br /&gt;
&lt;br /&gt;
=Settings and their explanation=&lt;br /&gt;
&lt;br /&gt;
==Overview &amp;amp; Update==&lt;br /&gt;
*&#039;&#039;&#039;System overview&#039;&#039;&#039;: This is pretty much self explaining. Here you can get a short insight on the number of surveys and other statistics in your LimeSurvey installation. For debug purposes you can also find a button to show your PHP Info.&lt;br /&gt;
*&#039;&#039;&#039;Updates&#039;&#039;&#039;: For automatic Updates Please use the [[ComfortUpdate]] feature.&lt;br /&gt;
&lt;br /&gt;
==General==&lt;br /&gt;
*&#039;&#039;&#039;Site name&#039;&#039;&#039;: Give your survey site a name. This name will appear in the survey list overview and in the administration header.&lt;br /&gt;
*&#039;&#039;&#039;Default template&#039;&#039;&#039;: This setting specifies the default design template used for the &#039;public list&#039; of surveys and for new surveys or surveys using a non-existing template.&lt;br /&gt;
*&#039;&#039;&#039;Administration template&#039;&#039;&#039;: This setting specifies the default design template used for the LimeSurvey administration.&lt;br /&gt;
*&#039;&#039;&#039;Default HTML editor mode:&#039;&#039;&#039; Sets the default mode for integrated HTML editor. Valid settings are: inline (default), popup and none:&lt;br /&gt;
** &#039;&#039;inline&#039;&#039;: Inline replacement of fields by an HTML editor. Slow but convenient and user friendly&lt;br /&gt;
** &#039;&#039;popup&#039;&#039;: Adds an icon that opens a popup window with the HTML editor. Faster, but HTML code is displayed on the form.&lt;br /&gt;
** &#039;&#039;HTML source&#039;&#039;: No HTML editor, just the plain html source&lt;br /&gt;
*&#039;&#039;&#039;Question type selector&#039;&#039;&#039;: Choose &#039;Full selector&#039; to get a question type selector with preview and &#039;Simple&#039; to get a plain select box.&lt;br /&gt;
*&#039;&#039;&#039;Template editor:&#039;&#039;&#039;: Choose &#039;Full template editor&#039; to get a enhanced editor (with syntax-highlighting) when editing survey templates  and &#039;Simple template editor&#039; to get a plain editor field&lt;br /&gt;
*&#039;&#039;&#039;Time difference (in hours)&#039;&#039;&#039;: If your web server is in a different time zone to the location where your surveys will be based, put the difference between your server and your home time zone here. For example, I live in Australia but use a US web server. The web server is 14 hours behind my local time zone. So my setting here is &amp;quot;+14&amp;quot;. In other words, it adds 14 hours to the web servers time. This setting is particularly important when surveys timestamp the responses.&lt;br /&gt;
*&#039;&#039;&#039;Session lifetime&#039;&#039;&#039;: [&#039;&#039;only available with database sessions&#039;&#039;] Defines the time in seconds after which a survey session expires (provided there is no action from the participant).  When using regular, file-based sessions, it is up to the system administrator to define the right values for &amp;quot;session.gc_maxlifetime&amp;quot;, &amp;quot;session.save_path&amp;quot;, etc. in the PHP configuration because when setting this locally via the application, not only the webserver settings but also similar settings by other applications may overwrite the setting for file-based sessions. The maximum value on this is 65000 (seconds). Please use a reasonable value. When using database sessions, make sure then MySQL setting &#039;&#039;&#039;max_allowed_packet&#039;&#039;&#039; is set large enough, some surveys generate over 2 MB of session data. &lt;br /&gt;
*&#039;&#039;&#039;IP Info DB API Key&#039;&#039;&#039;: Allows integration with the [http://ipinfodb.com IP-Info-DB service] that let&#039;s you determine the geographic location of survey takers based on their IP. To have a key, you need to [http://ipinfodb.com/register.php register] for the API.&lt;br /&gt;
*&#039;&#039;&#039;Google Maps API Key&#039;&#039;&#039;: Allows for integration with Google Maps.&lt;br /&gt;
*&#039;&#039;&#039;Google Analytics Tracking ID&#039;&#039;&#039;: Allows for integration with Google Analytics. Surveys can over-ride this  site-level value.  The tracking ID can be inserted into templates using {GOOGLE_ANALYTICS_API_KEY}.  The full JavaScript that Google Analytics expects (including the key) can be included in templates via {GOOGLE_ANALYTICS_JAVASCRIPT}.&lt;br /&gt;
*&#039;&#039;&#039;Google API howto&#039;&#039;&#039;:&lt;br /&gt;
# Register/login on Google Analytics (GA): [http://www.google.com/analytics/ www.google.com/analytics/]&lt;br /&gt;
# Create a tracking ID (the site should not point to the survey, but to the part before &#039;index.php?&#039;) The tracking ID should be UA-xxxxx.&lt;br /&gt;
# Go to your survey&#039;s global settings in LimeSurvey.&lt;br /&gt;
# Put the tracking ID into the appropriate field (Google Analytics tracking ID). It&#039;s probably the best to set GA to track all pages as you can have more info.&lt;br /&gt;
# You don&#039;t need to do anything in shipped templates, as the {GOOGLE_ANALYTICS_JAVASCRIPT} part is already there.&lt;br /&gt;
# Activate the survey.&lt;br /&gt;
# Do the survey.&lt;br /&gt;
# Go to the GA panel main site (select the appropriate account in the left-hand upper corner if you have more than one). You should see some graphs with the statistics. Beware of the dates in the upper right corner.&lt;br /&gt;
*&#039;&#039;&#039;Google Translate API Key&#039;&#039;&#039;:  As of version 1.92, the Auto Translate feature is now using the new version 2 of  Google Translate&#039;s API.  Google now charges for this service.  In order for the Auto Translate feature to work, you get an API key from [https://code.google.com/apis/console/?api=translate this site], and enter the key in this field.  Please note that this is currently a global feature, so any installation that has an assigned Translate API key will all charge translations to the same account.&lt;br /&gt;
*&#039;&#039;&#039;Character set for file import/export&#039;&#039;&#039;: You can specify the character set most suiting you and your system, if you experience problems with exporting/importing.&lt;br /&gt;
*&#039;&#039;&#039;Side-menu behaviour&#039;&#039;&#039;: How the side-menu should behave while editing surveys.&lt;br /&gt;
&lt;br /&gt;
==Email settings==&lt;br /&gt;
*&#039;&#039;&#039;Default site admin email&#039;&#039;&#039;: This is the default email address of the site administrator and used for system messages and contact options.&lt;br /&gt;
*&#039;&#039;&#039;Administrator name&#039;&#039;&#039;: The real name of the site administrator.&lt;br /&gt;
*&#039;&#039;&#039;Email method:&#039;&#039;&#039;  This determines how e-mail messages are being sent. The following options are available:&lt;br /&gt;
**&#039;&#039;&#039;PHP:&#039;&#039;&#039; use internal PHP mailer&lt;br /&gt;
**&#039;&#039;&#039;Sendmail:&#039;&#039;&#039; use sendmail mailer&lt;br /&gt;
**&#039;&#039;&#039;SMTP:&#039;&#039;&#039;use SMTP relaying. Use this setting when you are running LimeSurvey on a host that is not your mail server.&lt;br /&gt;
***Make sure that you are using your SMTP configured e-mail (Global settings -&amp;gt; E-mail settings) at the survey settings (At the moment you create a survey or after you create it Edit Survey Settings -&amp;gt; General)  if you use SMTP, otherwise there might be a chance that the following error is displayed: SMTP -&amp;gt; ERROR: RCPT not accepted from server: 553 5.7.1 : Sender address rejected: not owned by user.&lt;br /&gt;
**&#039;&#039;&#039;Qmail:&#039;&#039;&#039;Set this if you are running the Qmail mailer&lt;br /&gt;
*&#039;&#039;&#039;SMTP host:&#039;&#039;&#039; If you use &#039;SMTP &#039; as email method then you have to put your SMTP-server here. If you are using a different part than port 25 (standard for SMPT) then you have to add the port number separated be a colon (example: &#039;smtp.gmail.com:465&#039;)&lt;br /&gt;
*&#039;&#039;&#039;SMTP username:&#039;&#039;&#039; If your SMTP-server needs authentication then set this to your user name, otherwise it must be blank.&lt;br /&gt;
*&#039;&#039;&#039;SMTP password:&#039;&#039;&#039; If your SMTP-server needs authentication then set this to your password, otherwise it must be blank.&lt;br /&gt;
*&#039;&#039;&#039;SMTP SSL/TLS:&#039;&#039;&#039; Set this to &#039;SSL&#039; or &#039;TLS&#039; to use SSL/TLS for your SMTP connection&lt;br /&gt;
*&#039;&#039;&#039;SMTP debug mode&#039;&#039;&#039;: If you switch this on then on sending invitations or reminders a detailed connection log and error message will be given (if an error occurs). Not for the faint of heart, but this can give valuable information why a SMTP relay does not work. Usually you want this to be off.&lt;br /&gt;
*&#039;&#039;&#039;Email batch size:&#039;&#039;&#039; When sending invitations or reminders to survey participants, this setting is used to determine how many emails can be sent in one bunch. Different web servers have different email capacities, and if your script takes too long to send a bunch of emails, the script could time out and cause errors. Most web servers can send 100 emails at a time within the default 30 second time limit for a PHP script. If you get script timeout errors when sending large numbers of emails, reduce the number in this setting.  Clicking the &#039;send email invitation&#039; button on the token control toolbar, (not the button on the right of each token), sends the maxemails number of invitations, then displays a list of the addresses sent to and a warning that &amp;quot;There are more emails pending than could be sent in one batch. Continue sending emails by clicking below. There are ### emails still to be sent.&amp;quot; and provides a &amp;quot;continue button&amp;quot; to proceed with the next batch. I.e., the user determines when to send the next batch after each batch gets emailed.  It is not necessary to wait with this screen active.  The admin could log off and come back at a later time to send the next batch of invites.&lt;br /&gt;
&lt;br /&gt;
==Bounce settings==&lt;br /&gt;
*&#039;&#039;&#039;Default site bounce email&#039;&#039;&#039;: This is the email address where bounced emails will be sent to.&lt;br /&gt;
*&#039;&#039;&#039;Server type&#039;&#039;&#039;: If set to &#039;Off&#039; no bounce processing functions will be available. Set this to POP or IMAP to check a related account for bounces. &lt;br /&gt;
*&#039;&#039;&#039;Server name &amp;amp; port&#039;&#039;&#039;: Name of the server and (if needed) the port separated by a colon.&lt;br /&gt;
*&#039;&#039;&#039;User name&#039;&#039;&#039;: The user name for the POP/IMAP account&lt;br /&gt;
*&#039;&#039;&#039;Password&#039;&#039;&#039;: The password for the POP/IMAP account&lt;br /&gt;
*&#039;&#039;&#039;Encryption type&#039;&#039;&#039;: If encrpytion is used please set the right one here (SSL or TLS)&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
*&#039;&#039;&#039;Survey preview only for administration users&#039;&#039;&#039;: By default, preview of inactive survey is restricted to authenticated users only. If you set this to &#039;No&#039; any person can test your survey using the survey URL - without logging in to the administration and without having to activate the survey first.&lt;br /&gt;
*&#039;&#039;&#039;Filter HTML for XSS&#039;&#039;&#039;: By default your survey manager will not be authorized to use dangerous HTML tags in their survey/group/question/labels texts (for instance JavaScript code). This is intended to prevent a survey operator to add malicious script in order to have a true admin raise his permissions on the system. &#039;&#039;&#039;If you want to use any script objects like Javascript scripts of Flash applets in your surveys you will need to switch this off&#039;&#039;&#039; (Specific script for video hoster can be used). The XSS filtering is always disabled for the superadministrator. In order to see the effects of XSS filtering, it is advised to use a regular user account. {{Alert|With XSS enable, some expression manager system can not be used : see [[Expression Manager#XSS security|XSS and Expression Manager]]}}&lt;br /&gt;
*&#039;&#039;&#039;Group member can only see own group&#039;&#039;&#039;: By default non-admin users defined in the LimeSurvey management interface will only be able to see other users if they belong to at least one group this user belongs to. If you set this to &#039;No&#039; they can see all users (for example in [[Survey security settings]] )&lt;br /&gt;
*&#039;&#039;&#039;Force HTTPS&#039;&#039;&#039;: By default this is set to &amp;quot;Don&#039;t force on or off&amp;quot;. Switch the setting to &amp;quot;on&amp;quot; to force the connection to use HTTPS.  {{Alert||title=Attention|text=If your server doesn&#039;t support HTTPS properly, you can lock yourself from the system! Therefore test the &amp;quot;check if this link works&amp;quot; link first.If the link does not work and you turn on HTTPS, LimeSurvey will break and you won&#039;t be able to access it.}}  {{Hint|Text=If you activate https by error, you can deactivate it in application/config/config.php file using ssl_emergency_override to 1.}}&lt;br /&gt;
&lt;br /&gt;
==Presentation==&lt;br /&gt;
*&#039;&#039;&#039;Show &#039;no answer&#039; option for non-mandatory questions&#039;&#039;&#039;: When a question of a radio button/select type that contains editable answers (i.e.: List &amp;amp; array questions) is not mandatory and this is set to &#039;Yes&#039; (default), an additional entry &#039;No answer&#039; is shown for each subquestion - so that participants may choose to not answer the question. Some people prefer this not to be available. Set this to &#039;No&#039; to turn this off.&lt;br /&gt;
*&#039;&#039;&#039;Repeating headings in array questions every X subquestions&#039;&#039;&#039;: With array type question, often you&#039;ll have a lot of subquestions, which - when displayed on screen - take up more than one page. The repeat-headers setting lets you decide how many answers should be displayed before repeating the header information for the question. A good setting for this is around 25. If you don&#039;t want the headings to repeat at all, set this to 0.&lt;br /&gt;
*&#039;&#039;&#039;Show &amp;quot;There are X questions in this survey&amp;quot;&#039;&#039;&#039;:&lt;br /&gt;
*&#039;&#039;&#039;Show question group name and/or description&#039;&#039;&#039;:&lt;br /&gt;
*&#039;&#039;&#039;Show question number and/or question code&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Language==&lt;br /&gt;
*&#039;&#039;&#039;Default site language&#039;&#039;&#039;: This is the default language to be used in your administration , and also the default language for the public survey list if none is given.&lt;br /&gt;
*&#039;&#039;&#039;Available languages&#039;&#039;&#039;: If you don&#039;t want all languages to be available in the administration language select boxes you can here define the language that should be available only.&lt;br /&gt;
&lt;br /&gt;
==Interfaces==&lt;br /&gt;
*&#039;&#039;&#039;RPC interface enabled&#039;&#039;&#039;: Using this feature you can activate/deactivate the LimeSurvey [[RemoteControl 2 API|RemoteControl2]] interface API, either using JSON-RPC (recommended) or XML-RPC.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Publish API on /admin/remotecontrol&#039;&#039;&#039;: If you activate this option then under the specified URL a short  description of the API functions will be available. Usually you should not need to activate it and should only be activated for debug purposes in general.&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Global_settings/3/zh-cn&amp;diff=71853</id>
		<title>Translations:Global settings/3/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Global_settings/3/zh-cn&amp;diff=71853"/>
		<updated>2017-02-02T16:26:05Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;如果你在主工具栏点击&#039;&#039;&#039;配置&#039;&#039;&#039;再点击 &#039;&#039;&#039;全局设置&#039;&#039;&#039;，你就会去到全局设置。&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Global_settings/zh-cn&amp;diff=71852</id>
		<title>Global settings/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Global_settings/zh-cn&amp;diff=71852"/>
		<updated>2017-02-02T16:23:55Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;如果你在主工具栏点击&amp;#039;&amp;#039;&amp;#039;配置&amp;#039;&amp;#039;&amp;#039;再点击 &amp;#039;&amp;#039;&amp;#039;全局设定&amp;#039;&amp;#039;&amp;#039;，你就会去到全局设定。&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=概述=&lt;br /&gt;
&lt;br /&gt;
如果你在主工具栏点击&#039;&#039;&#039;配置&#039;&#039;&#039;再点击 &#039;&#039;&#039;全局设定&#039;&#039;&#039;，你就会去到全局设定。&lt;br /&gt;
&lt;br /&gt;
[[File:global.png]] &lt;br /&gt;
&lt;br /&gt;
The Global settings dialog is only available to administration users with the right [[Manage_users#Setting_global_permissions_for_a_user|Settings &amp;amp; Plugins]]. It can be used to adjust certain settings of LimeSurvey in a global context. In versions earlier to 1.87 these [[Optional settings]] were only available when editing config.php/config-defaults.php. Starting with 1.87 the values in config.php/config-defaults.php serve merely as a default value. Once you enter the Global settings dialog and saved once then the values will be overruled by the settings in the Global settings.&lt;br /&gt;
&lt;br /&gt;
=Settings and their explanation=&lt;br /&gt;
&lt;br /&gt;
==Overview &amp;amp; Update==&lt;br /&gt;
*&#039;&#039;&#039;System overview&#039;&#039;&#039;: This is pretty much self explaining. Here you can get a short insight on the number of surveys and other statistics in your LimeSurvey installation. For debug purposes you can also find a button to show your PHP Info.&lt;br /&gt;
*&#039;&#039;&#039;Updates&#039;&#039;&#039;: For automatic Updates Please use the [[ComfortUpdate]] feature.&lt;br /&gt;
&lt;br /&gt;
==General==&lt;br /&gt;
*&#039;&#039;&#039;Site name&#039;&#039;&#039;: Give your survey site a name. This name will appear in the survey list overview and in the administration header.&lt;br /&gt;
*&#039;&#039;&#039;Default template&#039;&#039;&#039;: This setting specifies the default design template used for the &#039;public list&#039; of surveys and for new surveys or surveys using a non-existing template.&lt;br /&gt;
*&#039;&#039;&#039;Administration template&#039;&#039;&#039;: This setting specifies the default design template used for the LimeSurvey administration.&lt;br /&gt;
*&#039;&#039;&#039;Default HTML editor mode:&#039;&#039;&#039; Sets the default mode for integrated HTML editor. Valid settings are: inline (default), popup and none:&lt;br /&gt;
** &#039;&#039;inline&#039;&#039;: Inline replacement of fields by an HTML editor. Slow but convenient and user friendly&lt;br /&gt;
** &#039;&#039;popup&#039;&#039;: Adds an icon that opens a popup window with the HTML editor. Faster, but HTML code is displayed on the form.&lt;br /&gt;
** &#039;&#039;HTML source&#039;&#039;: No HTML editor, just the plain html source&lt;br /&gt;
*&#039;&#039;&#039;Question type selector&#039;&#039;&#039;: Choose &#039;Full selector&#039; to get a question type selector with preview and &#039;Simple&#039; to get a plain select box.&lt;br /&gt;
*&#039;&#039;&#039;Template editor:&#039;&#039;&#039;: Choose &#039;Full template editor&#039; to get a enhanced editor (with syntax-highlighting) when editing survey templates  and &#039;Simple template editor&#039; to get a plain editor field&lt;br /&gt;
*&#039;&#039;&#039;Time difference (in hours)&#039;&#039;&#039;: If your web server is in a different time zone to the location where your surveys will be based, put the difference between your server and your home time zone here. For example, I live in Australia but use a US web server. The web server is 14 hours behind my local time zone. So my setting here is &amp;quot;+14&amp;quot;. In other words, it adds 14 hours to the web servers time. This setting is particularly important when surveys timestamp the responses.&lt;br /&gt;
*&#039;&#039;&#039;Session lifetime&#039;&#039;&#039;: [&#039;&#039;only available with database sessions&#039;&#039;] Defines the time in seconds after which a survey session expires (provided there is no action from the participant).  When using regular, file-based sessions, it is up to the system administrator to define the right values for &amp;quot;session.gc_maxlifetime&amp;quot;, &amp;quot;session.save_path&amp;quot;, etc. in the PHP configuration because when setting this locally via the application, not only the webserver settings but also similar settings by other applications may overwrite the setting for file-based sessions. The maximum value on this is 65000 (seconds). Please use a reasonable value. When using database sessions, make sure then MySQL setting &#039;&#039;&#039;max_allowed_packet&#039;&#039;&#039; is set large enough, some surveys generate over 2 MB of session data. &lt;br /&gt;
*&#039;&#039;&#039;IP Info DB API Key&#039;&#039;&#039;: Allows integration with the [http://ipinfodb.com IP-Info-DB service] that let&#039;s you determine the geographic location of survey takers based on their IP. To have a key, you need to [http://ipinfodb.com/register.php register] for the API.&lt;br /&gt;
*&#039;&#039;&#039;Google Maps API Key&#039;&#039;&#039;: Allows for integration with Google Maps.&lt;br /&gt;
*&#039;&#039;&#039;Google Analytics Tracking ID&#039;&#039;&#039;: Allows for integration with Google Analytics. Surveys can over-ride this  site-level value.  The tracking ID can be inserted into templates using {GOOGLE_ANALYTICS_API_KEY}.  The full JavaScript that Google Analytics expects (including the key) can be included in templates via {GOOGLE_ANALYTICS_JAVASCRIPT}.&lt;br /&gt;
*&#039;&#039;&#039;Google API howto&#039;&#039;&#039;:&lt;br /&gt;
# Register/login on Google Analytics (GA): [http://www.google.com/analytics/ www.google.com/analytics/]&lt;br /&gt;
# Create a tracking ID (the site should not point to the survey, but to the part before &#039;index.php?&#039;) The tracking ID should be UA-xxxxx.&lt;br /&gt;
# Go to your survey&#039;s global settings in LimeSurvey.&lt;br /&gt;
# Put the tracking ID into the appropriate field (Google Analytics tracking ID). It&#039;s probably the best to set GA to track all pages as you can have more info.&lt;br /&gt;
# You don&#039;t need to do anything in shipped templates, as the {GOOGLE_ANALYTICS_JAVASCRIPT} part is already there.&lt;br /&gt;
# Activate the survey.&lt;br /&gt;
# Do the survey.&lt;br /&gt;
# Go to the GA panel main site (select the appropriate account in the left-hand upper corner if you have more than one). You should see some graphs with the statistics. Beware of the dates in the upper right corner.&lt;br /&gt;
*&#039;&#039;&#039;Google Translate API Key&#039;&#039;&#039;:  As of version 1.92, the Auto Translate feature is now using the new version 2 of  Google Translate&#039;s API.  Google now charges for this service.  In order for the Auto Translate feature to work, you get an API key from [https://code.google.com/apis/console/?api=translate this site], and enter the key in this field.  Please note that this is currently a global feature, so any installation that has an assigned Translate API key will all charge translations to the same account.&lt;br /&gt;
*&#039;&#039;&#039;Character set for file import/export&#039;&#039;&#039;: You can specify the character set most suiting you and your system, if you experience problems with exporting/importing.&lt;br /&gt;
*&#039;&#039;&#039;Side-menu behaviour&#039;&#039;&#039;: How the side-menu should behave while editing surveys.&lt;br /&gt;
&lt;br /&gt;
==Email settings==&lt;br /&gt;
*&#039;&#039;&#039;Default site admin email&#039;&#039;&#039;: This is the default email address of the site administrator and used for system messages and contact options.&lt;br /&gt;
*&#039;&#039;&#039;Administrator name&#039;&#039;&#039;: The real name of the site administrator.&lt;br /&gt;
*&#039;&#039;&#039;Email method:&#039;&#039;&#039;  This determines how e-mail messages are being sent. The following options are available:&lt;br /&gt;
**&#039;&#039;&#039;PHP:&#039;&#039;&#039; use internal PHP mailer&lt;br /&gt;
**&#039;&#039;&#039;Sendmail:&#039;&#039;&#039; use sendmail mailer&lt;br /&gt;
**&#039;&#039;&#039;SMTP:&#039;&#039;&#039;use SMTP relaying. Use this setting when you are running LimeSurvey on a host that is not your mail server.&lt;br /&gt;
***Make sure that you are using your SMTP configured e-mail (Global settings -&amp;gt; E-mail settings) at the survey settings (At the moment you create a survey or after you create it Edit Survey Settings -&amp;gt; General)  if you use SMTP, otherwise there might be a chance that the following error is displayed: SMTP -&amp;gt; ERROR: RCPT not accepted from server: 553 5.7.1 : Sender address rejected: not owned by user.&lt;br /&gt;
**&#039;&#039;&#039;Qmail:&#039;&#039;&#039;Set this if you are running the Qmail mailer&lt;br /&gt;
*&#039;&#039;&#039;SMTP host:&#039;&#039;&#039; If you use &#039;SMTP &#039; as email method then you have to put your SMTP-server here. If you are using a different part than port 25 (standard for SMPT) then you have to add the port number separated be a colon (example: &#039;smtp.gmail.com:465&#039;)&lt;br /&gt;
*&#039;&#039;&#039;SMTP username:&#039;&#039;&#039; If your SMTP-server needs authentication then set this to your user name, otherwise it must be blank.&lt;br /&gt;
*&#039;&#039;&#039;SMTP password:&#039;&#039;&#039; If your SMTP-server needs authentication then set this to your password, otherwise it must be blank.&lt;br /&gt;
*&#039;&#039;&#039;SMTP SSL/TLS:&#039;&#039;&#039; Set this to &#039;SSL&#039; or &#039;TLS&#039; to use SSL/TLS for your SMTP connection&lt;br /&gt;
*&#039;&#039;&#039;SMTP debug mode&#039;&#039;&#039;: If you switch this on then on sending invitations or reminders a detailed connection log and error message will be given (if an error occurs). Not for the faint of heart, but this can give valuable information why a SMTP relay does not work. Usually you want this to be off.&lt;br /&gt;
*&#039;&#039;&#039;Email batch size:&#039;&#039;&#039; When sending invitations or reminders to survey participants, this setting is used to determine how many emails can be sent in one bunch. Different web servers have different email capacities, and if your script takes too long to send a bunch of emails, the script could time out and cause errors. Most web servers can send 100 emails at a time within the default 30 second time limit for a PHP script. If you get script timeout errors when sending large numbers of emails, reduce the number in this setting.  Clicking the &#039;send email invitation&#039; button on the token control toolbar, (not the button on the right of each token), sends the maxemails number of invitations, then displays a list of the addresses sent to and a warning that &amp;quot;There are more emails pending than could be sent in one batch. Continue sending emails by clicking below. There are ### emails still to be sent.&amp;quot; and provides a &amp;quot;continue button&amp;quot; to proceed with the next batch. I.e., the user determines when to send the next batch after each batch gets emailed.  It is not necessary to wait with this screen active.  The admin could log off and come back at a later time to send the next batch of invites.&lt;br /&gt;
&lt;br /&gt;
==Bounce settings==&lt;br /&gt;
*&#039;&#039;&#039;Default site bounce email&#039;&#039;&#039;: This is the email address where bounced emails will be sent to.&lt;br /&gt;
*&#039;&#039;&#039;Server type&#039;&#039;&#039;: If set to &#039;Off&#039; no bounce processing functions will be available. Set this to POP or IMAP to check a related account for bounces. &lt;br /&gt;
*&#039;&#039;&#039;Server name &amp;amp; port&#039;&#039;&#039;: Name of the server and (if needed) the port separated by a colon.&lt;br /&gt;
*&#039;&#039;&#039;User name&#039;&#039;&#039;: The user name for the POP/IMAP account&lt;br /&gt;
*&#039;&#039;&#039;Password&#039;&#039;&#039;: The password for the POP/IMAP account&lt;br /&gt;
*&#039;&#039;&#039;Encryption type&#039;&#039;&#039;: If encrpytion is used please set the right one here (SSL or TLS)&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
*&#039;&#039;&#039;Survey preview only for administration users&#039;&#039;&#039;: By default, preview of inactive survey is restricted to authenticated users only. If you set this to &#039;No&#039; any person can test your survey using the survey URL - without logging in to the administration and without having to activate the survey first.&lt;br /&gt;
*&#039;&#039;&#039;Filter HTML for XSS&#039;&#039;&#039;: By default your survey manager will not be authorized to use dangerous HTML tags in their survey/group/question/labels texts (for instance JavaScript code). This is intended to prevent a survey operator to add malicious script in order to have a true admin raise his permissions on the system. &#039;&#039;&#039;If you want to use any script objects like Javascript scripts of Flash applets in your surveys you will need to switch this off&#039;&#039;&#039; (Specific script for video hoster can be used). The XSS filtering is always disabled for the superadministrator. In order to see the effects of XSS filtering, it is advised to use a regular user account. {{Alert|With XSS enable, some expression manager system can not be used : see [[Expression Manager#XSS security|XSS and Expression Manager]]}}&lt;br /&gt;
*&#039;&#039;&#039;Group member can only see own group&#039;&#039;&#039;: By default non-admin users defined in the LimeSurvey management interface will only be able to see other users if they belong to at least one group this user belongs to. If you set this to &#039;No&#039; they can see all users (for example in [[Survey security settings]] )&lt;br /&gt;
*&#039;&#039;&#039;Force HTTPS&#039;&#039;&#039;: By default this is set to &amp;quot;Don&#039;t force on or off&amp;quot;. Switch the setting to &amp;quot;on&amp;quot; to force the connection to use HTTPS.  {{Alert||title=Attention|text=If your server doesn&#039;t support HTTPS properly, you can lock yourself from the system! Therefore test the &amp;quot;check if this link works&amp;quot; link first.If the link does not work and you turn on HTTPS, LimeSurvey will break and you won&#039;t be able to access it.}}  {{Hint|Text=If you activate https by error, you can deactivate it in application/config/config.php file using ssl_emergency_override to 1.}}&lt;br /&gt;
&lt;br /&gt;
==Presentation==&lt;br /&gt;
*&#039;&#039;&#039;Show &#039;no answer&#039; option for non-mandatory questions&#039;&#039;&#039;: When a question of a radio button/select type that contains editable answers (i.e.: List &amp;amp; array questions) is not mandatory and this is set to &#039;Yes&#039; (default), an additional entry &#039;No answer&#039; is shown for each subquestion - so that participants may choose to not answer the question. Some people prefer this not to be available. Set this to &#039;No&#039; to turn this off.&lt;br /&gt;
*&#039;&#039;&#039;Repeating headings in array questions every X subquestions&#039;&#039;&#039;: With array type question, often you&#039;ll have a lot of subquestions, which - when displayed on screen - take up more than one page. The repeat-headers setting lets you decide how many answers should be displayed before repeating the header information for the question. A good setting for this is around 25. If you don&#039;t want the headings to repeat at all, set this to 0.&lt;br /&gt;
*&#039;&#039;&#039;Show &amp;quot;There are X questions in this survey&amp;quot;&#039;&#039;&#039;:&lt;br /&gt;
*&#039;&#039;&#039;Show question group name and/or description&#039;&#039;&#039;:&lt;br /&gt;
*&#039;&#039;&#039;Show question number and/or question code&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Language==&lt;br /&gt;
*&#039;&#039;&#039;Default site language&#039;&#039;&#039;: This is the default language to be used in your administration , and also the default language for the public survey list if none is given.&lt;br /&gt;
*&#039;&#039;&#039;Available languages&#039;&#039;&#039;: If you don&#039;t want all languages to be available in the administration language select boxes you can here define the language that should be available only.&lt;br /&gt;
&lt;br /&gt;
==Interfaces==&lt;br /&gt;
*&#039;&#039;&#039;RPC interface enabled&#039;&#039;&#039;: Using this feature you can activate/deactivate the LimeSurvey [[RemoteControl 2 API|RemoteControl2]] interface API, either using JSON-RPC (recommended) or XML-RPC.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Publish API on /admin/remotecontrol&#039;&#039;&#039;: If you activate this option then under the specified URL a short  description of the API functions will be available. Usually you should not need to activate it and should only be activated for debug purposes in general.&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Global_settings/3/zh-cn&amp;diff=71851</id>
		<title>Translations:Global settings/3/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Global_settings/3/zh-cn&amp;diff=71851"/>
		<updated>2017-02-02T16:23:55Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;如果你在主工具栏点击&amp;#039;&amp;#039;&amp;#039;配置&amp;#039;&amp;#039;&amp;#039;再点击 &amp;#039;&amp;#039;&amp;#039;全局设定&amp;#039;&amp;#039;&amp;#039;，你就会去到全局设定。&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;如果你在主工具栏点击&#039;&#039;&#039;配置&#039;&#039;&#039;再点击 &#039;&#039;&#039;全局设定&#039;&#039;&#039;，你就会去到全局设定。&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Global_settings/zh-cn&amp;diff=71850</id>
		<title>Global settings/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Global_settings/zh-cn&amp;diff=71850"/>
		<updated>2017-02-02T16:17:33Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;=概述=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=概述=&lt;br /&gt;
&lt;br /&gt;
If you click on &#039;&#039;&#039;Configuration&#039;&#039;&#039; and then &#039;&#039;&#039;Global settings&#039;&#039;&#039; in the main toolbar you will get to the Global settings.&lt;br /&gt;
&lt;br /&gt;
[[File:global.png]] &lt;br /&gt;
&lt;br /&gt;
The Global settings dialog is only available to administration users with the right [[Manage_users#Setting_global_permissions_for_a_user|Settings &amp;amp; Plugins]]. It can be used to adjust certain settings of LimeSurvey in a global context. In versions earlier to 1.87 these [[Optional settings]] were only available when editing config.php/config-defaults.php. Starting with 1.87 the values in config.php/config-defaults.php serve merely as a default value. Once you enter the Global settings dialog and saved once then the values will be overruled by the settings in the Global settings.&lt;br /&gt;
&lt;br /&gt;
=Settings and their explanation=&lt;br /&gt;
&lt;br /&gt;
==Overview &amp;amp; Update==&lt;br /&gt;
*&#039;&#039;&#039;System overview&#039;&#039;&#039;: This is pretty much self explaining. Here you can get a short insight on the number of surveys and other statistics in your LimeSurvey installation. For debug purposes you can also find a button to show your PHP Info.&lt;br /&gt;
*&#039;&#039;&#039;Updates&#039;&#039;&#039;: For automatic Updates Please use the [[ComfortUpdate]] feature.&lt;br /&gt;
&lt;br /&gt;
==General==&lt;br /&gt;
*&#039;&#039;&#039;Site name&#039;&#039;&#039;: Give your survey site a name. This name will appear in the survey list overview and in the administration header.&lt;br /&gt;
*&#039;&#039;&#039;Default template&#039;&#039;&#039;: This setting specifies the default design template used for the &#039;public list&#039; of surveys and for new surveys or surveys using a non-existing template.&lt;br /&gt;
*&#039;&#039;&#039;Administration template&#039;&#039;&#039;: This setting specifies the default design template used for the LimeSurvey administration.&lt;br /&gt;
*&#039;&#039;&#039;Default HTML editor mode:&#039;&#039;&#039; Sets the default mode for integrated HTML editor. Valid settings are: inline (default), popup and none:&lt;br /&gt;
** &#039;&#039;inline&#039;&#039;: Inline replacement of fields by an HTML editor. Slow but convenient and user friendly&lt;br /&gt;
** &#039;&#039;popup&#039;&#039;: Adds an icon that opens a popup window with the HTML editor. Faster, but HTML code is displayed on the form.&lt;br /&gt;
** &#039;&#039;HTML source&#039;&#039;: No HTML editor, just the plain html source&lt;br /&gt;
*&#039;&#039;&#039;Question type selector&#039;&#039;&#039;: Choose &#039;Full selector&#039; to get a question type selector with preview and &#039;Simple&#039; to get a plain select box.&lt;br /&gt;
*&#039;&#039;&#039;Template editor:&#039;&#039;&#039;: Choose &#039;Full template editor&#039; to get a enhanced editor (with syntax-highlighting) when editing survey templates  and &#039;Simple template editor&#039; to get a plain editor field&lt;br /&gt;
*&#039;&#039;&#039;Time difference (in hours)&#039;&#039;&#039;: If your web server is in a different time zone to the location where your surveys will be based, put the difference between your server and your home time zone here. For example, I live in Australia but use a US web server. The web server is 14 hours behind my local time zone. So my setting here is &amp;quot;+14&amp;quot;. In other words, it adds 14 hours to the web servers time. This setting is particularly important when surveys timestamp the responses.&lt;br /&gt;
*&#039;&#039;&#039;Session lifetime&#039;&#039;&#039;: [&#039;&#039;only available with database sessions&#039;&#039;] Defines the time in seconds after which a survey session expires (provided there is no action from the participant).  When using regular, file-based sessions, it is up to the system administrator to define the right values for &amp;quot;session.gc_maxlifetime&amp;quot;, &amp;quot;session.save_path&amp;quot;, etc. in the PHP configuration because when setting this locally via the application, not only the webserver settings but also similar settings by other applications may overwrite the setting for file-based sessions. The maximum value on this is 65000 (seconds). Please use a reasonable value. When using database sessions, make sure then MySQL setting &#039;&#039;&#039;max_allowed_packet&#039;&#039;&#039; is set large enough, some surveys generate over 2 MB of session data. &lt;br /&gt;
*&#039;&#039;&#039;IP Info DB API Key&#039;&#039;&#039;: Allows integration with the [http://ipinfodb.com IP-Info-DB service] that let&#039;s you determine the geographic location of survey takers based on their IP. To have a key, you need to [http://ipinfodb.com/register.php register] for the API.&lt;br /&gt;
*&#039;&#039;&#039;Google Maps API Key&#039;&#039;&#039;: Allows for integration with Google Maps.&lt;br /&gt;
*&#039;&#039;&#039;Google Analytics Tracking ID&#039;&#039;&#039;: Allows for integration with Google Analytics. Surveys can over-ride this  site-level value.  The tracking ID can be inserted into templates using {GOOGLE_ANALYTICS_API_KEY}.  The full JavaScript that Google Analytics expects (including the key) can be included in templates via {GOOGLE_ANALYTICS_JAVASCRIPT}.&lt;br /&gt;
*&#039;&#039;&#039;Google API howto&#039;&#039;&#039;:&lt;br /&gt;
# Register/login on Google Analytics (GA): [http://www.google.com/analytics/ www.google.com/analytics/]&lt;br /&gt;
# Create a tracking ID (the site should not point to the survey, but to the part before &#039;index.php?&#039;) The tracking ID should be UA-xxxxx.&lt;br /&gt;
# Go to your survey&#039;s global settings in LimeSurvey.&lt;br /&gt;
# Put the tracking ID into the appropriate field (Google Analytics tracking ID). It&#039;s probably the best to set GA to track all pages as you can have more info.&lt;br /&gt;
# You don&#039;t need to do anything in shipped templates, as the {GOOGLE_ANALYTICS_JAVASCRIPT} part is already there.&lt;br /&gt;
# Activate the survey.&lt;br /&gt;
# Do the survey.&lt;br /&gt;
# Go to the GA panel main site (select the appropriate account in the left-hand upper corner if you have more than one). You should see some graphs with the statistics. Beware of the dates in the upper right corner.&lt;br /&gt;
*&#039;&#039;&#039;Google Translate API Key&#039;&#039;&#039;:  As of version 1.92, the Auto Translate feature is now using the new version 2 of  Google Translate&#039;s API.  Google now charges for this service.  In order for the Auto Translate feature to work, you get an API key from [https://code.google.com/apis/console/?api=translate this site], and enter the key in this field.  Please note that this is currently a global feature, so any installation that has an assigned Translate API key will all charge translations to the same account.&lt;br /&gt;
*&#039;&#039;&#039;Character set for file import/export&#039;&#039;&#039;: You can specify the character set most suiting you and your system, if you experience problems with exporting/importing.&lt;br /&gt;
*&#039;&#039;&#039;Side-menu behaviour&#039;&#039;&#039;: How the side-menu should behave while editing surveys.&lt;br /&gt;
&lt;br /&gt;
==Email settings==&lt;br /&gt;
*&#039;&#039;&#039;Default site admin email&#039;&#039;&#039;: This is the default email address of the site administrator and used for system messages and contact options.&lt;br /&gt;
*&#039;&#039;&#039;Administrator name&#039;&#039;&#039;: The real name of the site administrator.&lt;br /&gt;
*&#039;&#039;&#039;Email method:&#039;&#039;&#039;  This determines how e-mail messages are being sent. The following options are available:&lt;br /&gt;
**&#039;&#039;&#039;PHP:&#039;&#039;&#039; use internal PHP mailer&lt;br /&gt;
**&#039;&#039;&#039;Sendmail:&#039;&#039;&#039; use sendmail mailer&lt;br /&gt;
**&#039;&#039;&#039;SMTP:&#039;&#039;&#039;use SMTP relaying. Use this setting when you are running LimeSurvey on a host that is not your mail server.&lt;br /&gt;
***Make sure that you are using your SMTP configured e-mail (Global settings -&amp;gt; E-mail settings) at the survey settings (At the moment you create a survey or after you create it Edit Survey Settings -&amp;gt; General)  if you use SMTP, otherwise there might be a chance that the following error is displayed: SMTP -&amp;gt; ERROR: RCPT not accepted from server: 553 5.7.1 : Sender address rejected: not owned by user.&lt;br /&gt;
**&#039;&#039;&#039;Qmail:&#039;&#039;&#039;Set this if you are running the Qmail mailer&lt;br /&gt;
*&#039;&#039;&#039;SMTP host:&#039;&#039;&#039; If you use &#039;SMTP &#039; as email method then you have to put your SMTP-server here. If you are using a different part than port 25 (standard for SMPT) then you have to add the port number separated be a colon (example: &#039;smtp.gmail.com:465&#039;)&lt;br /&gt;
*&#039;&#039;&#039;SMTP username:&#039;&#039;&#039; If your SMTP-server needs authentication then set this to your user name, otherwise it must be blank.&lt;br /&gt;
*&#039;&#039;&#039;SMTP password:&#039;&#039;&#039; If your SMTP-server needs authentication then set this to your password, otherwise it must be blank.&lt;br /&gt;
*&#039;&#039;&#039;SMTP SSL/TLS:&#039;&#039;&#039; Set this to &#039;SSL&#039; or &#039;TLS&#039; to use SSL/TLS for your SMTP connection&lt;br /&gt;
*&#039;&#039;&#039;SMTP debug mode&#039;&#039;&#039;: If you switch this on then on sending invitations or reminders a detailed connection log and error message will be given (if an error occurs). Not for the faint of heart, but this can give valuable information why a SMTP relay does not work. Usually you want this to be off.&lt;br /&gt;
*&#039;&#039;&#039;Email batch size:&#039;&#039;&#039; When sending invitations or reminders to survey participants, this setting is used to determine how many emails can be sent in one bunch. Different web servers have different email capacities, and if your script takes too long to send a bunch of emails, the script could time out and cause errors. Most web servers can send 100 emails at a time within the default 30 second time limit for a PHP script. If you get script timeout errors when sending large numbers of emails, reduce the number in this setting.  Clicking the &#039;send email invitation&#039; button on the token control toolbar, (not the button on the right of each token), sends the maxemails number of invitations, then displays a list of the addresses sent to and a warning that &amp;quot;There are more emails pending than could be sent in one batch. Continue sending emails by clicking below. There are ### emails still to be sent.&amp;quot; and provides a &amp;quot;continue button&amp;quot; to proceed with the next batch. I.e., the user determines when to send the next batch after each batch gets emailed.  It is not necessary to wait with this screen active.  The admin could log off and come back at a later time to send the next batch of invites.&lt;br /&gt;
&lt;br /&gt;
==Bounce settings==&lt;br /&gt;
*&#039;&#039;&#039;Default site bounce email&#039;&#039;&#039;: This is the email address where bounced emails will be sent to.&lt;br /&gt;
*&#039;&#039;&#039;Server type&#039;&#039;&#039;: If set to &#039;Off&#039; no bounce processing functions will be available. Set this to POP or IMAP to check a related account for bounces. &lt;br /&gt;
*&#039;&#039;&#039;Server name &amp;amp; port&#039;&#039;&#039;: Name of the server and (if needed) the port separated by a colon.&lt;br /&gt;
*&#039;&#039;&#039;User name&#039;&#039;&#039;: The user name for the POP/IMAP account&lt;br /&gt;
*&#039;&#039;&#039;Password&#039;&#039;&#039;: The password for the POP/IMAP account&lt;br /&gt;
*&#039;&#039;&#039;Encryption type&#039;&#039;&#039;: If encrpytion is used please set the right one here (SSL or TLS)&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
*&#039;&#039;&#039;Survey preview only for administration users&#039;&#039;&#039;: By default, preview of inactive survey is restricted to authenticated users only. If you set this to &#039;No&#039; any person can test your survey using the survey URL - without logging in to the administration and without having to activate the survey first.&lt;br /&gt;
*&#039;&#039;&#039;Filter HTML for XSS&#039;&#039;&#039;: By default your survey manager will not be authorized to use dangerous HTML tags in their survey/group/question/labels texts (for instance JavaScript code). This is intended to prevent a survey operator to add malicious script in order to have a true admin raise his permissions on the system. &#039;&#039;&#039;If you want to use any script objects like Javascript scripts of Flash applets in your surveys you will need to switch this off&#039;&#039;&#039; (Specific script for video hoster can be used). The XSS filtering is always disabled for the superadministrator. In order to see the effects of XSS filtering, it is advised to use a regular user account. {{Alert|With XSS enable, some expression manager system can not be used : see [[Expression Manager#XSS security|XSS and Expression Manager]]}}&lt;br /&gt;
*&#039;&#039;&#039;Group member can only see own group&#039;&#039;&#039;: By default non-admin users defined in the LimeSurvey management interface will only be able to see other users if they belong to at least one group this user belongs to. If you set this to &#039;No&#039; they can see all users (for example in [[Survey security settings]] )&lt;br /&gt;
*&#039;&#039;&#039;Force HTTPS&#039;&#039;&#039;: By default this is set to &amp;quot;Don&#039;t force on or off&amp;quot;. Switch the setting to &amp;quot;on&amp;quot; to force the connection to use HTTPS.  {{Alert||title=Attention|text=If your server doesn&#039;t support HTTPS properly, you can lock yourself from the system! Therefore test the &amp;quot;check if this link works&amp;quot; link first.If the link does not work and you turn on HTTPS, LimeSurvey will break and you won&#039;t be able to access it.}}  {{Hint|Text=If you activate https by error, you can deactivate it in application/config/config.php file using ssl_emergency_override to 1.}}&lt;br /&gt;
&lt;br /&gt;
==Presentation==&lt;br /&gt;
*&#039;&#039;&#039;Show &#039;no answer&#039; option for non-mandatory questions&#039;&#039;&#039;: When a question of a radio button/select type that contains editable answers (i.e.: List &amp;amp; array questions) is not mandatory and this is set to &#039;Yes&#039; (default), an additional entry &#039;No answer&#039; is shown for each subquestion - so that participants may choose to not answer the question. Some people prefer this not to be available. Set this to &#039;No&#039; to turn this off.&lt;br /&gt;
*&#039;&#039;&#039;Repeating headings in array questions every X subquestions&#039;&#039;&#039;: With array type question, often you&#039;ll have a lot of subquestions, which - when displayed on screen - take up more than one page. The repeat-headers setting lets you decide how many answers should be displayed before repeating the header information for the question. A good setting for this is around 25. If you don&#039;t want the headings to repeat at all, set this to 0.&lt;br /&gt;
*&#039;&#039;&#039;Show &amp;quot;There are X questions in this survey&amp;quot;&#039;&#039;&#039;:&lt;br /&gt;
*&#039;&#039;&#039;Show question group name and/or description&#039;&#039;&#039;:&lt;br /&gt;
*&#039;&#039;&#039;Show question number and/or question code&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Language==&lt;br /&gt;
*&#039;&#039;&#039;Default site language&#039;&#039;&#039;: This is the default language to be used in your administration , and also the default language for the public survey list if none is given.&lt;br /&gt;
*&#039;&#039;&#039;Available languages&#039;&#039;&#039;: If you don&#039;t want all languages to be available in the administration language select boxes you can here define the language that should be available only.&lt;br /&gt;
&lt;br /&gt;
==Interfaces==&lt;br /&gt;
*&#039;&#039;&#039;RPC interface enabled&#039;&#039;&#039;: Using this feature you can activate/deactivate the LimeSurvey [[RemoteControl 2 API|RemoteControl2]] interface API, either using JSON-RPC (recommended) or XML-RPC.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Publish API on /admin/remotecontrol&#039;&#039;&#039;: If you activate this option then under the specified URL a short  description of the API functions will be available. Usually you should not need to activate it and should only be activated for debug purposes in general.&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Global_settings/2/zh-cn&amp;diff=71849</id>
		<title>Translations:Global settings/2/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Global_settings/2/zh-cn&amp;diff=71849"/>
		<updated>2017-02-02T16:17:33Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;=概述=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=概述=&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Global_settings/zh-cn&amp;diff=71848</id>
		<title>Global settings/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Global_settings/zh-cn&amp;diff=71848"/>
		<updated>2017-02-02T16:16:14Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;全局设置&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=General description=&lt;br /&gt;
&lt;br /&gt;
If you click on &#039;&#039;&#039;Configuration&#039;&#039;&#039; and then &#039;&#039;&#039;Global settings&#039;&#039;&#039; in the main toolbar you will get to the Global settings.&lt;br /&gt;
&lt;br /&gt;
[[File:global.png]] &lt;br /&gt;
&lt;br /&gt;
The Global settings dialog is only available to administration users with the right [[Manage_users#Setting_global_permissions_for_a_user|Settings &amp;amp; Plugins]]. It can be used to adjust certain settings of LimeSurvey in a global context. In versions earlier to 1.87 these [[Optional settings]] were only available when editing config.php/config-defaults.php. Starting with 1.87 the values in config.php/config-defaults.php serve merely as a default value. Once you enter the Global settings dialog and saved once then the values will be overruled by the settings in the Global settings.&lt;br /&gt;
&lt;br /&gt;
=Settings and their explanation=&lt;br /&gt;
&lt;br /&gt;
==Overview &amp;amp; Update==&lt;br /&gt;
*&#039;&#039;&#039;System overview&#039;&#039;&#039;: This is pretty much self explaining. Here you can get a short insight on the number of surveys and other statistics in your LimeSurvey installation. For debug purposes you can also find a button to show your PHP Info.&lt;br /&gt;
*&#039;&#039;&#039;Updates&#039;&#039;&#039;: For automatic Updates Please use the [[ComfortUpdate]] feature.&lt;br /&gt;
&lt;br /&gt;
==General==&lt;br /&gt;
*&#039;&#039;&#039;Site name&#039;&#039;&#039;: Give your survey site a name. This name will appear in the survey list overview and in the administration header.&lt;br /&gt;
*&#039;&#039;&#039;Default template&#039;&#039;&#039;: This setting specifies the default design template used for the &#039;public list&#039; of surveys and for new surveys or surveys using a non-existing template.&lt;br /&gt;
*&#039;&#039;&#039;Administration template&#039;&#039;&#039;: This setting specifies the default design template used for the LimeSurvey administration.&lt;br /&gt;
*&#039;&#039;&#039;Default HTML editor mode:&#039;&#039;&#039; Sets the default mode for integrated HTML editor. Valid settings are: inline (default), popup and none:&lt;br /&gt;
** &#039;&#039;inline&#039;&#039;: Inline replacement of fields by an HTML editor. Slow but convenient and user friendly&lt;br /&gt;
** &#039;&#039;popup&#039;&#039;: Adds an icon that opens a popup window with the HTML editor. Faster, but HTML code is displayed on the form.&lt;br /&gt;
** &#039;&#039;HTML source&#039;&#039;: No HTML editor, just the plain html source&lt;br /&gt;
*&#039;&#039;&#039;Question type selector&#039;&#039;&#039;: Choose &#039;Full selector&#039; to get a question type selector with preview and &#039;Simple&#039; to get a plain select box.&lt;br /&gt;
*&#039;&#039;&#039;Template editor:&#039;&#039;&#039;: Choose &#039;Full template editor&#039; to get a enhanced editor (with syntax-highlighting) when editing survey templates  and &#039;Simple template editor&#039; to get a plain editor field&lt;br /&gt;
*&#039;&#039;&#039;Time difference (in hours)&#039;&#039;&#039;: If your web server is in a different time zone to the location where your surveys will be based, put the difference between your server and your home time zone here. For example, I live in Australia but use a US web server. The web server is 14 hours behind my local time zone. So my setting here is &amp;quot;+14&amp;quot;. In other words, it adds 14 hours to the web servers time. This setting is particularly important when surveys timestamp the responses.&lt;br /&gt;
*&#039;&#039;&#039;Session lifetime&#039;&#039;&#039;: [&#039;&#039;only available with database sessions&#039;&#039;] Defines the time in seconds after which a survey session expires (provided there is no action from the participant).  When using regular, file-based sessions, it is up to the system administrator to define the right values for &amp;quot;session.gc_maxlifetime&amp;quot;, &amp;quot;session.save_path&amp;quot;, etc. in the PHP configuration because when setting this locally via the application, not only the webserver settings but also similar settings by other applications may overwrite the setting for file-based sessions. The maximum value on this is 65000 (seconds). Please use a reasonable value. When using database sessions, make sure then MySQL setting &#039;&#039;&#039;max_allowed_packet&#039;&#039;&#039; is set large enough, some surveys generate over 2 MB of session data. &lt;br /&gt;
*&#039;&#039;&#039;IP Info DB API Key&#039;&#039;&#039;: Allows integration with the [http://ipinfodb.com IP-Info-DB service] that let&#039;s you determine the geographic location of survey takers based on their IP. To have a key, you need to [http://ipinfodb.com/register.php register] for the API.&lt;br /&gt;
*&#039;&#039;&#039;Google Maps API Key&#039;&#039;&#039;: Allows for integration with Google Maps.&lt;br /&gt;
*&#039;&#039;&#039;Google Analytics Tracking ID&#039;&#039;&#039;: Allows for integration with Google Analytics. Surveys can over-ride this  site-level value.  The tracking ID can be inserted into templates using {GOOGLE_ANALYTICS_API_KEY}.  The full JavaScript that Google Analytics expects (including the key) can be included in templates via {GOOGLE_ANALYTICS_JAVASCRIPT}.&lt;br /&gt;
*&#039;&#039;&#039;Google API howto&#039;&#039;&#039;:&lt;br /&gt;
# Register/login on Google Analytics (GA): [http://www.google.com/analytics/ www.google.com/analytics/]&lt;br /&gt;
# Create a tracking ID (the site should not point to the survey, but to the part before &#039;index.php?&#039;) The tracking ID should be UA-xxxxx.&lt;br /&gt;
# Go to your survey&#039;s global settings in LimeSurvey.&lt;br /&gt;
# Put the tracking ID into the appropriate field (Google Analytics tracking ID). It&#039;s probably the best to set GA to track all pages as you can have more info.&lt;br /&gt;
# You don&#039;t need to do anything in shipped templates, as the {GOOGLE_ANALYTICS_JAVASCRIPT} part is already there.&lt;br /&gt;
# Activate the survey.&lt;br /&gt;
# Do the survey.&lt;br /&gt;
# Go to the GA panel main site (select the appropriate account in the left-hand upper corner if you have more than one). You should see some graphs with the statistics. Beware of the dates in the upper right corner.&lt;br /&gt;
*&#039;&#039;&#039;Google Translate API Key&#039;&#039;&#039;:  As of version 1.92, the Auto Translate feature is now using the new version 2 of  Google Translate&#039;s API.  Google now charges for this service.  In order for the Auto Translate feature to work, you get an API key from [https://code.google.com/apis/console/?api=translate this site], and enter the key in this field.  Please note that this is currently a global feature, so any installation that has an assigned Translate API key will all charge translations to the same account.&lt;br /&gt;
*&#039;&#039;&#039;Character set for file import/export&#039;&#039;&#039;: You can specify the character set most suiting you and your system, if you experience problems with exporting/importing.&lt;br /&gt;
*&#039;&#039;&#039;Side-menu behaviour&#039;&#039;&#039;: How the side-menu should behave while editing surveys.&lt;br /&gt;
&lt;br /&gt;
==Email settings==&lt;br /&gt;
*&#039;&#039;&#039;Default site admin email&#039;&#039;&#039;: This is the default email address of the site administrator and used for system messages and contact options.&lt;br /&gt;
*&#039;&#039;&#039;Administrator name&#039;&#039;&#039;: The real name of the site administrator.&lt;br /&gt;
*&#039;&#039;&#039;Email method:&#039;&#039;&#039;  This determines how e-mail messages are being sent. The following options are available:&lt;br /&gt;
**&#039;&#039;&#039;PHP:&#039;&#039;&#039; use internal PHP mailer&lt;br /&gt;
**&#039;&#039;&#039;Sendmail:&#039;&#039;&#039; use sendmail mailer&lt;br /&gt;
**&#039;&#039;&#039;SMTP:&#039;&#039;&#039;use SMTP relaying. Use this setting when you are running LimeSurvey on a host that is not your mail server.&lt;br /&gt;
***Make sure that you are using your SMTP configured e-mail (Global settings -&amp;gt; E-mail settings) at the survey settings (At the moment you create a survey or after you create it Edit Survey Settings -&amp;gt; General)  if you use SMTP, otherwise there might be a chance that the following error is displayed: SMTP -&amp;gt; ERROR: RCPT not accepted from server: 553 5.7.1 : Sender address rejected: not owned by user.&lt;br /&gt;
**&#039;&#039;&#039;Qmail:&#039;&#039;&#039;Set this if you are running the Qmail mailer&lt;br /&gt;
*&#039;&#039;&#039;SMTP host:&#039;&#039;&#039; If you use &#039;SMTP &#039; as email method then you have to put your SMTP-server here. If you are using a different part than port 25 (standard for SMPT) then you have to add the port number separated be a colon (example: &#039;smtp.gmail.com:465&#039;)&lt;br /&gt;
*&#039;&#039;&#039;SMTP username:&#039;&#039;&#039; If your SMTP-server needs authentication then set this to your user name, otherwise it must be blank.&lt;br /&gt;
*&#039;&#039;&#039;SMTP password:&#039;&#039;&#039; If your SMTP-server needs authentication then set this to your password, otherwise it must be blank.&lt;br /&gt;
*&#039;&#039;&#039;SMTP SSL/TLS:&#039;&#039;&#039; Set this to &#039;SSL&#039; or &#039;TLS&#039; to use SSL/TLS for your SMTP connection&lt;br /&gt;
*&#039;&#039;&#039;SMTP debug mode&#039;&#039;&#039;: If you switch this on then on sending invitations or reminders a detailed connection log and error message will be given (if an error occurs). Not for the faint of heart, but this can give valuable information why a SMTP relay does not work. Usually you want this to be off.&lt;br /&gt;
*&#039;&#039;&#039;Email batch size:&#039;&#039;&#039; When sending invitations or reminders to survey participants, this setting is used to determine how many emails can be sent in one bunch. Different web servers have different email capacities, and if your script takes too long to send a bunch of emails, the script could time out and cause errors. Most web servers can send 100 emails at a time within the default 30 second time limit for a PHP script. If you get script timeout errors when sending large numbers of emails, reduce the number in this setting.  Clicking the &#039;send email invitation&#039; button on the token control toolbar, (not the button on the right of each token), sends the maxemails number of invitations, then displays a list of the addresses sent to and a warning that &amp;quot;There are more emails pending than could be sent in one batch. Continue sending emails by clicking below. There are ### emails still to be sent.&amp;quot; and provides a &amp;quot;continue button&amp;quot; to proceed with the next batch. I.e., the user determines when to send the next batch after each batch gets emailed.  It is not necessary to wait with this screen active.  The admin could log off and come back at a later time to send the next batch of invites.&lt;br /&gt;
&lt;br /&gt;
==Bounce settings==&lt;br /&gt;
*&#039;&#039;&#039;Default site bounce email&#039;&#039;&#039;: This is the email address where bounced emails will be sent to.&lt;br /&gt;
*&#039;&#039;&#039;Server type&#039;&#039;&#039;: If set to &#039;Off&#039; no bounce processing functions will be available. Set this to POP or IMAP to check a related account for bounces. &lt;br /&gt;
*&#039;&#039;&#039;Server name &amp;amp; port&#039;&#039;&#039;: Name of the server and (if needed) the port separated by a colon.&lt;br /&gt;
*&#039;&#039;&#039;User name&#039;&#039;&#039;: The user name for the POP/IMAP account&lt;br /&gt;
*&#039;&#039;&#039;Password&#039;&#039;&#039;: The password for the POP/IMAP account&lt;br /&gt;
*&#039;&#039;&#039;Encryption type&#039;&#039;&#039;: If encrpytion is used please set the right one here (SSL or TLS)&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
*&#039;&#039;&#039;Survey preview only for administration users&#039;&#039;&#039;: By default, preview of inactive survey is restricted to authenticated users only. If you set this to &#039;No&#039; any person can test your survey using the survey URL - without logging in to the administration and without having to activate the survey first.&lt;br /&gt;
*&#039;&#039;&#039;Filter HTML for XSS&#039;&#039;&#039;: By default your survey manager will not be authorized to use dangerous HTML tags in their survey/group/question/labels texts (for instance JavaScript code). This is intended to prevent a survey operator to add malicious script in order to have a true admin raise his permissions on the system. &#039;&#039;&#039;If you want to use any script objects like Javascript scripts of Flash applets in your surveys you will need to switch this off&#039;&#039;&#039; (Specific script for video hoster can be used). The XSS filtering is always disabled for the superadministrator. In order to see the effects of XSS filtering, it is advised to use a regular user account. {{Alert|With XSS enable, some expression manager system can not be used : see [[Expression Manager#XSS security|XSS and Expression Manager]]}}&lt;br /&gt;
*&#039;&#039;&#039;Group member can only see own group&#039;&#039;&#039;: By default non-admin users defined in the LimeSurvey management interface will only be able to see other users if they belong to at least one group this user belongs to. If you set this to &#039;No&#039; they can see all users (for example in [[Survey security settings]] )&lt;br /&gt;
*&#039;&#039;&#039;Force HTTPS&#039;&#039;&#039;: By default this is set to &amp;quot;Don&#039;t force on or off&amp;quot;. Switch the setting to &amp;quot;on&amp;quot; to force the connection to use HTTPS.  {{Alert||title=Attention|text=If your server doesn&#039;t support HTTPS properly, you can lock yourself from the system! Therefore test the &amp;quot;check if this link works&amp;quot; link first.If the link does not work and you turn on HTTPS, LimeSurvey will break and you won&#039;t be able to access it.}}  {{Hint|Text=If you activate https by error, you can deactivate it in application/config/config.php file using ssl_emergency_override to 1.}}&lt;br /&gt;
&lt;br /&gt;
==Presentation==&lt;br /&gt;
*&#039;&#039;&#039;Show &#039;no answer&#039; option for non-mandatory questions&#039;&#039;&#039;: When a question of a radio button/select type that contains editable answers (i.e.: List &amp;amp; array questions) is not mandatory and this is set to &#039;Yes&#039; (default), an additional entry &#039;No answer&#039; is shown for each subquestion - so that participants may choose to not answer the question. Some people prefer this not to be available. Set this to &#039;No&#039; to turn this off.&lt;br /&gt;
*&#039;&#039;&#039;Repeating headings in array questions every X subquestions&#039;&#039;&#039;: With array type question, often you&#039;ll have a lot of subquestions, which - when displayed on screen - take up more than one page. The repeat-headers setting lets you decide how many answers should be displayed before repeating the header information for the question. A good setting for this is around 25. If you don&#039;t want the headings to repeat at all, set this to 0.&lt;br /&gt;
*&#039;&#039;&#039;Show &amp;quot;There are X questions in this survey&amp;quot;&#039;&#039;&#039;:&lt;br /&gt;
*&#039;&#039;&#039;Show question group name and/or description&#039;&#039;&#039;:&lt;br /&gt;
*&#039;&#039;&#039;Show question number and/or question code&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Language==&lt;br /&gt;
*&#039;&#039;&#039;Default site language&#039;&#039;&#039;: This is the default language to be used in your administration , and also the default language for the public survey list if none is given.&lt;br /&gt;
*&#039;&#039;&#039;Available languages&#039;&#039;&#039;: If you don&#039;t want all languages to be available in the administration language select boxes you can here define the language that should be available only.&lt;br /&gt;
&lt;br /&gt;
==Interfaces==&lt;br /&gt;
*&#039;&#039;&#039;RPC interface enabled&#039;&#039;&#039;: Using this feature you can activate/deactivate the LimeSurvey [[RemoteControl 2 API|RemoteControl2]] interface API, either using JSON-RPC (recommended) or XML-RPC.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Publish API on /admin/remotecontrol&#039;&#039;&#039;: If you activate this option then under the specified URL a short  description of the API functions will be available. Usually you should not need to activate it and should only be activated for debug purposes in general.&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Global_settings/Page_display_title/zh-cn&amp;diff=71847</id>
		<title>Translations:Global settings/Page display title/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Global_settings/Page_display_title/zh-cn&amp;diff=71847"/>
		<updated>2017-02-02T16:16:13Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;全局设置&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;全局设置&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=71844</id>
		<title>Installation - LimeSurvey CE/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/zh-cn&amp;diff=71844"/>
		<updated>2017-02-02T16:05:56Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;==屏幕大小== 我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。 管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: These installation instructions are for version 2.0 or later. Older instructions for 1.92 can be found [[Installation Version 1.92 or older|here]] and update instructions can be found [[Upgrading from a previous version|here]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=基本情况=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey  项目提供了 2 种安装方法：&lt;br /&gt;
*在你的 Web 服务器上安装：&amp;lt;br /&amp;gt;如果你是在你的 Web 服务器上安装 LimeSurvey， 你可以按照下面的步骤直接进行安装就可以了。&lt;br /&gt;
&lt;br /&gt;
*在你的本地 Window 电脑上安装：&amp;lt;br /&amp;gt;如果你希望在你的本地创建文件调查，你可能希望在你的本地计算机上安装。有时候你也可能希望能够在本地进行软件测试和提高网站的访问效率而将 LimeSurvey 装在你的本地计算机上，让后将本地的安装实例上传到服务器上。&lt;br /&gt;
针对这个情况，你需要为你的本地安装实例准备一些特定的软件包，LimeSurvey 需要这些软件才能运行。这些软件包括 Web 应用服务器，数据库服务器和 LimeSurvey 应用程序等。请参考[[Installation of the LimeSurvey XAMPP package|如何安装这些软件的指南]]。&lt;br /&gt;
&lt;br /&gt;
=确定 LimeSurvey 能够在你的网站使用=&lt;br /&gt;
&lt;br /&gt;
请确定你的服务器满足下面的最低要求。&lt;br /&gt;
按照要求将会在程序安装的时候进行检查。&lt;br /&gt;
&lt;br /&gt;
Required:&lt;br /&gt;
* Minimum 180MB disk space&lt;br /&gt;
* MySQL 5.5.3 or later &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 or later &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 9 or later&lt;br /&gt;
* Minimum &#039;&#039;PHP 5.3.3 or later&#039;&#039;, however we recommend &amp;quot;PHP 5.5.x or later&amp;quot; with the following modules/libraries enabled:&lt;br /&gt;
** mbstring (Multibyte String Functions) extension library (see also [[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|Installation FAQ]])&lt;br /&gt;
** PDO database driver for MySQL (pdo_mysql or pdo_mysqli) or Postgres (pdo_pgsql) or MSSQL ([http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] for Windows and [http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib] for Linux)&lt;br /&gt;
** Also we assume in general that all PHP default libraries are enabled (like hash, session, etc.).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: LimeSurvey 2.x uses different database drivers than 1.x . If you get a message not No DBO driver was found during the installation you will have to contact your webspace provider and ask them to activate one of the aforementioned database driver libraries. &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: If you are connecting from Linux to a MSSQL database on a Windows server using the dblib PDO driver, then the underlying FreeTDS needs to be set up correctly. Check out the [[Troubleshooting]] page for more info.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional PHP Extensions:&lt;br /&gt;
* &#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039; installed is needed for captchas or nice charts in statistics - see [http://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;IMAP&#039;&#039;&#039; (pretty standard) is needed for the [[Email bounce tracking system]] - see [http://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;LDAP&#039;&#039;&#039; installed is needed to import tokens using LDAP - see [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zip&#039;&#039;&#039; (pretty standard) for template upload and import resources Zip archives - see [http://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zlib&#039;&#039;&#039; (pretty standard) is needed for the [[ComfortUpdate]] - see [http://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
多数情况下网站空间商或系统管理员可以代劳。&lt;br /&gt;
&lt;br /&gt;
If you want to run Microsoft&#039;s IIS server taking a look at &amp;quot;[[Installation on XP with IIS]] might also help.&lt;br /&gt;
&lt;br /&gt;
===Browser compatibility===&lt;br /&gt;
For the survey taking side we currently support IE9 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
For the administration part we currently support IE11 and all newer comparable browsers like FF, Chrome, Opera, etc. with activated JavaScript.&lt;br /&gt;
We do not support any IE version running in Intranet-mode or Compatibility-mode!&lt;br /&gt;
&lt;br /&gt;
==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;br /&gt;
&lt;br /&gt;
==Hosting for LimeSurvey==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey should work with most hosting companies which provide PHP and MYSQL. If you want a ready-installed version of LimeSurvey consider using [https://www.limesurvey.org/component/limeservice/?view=limeservice&amp;amp;task=limeservice.routeAlternatives LimeSurvey Professsional], else check out our [[LimeSurvey-compatible hosting companies|list of LimeSurvey-compatible hosting companies]].&lt;br /&gt;
&lt;br /&gt;
=2. 下载LimeSurvey软件包=&lt;br /&gt;
&lt;br /&gt;
[https://www.limesurvey.org/en/downloads/category/25-latest-stable-release Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
=3. 解压LimeSurvey 软件包=&lt;br /&gt;
&lt;br /&gt;
采用你喜好的压缩软件解压 zip 格式的软件包至专用目录／文件夹。请一并解压软件包原来默认的目录结构及相关档案。安装路径不应包含字符，但可以包含空格符。The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=4. 收集服务器信息=&lt;br /&gt;
&lt;br /&gt;
你需要明白以下条件才能在网站服务器上正确安装 LimeSurvey:&lt;br /&gt;
*你意图脚本驻留的网址(比如: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*脚本驻留在服务器上的物理磁盘位置 (如: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*MySQL 数据库的 IP/网络位置(如: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*如果MySQL 数据库使用非标准端口, 就要找出端口号。&lt;br /&gt;
*MySQL 数据库使用的用户名及密码&lt;br /&gt;
*多数供应商不支持脚本来创建数据库，你必须手动创建。如果你使用了这样的供应商，请自行创建数据库(例如 &#039;&#039;limesurvey&#039;&#039;)。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; 某些供应商在你创建数据库时，会以你的用户名做前缀。例如你的主机供应商给你用户名是 &#039;&#039;mike&#039;&#039;, 当你创建数据库 &#039;&#039;lime&#039;&#039;、实际的数据库名会是 &#039;&#039;mike_lime&#039;&#039;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=5. 配置 LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
现在用你喜好的文本编辑器打开位于&#039;&#039;/limesurvey/&#039;&#039; 根目录的文件&#039;&#039;config.php&#039;&#039; 。&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then setting permissions depends on your webserver configuration.  For example, using Apache HTTPD on CentOS, use &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;.  This will give everyone access to read, and your webserver will have permission to write.  For more information on Linux permissions, see http://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server: Unknown - if you can find out this information please complete it.&lt;br /&gt;
&lt;br /&gt;
=8. 运行安装脚本=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=9. 首次连接管理脚本=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
你应当看到一个登录屏幕。默认的登录项是&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
在你登录后会被提示修改默认密码。玩得开心！&lt;br /&gt;
&lt;br /&gt;
=10. 如果我有问题...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[https://www.limesurvey.org/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/48/zh-cn&amp;diff=71843</id>
		<title>Translations:Installation - LimeSurvey CE/48/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/48/zh-cn&amp;diff=71843"/>
		<updated>2017-02-02T16:05:55Z</updated>

		<summary type="html">&lt;p&gt;Bobo001: Created page with &amp;quot;==屏幕大小== 我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。 管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==屏幕大小==&lt;br /&gt;
我们支持所有做调查问卷合理的屏幕大小（360像素x640像素及以上）。&lt;br /&gt;
管理LimeSurvey所需要的最低屏幕解析度是1280像素 x 1024像素。&lt;/div&gt;</summary>
		<author><name>Bobo001</name></author>
	</entry>
</feed>