<?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=Apmuthu</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=Apmuthu"/>
	<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/Special:Contributions/Apmuthu"/>
	<updated>2026-08-15T13:46:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62084</id>
		<title>Installation using a command line interface (CLI)</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62084"/>
		<updated>2014-07-13T12:30:34Z</updated>

		<summary type="html">&lt;p&gt;Apmuthu: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
When doing automated installs like in a Virtual Machine setup, we can use use LimeSurvey&#039;s (v2.x referred to here) CLI (Command Line interface) to good effect. The files used for this purpose (and for resetting passwords as well) are in the &#039;&#039;&#039;WEBROOT/application/commands&#039;&#039;&#039; folder, the one of interest here being &#039;&#039;&#039;console.php&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Pre-requisites ==&lt;br /&gt;
* PHP CLI should be available&lt;br /&gt;
* &#039;&#039;&#039;WEBROOT/application/config/config.php&#039;&#039;&#039; should be available and populated with the automated install&#039;s parameters.&lt;br /&gt;
* Folder permissions PHP Modules availability should match &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; needs&lt;br /&gt;
* Empty MySQL database should be created and the database use user should be properly privileged for it.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
For illustration purposes here we assume the &#039;&#039;&#039;WEBROOT&#039;&#039;&#039; to be &#039;&#039;&#039;/var/www/limesurvey&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
This will show:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Yii command runner (based on Yii v1.1.14)&lt;br /&gt;
Usage: console.php &amp;lt;command-name&amp;gt; [parameters...]&lt;br /&gt;
&lt;br /&gt;
The following commands are available:&lt;br /&gt;
 - install&lt;br /&gt;
 - message&lt;br /&gt;
 - migrate&lt;br /&gt;
 - plugin&lt;br /&gt;
 - resetpassword&lt;br /&gt;
 - shell&lt;br /&gt;
 - webapp&lt;br /&gt;
&lt;br /&gt;
To see individual command help, use the following:&lt;br /&gt;
   console.php help &amp;lt;command-name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What does not work ==&lt;br /&gt;
The following do not work:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php starter.php install limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
php starter.php limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The following works ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php install limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It outputs the following text:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/var/www/limesurvey/installer/sql/create-mysql.sql&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
php console.php &amp;lt;Admin User Name&amp;gt; &amp;lt;Admin User Password&amp;gt; &amp;lt;Full Name&amp;gt; &amp;lt;EMail ID&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The Full Name and password are enclosed in double quotes if they contain spaces or other special characters.&lt;br /&gt;
* All other parameters like DB Name, DB Type, DB User, DB Password, etc are to be populated in the &#039;&#039;&#039;config.php&#039;&#039;&#039; file before script execution.&lt;br /&gt;
* The script should be executed from and in the &#039;&#039;&#039;WEBROOT/application/commands&#039;&#039;&#039; folder only.&lt;/div&gt;</summary>
		<author><name>Apmuthu</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62083</id>
		<title>Installation using a command line interface (CLI)</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62083"/>
		<updated>2014-07-13T12:29:32Z</updated>

		<summary type="html">&lt;p&gt;Apmuthu: /* The following works */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
When doing automated installs like in a Virtual Machine setup, we can use use LimeSurvey&#039;s (v2.x referred to here) CLI (Command Line interface) to good effect. The files used for this purpose (and for resetting passwords as well) are in the &#039;&#039;&#039;WEBROOT/application/commands&#039;&#039;&#039; folder, the one of interest here being &#039;&#039;&#039;console.php&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Pre-requisites ==&lt;br /&gt;
* PHP CLI should be available&lt;br /&gt;
* &#039;&#039;&#039;WEBROOT/application/config/config.php&#039;&#039;&#039; should be available and populated with the automated install&#039;s parameters.&lt;br /&gt;
* Folder permissions PHP Modules availability should match &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; needs&lt;br /&gt;
* Empty MySQL database should be created and the database use user should be properly privileged for it.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
For illustration purposes here we assume the &#039;&#039;&#039;WEBROOT&#039;&#039;&#039; to be &#039;&#039;&#039;/var/www/limesurvey&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
This will show:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Yii command runner (based on Yii v1.1.14)&lt;br /&gt;
Usage: console.php &amp;lt;command-name&amp;gt; [parameters...]&lt;br /&gt;
&lt;br /&gt;
The following commands are available:&lt;br /&gt;
 - install&lt;br /&gt;
 - message&lt;br /&gt;
 - migrate&lt;br /&gt;
 - plugin&lt;br /&gt;
 - resetpassword&lt;br /&gt;
 - shell&lt;br /&gt;
 - webapp&lt;br /&gt;
&lt;br /&gt;
To see individual command help, use the following:&lt;br /&gt;
   console.php help &amp;lt;command-name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What does not work ==&lt;br /&gt;
The following do not work:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php starter.php install limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
php starter.php limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The following works ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php install limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It outputs the following text:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/var/www/limesurvey/installer/sql/create-mysql.sql&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
php console.php &amp;lt;Admin User Name&amp;gt; &amp;lt;Admin User Password&amp;gt; &amp;lt;Full Name&amp;gt; &amp;lt;EMail ID&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The Full Name and password are enclosed in double quotes if they contain spaces or other special characters.&lt;br /&gt;
* All other parameters like DB Name, DB Type, DB User, DB Password, etc are to be populated in the &#039;&#039;&#039;config.php&#039;&#039;&#039; file before script execution.&lt;/div&gt;</summary>
		<author><name>Apmuthu</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62082</id>
		<title>Installation using a command line interface (CLI)</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62082"/>
		<updated>2014-07-13T12:21:51Z</updated>

		<summary type="html">&lt;p&gt;Apmuthu: /* The following works */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
When doing automated installs like in a Virtual Machine setup, we can use use LimeSurvey&#039;s (v2.x referred to here) CLI (Command Line interface) to good effect. The files used for this purpose (and for resetting passwords as well) are in the &#039;&#039;&#039;WEBROOT/application/commands&#039;&#039;&#039; folder, the one of interest here being &#039;&#039;&#039;console.php&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Pre-requisites ==&lt;br /&gt;
* PHP CLI should be available&lt;br /&gt;
* &#039;&#039;&#039;WEBROOT/application/config/config.php&#039;&#039;&#039; should be available and populated with the automated install&#039;s parameters.&lt;br /&gt;
* Folder permissions PHP Modules availability should match &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; needs&lt;br /&gt;
* Empty MySQL database should be created and the database use user should be properly privileged for it.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
For illustration purposes here we assume the &#039;&#039;&#039;WEBROOT&#039;&#039;&#039; to be &#039;&#039;&#039;/var/www/limesurvey&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
This will show:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Yii command runner (based on Yii v1.1.14)&lt;br /&gt;
Usage: console.php &amp;lt;command-name&amp;gt; [parameters...]&lt;br /&gt;
&lt;br /&gt;
The following commands are available:&lt;br /&gt;
 - install&lt;br /&gt;
 - message&lt;br /&gt;
 - migrate&lt;br /&gt;
 - plugin&lt;br /&gt;
 - resetpassword&lt;br /&gt;
 - shell&lt;br /&gt;
 - webapp&lt;br /&gt;
&lt;br /&gt;
To see individual command help, use the following:&lt;br /&gt;
   console.php help &amp;lt;command-name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What does not work ==&lt;br /&gt;
The following do not work:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php starter.php install limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
php starter.php limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The following works ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php install limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It outputs the following text:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/var/www/limesurvey/installer/sql/create-mysql.sql&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Apmuthu</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62081</id>
		<title>Installation using a command line interface (CLI)</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62081"/>
		<updated>2014-07-13T12:21:12Z</updated>

		<summary type="html">&lt;p&gt;Apmuthu: /* Pre-requisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
When doing automated installs like in a Virtual Machine setup, we can use use LimeSurvey&#039;s (v2.x referred to here) CLI (Command Line interface) to good effect. The files used for this purpose (and for resetting passwords as well) are in the &#039;&#039;&#039;WEBROOT/application/commands&#039;&#039;&#039; folder, the one of interest here being &#039;&#039;&#039;console.php&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Pre-requisites ==&lt;br /&gt;
* PHP CLI should be available&lt;br /&gt;
* &#039;&#039;&#039;WEBROOT/application/config/config.php&#039;&#039;&#039; should be available and populated with the automated install&#039;s parameters.&lt;br /&gt;
* Folder permissions PHP Modules availability should match &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; needs&lt;br /&gt;
* Empty MySQL database should be created and the database use user should be properly privileged for it.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
For illustration purposes here we assume the &#039;&#039;&#039;WEBROOT&#039;&#039;&#039; to be &#039;&#039;&#039;/var/www/limesurvey&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
This will show:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Yii command runner (based on Yii v1.1.14)&lt;br /&gt;
Usage: console.php &amp;lt;command-name&amp;gt; [parameters...]&lt;br /&gt;
&lt;br /&gt;
The following commands are available:&lt;br /&gt;
 - install&lt;br /&gt;
 - message&lt;br /&gt;
 - migrate&lt;br /&gt;
 - plugin&lt;br /&gt;
 - resetpassword&lt;br /&gt;
 - shell&lt;br /&gt;
 - webapp&lt;br /&gt;
&lt;br /&gt;
To see individual command help, use the following:&lt;br /&gt;
   console.php help &amp;lt;command-name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What does not work ==&lt;br /&gt;
The following do not work:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php starter.php install limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
php starter.php limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The following works ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php install limeadmin pwd123 Admin admin@sunbit.co.in&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It outputs the following text:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/var/www/limesurvey/installer/sql/create-mysql.sql&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Apmuthu</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62080</id>
		<title>Installation using a command line interface (CLI)</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62080"/>
		<updated>2014-07-13T12:20:49Z</updated>

		<summary type="html">&lt;p&gt;Apmuthu: /* The following works */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
When doing automated installs like in a Virtual Machine setup, we can use use LimeSurvey&#039;s (v2.x referred to here) CLI (Command Line interface) to good effect. The files used for this purpose (and for resetting passwords as well) are in the &#039;&#039;&#039;WEBROOT/application/commands&#039;&#039;&#039; folder, the one of interest here being &#039;&#039;&#039;console.php&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Pre-requisites ==&lt;br /&gt;
* PHP CLI should be available&lt;br /&gt;
* WEBROOT/application/config/config.php should be available and populated with the automated install&#039;s parameters.&lt;br /&gt;
* Folder permissions PHP Modules availability should match  LimeSurvey needs&lt;br /&gt;
* Empty MySQL database should be created and the database use user should be properly privileged for it.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
For illustration purposes here we assume the &#039;&#039;&#039;WEBROOT&#039;&#039;&#039; to be &#039;&#039;&#039;/var/www/limesurvey&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
This will show:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Yii command runner (based on Yii v1.1.14)&lt;br /&gt;
Usage: console.php &amp;lt;command-name&amp;gt; [parameters...]&lt;br /&gt;
&lt;br /&gt;
The following commands are available:&lt;br /&gt;
 - install&lt;br /&gt;
 - message&lt;br /&gt;
 - migrate&lt;br /&gt;
 - plugin&lt;br /&gt;
 - resetpassword&lt;br /&gt;
 - shell&lt;br /&gt;
 - webapp&lt;br /&gt;
&lt;br /&gt;
To see individual command help, use the following:&lt;br /&gt;
   console.php help &amp;lt;command-name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What does not work ==&lt;br /&gt;
The following do not work:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php starter.php install limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
php starter.php limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The following works ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php install limeadmin pwd123 Admin admin@sunbit.co.in&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It outputs the following text:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/var/www/limesurvey/installer/sql/create-mysql.sql&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Apmuthu</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62079</id>
		<title>Installation using a command line interface (CLI)</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62079"/>
		<updated>2014-07-13T12:20:34Z</updated>

		<summary type="html">&lt;p&gt;Apmuthu: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
When doing automated installs like in a Virtual Machine setup, we can use use LimeSurvey&#039;s (v2.x referred to here) CLI (Command Line interface) to good effect. The files used for this purpose (and for resetting passwords as well) are in the &#039;&#039;&#039;WEBROOT/application/commands&#039;&#039;&#039; folder, the one of interest here being &#039;&#039;&#039;console.php&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Pre-requisites ==&lt;br /&gt;
* PHP CLI should be available&lt;br /&gt;
* WEBROOT/application/config/config.php should be available and populated with the automated install&#039;s parameters.&lt;br /&gt;
* Folder permissions PHP Modules availability should match  LimeSurvey needs&lt;br /&gt;
* Empty MySQL database should be created and the database use user should be properly privileged for it.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
For illustration purposes here we assume the &#039;&#039;&#039;WEBROOT&#039;&#039;&#039; to be &#039;&#039;&#039;/var/www/limesurvey&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
This will show:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Yii command runner (based on Yii v1.1.14)&lt;br /&gt;
Usage: console.php &amp;lt;command-name&amp;gt; [parameters...]&lt;br /&gt;
&lt;br /&gt;
The following commands are available:&lt;br /&gt;
 - install&lt;br /&gt;
 - message&lt;br /&gt;
 - migrate&lt;br /&gt;
 - plugin&lt;br /&gt;
 - resetpassword&lt;br /&gt;
 - shell&lt;br /&gt;
 - webapp&lt;br /&gt;
&lt;br /&gt;
To see individual command help, use the following:&lt;br /&gt;
   console.php help &amp;lt;command-name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What does not work ==&lt;br /&gt;
The following do not work:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php starter.php install limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
php starter.php limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The following works ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php install limeadmin pwd123 Admin admin@sunbit.co.in&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It outputs the following text:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
/var/www/limesurvey/installer/sql/create-mysql.sql&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Apmuthu</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62078</id>
		<title>Installation using a command line interface (CLI)</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62078"/>
		<updated>2014-07-13T12:17:42Z</updated>

		<summary type="html">&lt;p&gt;Apmuthu: /* What does not work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
When doing automated installs like in a Virtual Machine setup, we can use use LimeSurvey&#039;s (v2.x referred to here) CLI (Command Line interface) to good effect. The files used for this purpose (and for resetting passwords as well) are in the &#039;&#039;&#039;WEBROOT/application/commands&#039;&#039;&#039; folder, the one of interest here being &#039;&#039;&#039;console.php&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
For illustration purposes here we assume the &#039;&#039;&#039;WEBROOT&#039;&#039;&#039; to be &#039;&#039;&#039;/var/www/limesurvey&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
This will show:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Yii command runner (based on Yii v1.1.14)&lt;br /&gt;
Usage: console.php &amp;lt;command-name&amp;gt; [parameters...]&lt;br /&gt;
&lt;br /&gt;
The following commands are available:&lt;br /&gt;
 - install&lt;br /&gt;
 - message&lt;br /&gt;
 - migrate&lt;br /&gt;
 - plugin&lt;br /&gt;
 - resetpassword&lt;br /&gt;
 - shell&lt;br /&gt;
 - webapp&lt;br /&gt;
&lt;br /&gt;
To see individual command help, use the following:&lt;br /&gt;
   console.php help &amp;lt;command-name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What does not work ==&lt;br /&gt;
The following do not work:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php starter.php install limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
php starter.php limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The following works ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php install limeadmin pwd123 Admin admin@sunbit.co.in&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It outputs the following text:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
/var/www/limesurvey/installer/sql/create-mysql.sql&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Apmuthu</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62077</id>
		<title>Installation using a command line interface (CLI)</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62077"/>
		<updated>2014-07-13T12:16:40Z</updated>

		<summary type="html">&lt;p&gt;Apmuthu: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
When doing automated installs like in a Virtual Machine setup, we can use use LimeSurvey&#039;s (v2.x referred to here) CLI (Command Line interface) to good effect. The files used for this purpose (and for resetting passwords as well) are in the &#039;&#039;&#039;WEBROOT/application/commands&#039;&#039;&#039; folder, the one of interest here being &#039;&#039;&#039;console.php&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
For illustration purposes here we assume the &#039;&#039;&#039;WEBROOT&#039;&#039;&#039; to be &#039;&#039;&#039;/var/www/limesurvey&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
This will show:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Yii command runner (based on Yii v1.1.14)&lt;br /&gt;
Usage: console.php &amp;lt;command-name&amp;gt; [parameters...]&lt;br /&gt;
&lt;br /&gt;
The following commands are available:&lt;br /&gt;
 - install&lt;br /&gt;
 - message&lt;br /&gt;
 - migrate&lt;br /&gt;
 - plugin&lt;br /&gt;
 - resetpassword&lt;br /&gt;
 - shell&lt;br /&gt;
 - webapp&lt;br /&gt;
&lt;br /&gt;
To see individual command help, use the following:&lt;br /&gt;
   console.php help &amp;lt;command-name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What does not work ==&lt;br /&gt;
The following do not work:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php starter.php install limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
php starter.php limeadmin pwd123 Admin admin@mydomain.com&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Apmuthu</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62076</id>
		<title>Installation using a command line interface (CLI)</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62076"/>
		<updated>2014-07-13T12:14:55Z</updated>

		<summary type="html">&lt;p&gt;Apmuthu: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
When doing automated installs like in a Virtual Machine setup, we can use use LimeSurvey&#039;s (v2.x referred to here) CLI (Command Line interface) to good effect. The files used for this purpose (and for resetting passwords as well) are in the &#039;&#039;&#039;WEBROOT/application/commands&#039;&#039;&#039; folder, the one of interest here being &#039;&#039;&#039;console.php&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
For illustration purposes here we assume the &#039;&#039;&#039;WEBROOT&#039;&#039;&#039; to be &#039;&#039;&#039;/var/www/limesurvey&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
This will show:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Yii command runner (based on Yii v1.1.14)&lt;br /&gt;
Usage: console.php &amp;lt;command-name&amp;gt; [parameters...]&lt;br /&gt;
&lt;br /&gt;
The following commands are available:&lt;br /&gt;
 - install&lt;br /&gt;
 - message&lt;br /&gt;
 - migrate&lt;br /&gt;
 - plugin&lt;br /&gt;
 - resetpassword&lt;br /&gt;
 - shell&lt;br /&gt;
 - webapp&lt;br /&gt;
&lt;br /&gt;
To see individual command help, use the following:&lt;br /&gt;
   console.php help &amp;lt;command-name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Apmuthu</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62075</id>
		<title>Installation using a command line interface (CLI)</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_using_a_command_line_interface_(CLI)&amp;diff=62075"/>
		<updated>2014-07-13T12:13:49Z</updated>

		<summary type="html">&lt;p&gt;Apmuthu: Created page with &amp;quot;== Introduction == When doing automated installs like in a Virtual Machine setup, we can use use LimeSurvey&amp;#039;s (v2.x referred to here) CLI (Command Line interface) to good effe...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
When doing automated installs like in a Virtual Machine setup, we can use use LimeSurvey&#039;s (v2.x referred to here) CLI (Command Line interface) to good effect. The files used for this purpose (and for resetting passwords as well) are in the &#039;&#039;&#039;WEBROOT/application/commands&#039;&#039;&#039; folder, the one of interest here being &#039;&#039;&#039;console.php&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /var/www/limesurvey/application/commands&lt;br /&gt;
php console.php&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
This will show:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Yii command runner (based on Yii v1.1.14)&lt;br /&gt;
Usage: console.php &amp;lt;command-name&amp;gt; [parameters...]&lt;br /&gt;
&lt;br /&gt;
The following commands are available:&lt;br /&gt;
 - install&lt;br /&gt;
 - message&lt;br /&gt;
 - migrate&lt;br /&gt;
 - plugin&lt;br /&gt;
 - resetpassword&lt;br /&gt;
 - shell&lt;br /&gt;
 - webapp&lt;br /&gt;
&lt;br /&gt;
To see individual command help, use the following:&lt;br /&gt;
   console.php help &amp;lt;command-name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Apmuthu</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual&amp;diff=62074</id>
		<title>LimeSurvey Manual</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual&amp;diff=62074"/>
		<updated>2014-07-13T12:09:26Z</updated>

		<summary type="html">&lt;p&gt;Apmuthu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=General= &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
Main Chapters:&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] allows users to quickly create intuitive, powerful, online question-and-answer surveys that can work for tens to thousands of participants without much effort.  The survey software itself is self-guiding for the respondents who are participating.  This manual is thus focused at how to install the application, administer the installation, and support survey creators, administrators and report generation users alike.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
There has been a big ramp-up in development the last few years leading to many new features and changes.  Make sure to upgrade to the latest version to make use of the capabilities highlighted here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Look to the far right for the main chapters of the manual. Otherwise, scroll down further to see the complete table of contents here and go directly to the topic you are interested in.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
Still having trouble finding what you want?  Don&#039;t forget the general &#039;&#039;&#039;search box&#039;&#039;&#039;, our [[General FAQ]] and [[Workarounds]] list, and to look in our [http://www.limesurvey.org/en/forum/ discussion forums].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Remember that [http://www.limesurvey.org/ LimeSurvey] is an open-source, free software application.  See something missing or incorrect?  Then help us fix it. This documentation is a Wiki that can be edited by you or anyone else.  Or [http://donate.limesurvey.org donate] to help support the core development group trying to make a difference.&lt;br /&gt;
&lt;br /&gt;
= Manual - Table of contents= &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Installation of v2.x from CLI]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
**[[Survey settings]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Adding a question]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Tokens]]&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
**[[Authentication plugins]]&lt;br /&gt;
**[[Available third party plugins]]&lt;br /&gt;
&lt;br /&gt;
=LimeSurvey development= &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
*[[Development overview]] - General pages about LimeSurvey development&lt;br /&gt;
*[[LimeSurvey 1.x development documentation]]&lt;br /&gt;
*[[LimeSurvey 2.x development documentation]]&lt;br /&gt;
&lt;br /&gt;
=Translating LimeSurvey= &amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
If you want to &#039;&#039;&#039;add new translations&#039;&#039;&#039; or &#039;&#039;&#039;correct a translation&#039;&#039;&#039; please follow these instructions:&lt;br /&gt;
*[[Translating LimeSurvey|How to translate LimeSurvey 1.x/2.x]]&lt;br /&gt;
&lt;br /&gt;
=Google Summer of Code / Code-In participation= &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
*[[Project Ideas for GSoC 2013]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2012]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2011]]&lt;br /&gt;
*[[LimeSurvey GSoC 2011]]/[[GSoC getting started]]&lt;br /&gt;
*[[LimeSurvey GSoC 2010]]&lt;br /&gt;
*[[LimeSurvey GSoC 2009]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Apmuthu</name></author>
	</entry>
</feed>