<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/310/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=0victoria0</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/310/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=0victoria0"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/Special:Contributions/0victoria0"/>
	<updated>2026-05-17T11:29:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Installing_AMP&amp;diff=105429</id>
		<title>Installing AMP</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Installing_AMP&amp;diff=105429"/>
		<updated>2013-05-29T09:35:09Z</updated>

		<summary type="html">&lt;p&gt;0victoria0: Removing comment about most up-to-date package becuase it was not correct.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}&lt;br /&gt;
AMP, stands for &#039;&#039;&#039;A&#039;&#039;&#039;pache, &#039;&#039;&#039;M&#039;&#039;&#039;ySQL &amp;amp; &#039;&#039;&#039;P&#039;&#039;&#039;HP. This is not the only platform on which Moodle runs but is the most common and fine for basic installations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039; &#039;All-in-one&#039; Moodle installers for Windows and OSX are available at http://httpd.apache.org/docs/2.0/install.html (not intended for &#039;production&#039; sites). &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== First a word about PostgreSQL ==&lt;br /&gt;
&lt;br /&gt;
If you would prefer to use the PostgreSQL database (and you should consider it) you can - when using the package type installers - just install it instead of MySQL. MySQL tends to be the universal choice with the simpler &#039;one-click&#039; installers. For a &#039;one-click&#039; installer with PostgreSQL, Apache and PHP you can check [http://bitnami.com BitNami], it supports Windows ([http://bitnami.com/stack/wapp WAPP]), Linux ([http://bitnami.com/stack/lapp LAPP]) and Mac ([http://bitnami.com/stack/mapp MAPP]).&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
OSX comes with a suitable [[Apache]] web server and a not so suitable PHP (it doesn&#039;t have all the required extensions). &lt;br /&gt;
&lt;br /&gt;
Here are some other possibilities (all are documented so this is not repeated here):&lt;br /&gt;
* Liip &#039;one click&#039; installer from http://php-osx.liip.ch/. Note that it is primarily biased towards developers.&lt;br /&gt;
* [http://www.mamp.info/ MAMP]: One click installer - easy to use and well documented. Probably only suitable for personal use. &lt;br /&gt;
* [http://www.ampps.com/   Softaculous AMPPS]: Another one click installer - for both Windows and OSX this time.&lt;br /&gt;
* [http://www.macports.org/ MacPorts]: A complete Linux-style package repository. You will find the AMP components here. See [https://trac.macports.org/wiki/howto/MAMP Getting Apache, MySQL, and PHP Running under MacPorts]&lt;br /&gt;
* [http://www.finkproject.org/ Fink]: an alternative to MacPorts.&lt;br /&gt;
* [http://bitnami.com/stack/mamp BitNami MAMP Stack]: On &#039;one-click&#039; installer with for MySQL, Apache and PHP which supports the BitNami applications modules to installed on top of it like the [http://bitnami.com/stack/mamp/modules#moodle BitNami Moodle module].&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
You should install the packages from your distribution&#039;s repository for [[Apache]], [[PHP]] and MySQL. You will almost certainly need additional extensions for [[PHP]] (e.g. the extension for the database). The packaged versions of Moodle are not recommended (it&#039;s not much harder to install from moodle.org download)&lt;br /&gt;
&lt;br /&gt;
See (for example):&lt;br /&gt;
* Ubuntu - https://help.ubuntu.com/community/ApacheMySQLPHP&lt;br /&gt;
* Debian - http://wiki.debian.org/LaMp&lt;br /&gt;
* RedHat / Centos - http://www.howtoforge.com/quick-n-easy-lamp-server-centos-rhel&lt;br /&gt;
* SuSE / OpenSuSE - http://www.susegeek.com/internet-browser/install-configure-lamp-apachemysqlphp-in-opensuse-110/&lt;br /&gt;
&lt;br /&gt;
While one-click installers (e.g. XAMPP or BitNami LAMP Stack) exist for Linux, it is so simple to install the components the &amp;quot;right&amp;quot; way that they seem pointless. Using the standard method will make it much easier for you to obtain help and support. &lt;br /&gt;
&lt;br /&gt;
Of course, if you wish to (or you need a particularly new version) you can compile all or some of the elements from source. All the elements have good documentation. The tricky one is PHP and some guidance for Debian/Ubuntu is here: [[Compiling PHP from source]]&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
Windows has slightly more variations as you can use [[Apache]] or Microsoft&#039;s [[IIS]] web servers. Again, here are some pointers&lt;br /&gt;
&lt;br /&gt;
* [http://www.apachefriends.org/en/xampp-windows.html XAMPP]: Probably the best known one-click installer for Windows. Lots of documentation and discussion around. Definitely only for a personal web server&lt;br /&gt;
* [http://www.easyphp.org/ EasyPHP]: Another popular alternative to the above&lt;br /&gt;
* [http://bitnami.com/stack/wamp BitNami WAMP Stack]: On &#039;one-click&#039; installer with for MySQL, Apache and PHP which supports the BitNami applications modules to installed on top of it like the [http://bitnami.com/stack/wamp/modules#moodle BitNami Moodle module].&lt;br /&gt;
* [http://php.net/manual/en/install.windows.php Official PHP Documentation]: A lengthy list of instructions for installing PHP on all manner of Windows and web server variations&lt;br /&gt;
* [http://www.mysql.com/downloads/mysql/ MySQL]: Select Windows and download installer. &lt;br /&gt;
* [http://www.postgresql.org/download/windows/ PostgreSQL]: Download installer for Windows&lt;br /&gt;
&lt;br /&gt;
=== Installer packages and components ===&lt;br /&gt;
&lt;br /&gt;
As a reference, the following table lists the components of each package and its version (as of March 3, 2012):&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:75%; height:75px&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;Product&#039;&#039;&#039; || &#039;&#039;&#039;Version&#039;&#039;&#039; || &#039;&#039;&#039;Httpd (Apache)&#039;&#039;&#039; || &#039;&#039;&#039;PHP&#039;&#039;&#039; || &#039;&#039;&#039;MySQL&#039;&#039;&#039; || &#039;&#039;&#039;PHPMyAdmin&#039;&#039;&#039; || &#039;&#039;&#039;Address&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| WampServer || 2.2d || 2.2.21 || 5.3.10 || 5.5.20 || 3.4.10.1 || [http://www.wampserver.com/en/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| BitNami WAMP Stack || 5.3.25-0 || 2.4.4 || 5.3.25 || 5.5.30 || 4.0.0 || [http://bitnami.org/stack/wampstack/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| BitNami WAMP Stack || 5.4.15-0 || 2.4.4 || 5.4.15 || 5.5.30 || 4.0.0 || &lt;br /&gt;
|- &lt;br /&gt;
| EasyPHP || 5.3.9 || 2.2.21 VC9 || 5.3.9 VC9 || 5.5.20 || 3.4.9 || [http://www.easyphp.org/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| EasyPHP || 5.4.0 RC4 || 2.2.21 VC9 || 5.4.0 RC4 VC9 || 5.5.19 || 3.4.9 || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.7 || 2.2.21 || 5.3.8 || 5.5.16 || 3.4.5 || [http://www.apachefriends.org/en/xampp-windows.html Web page]&lt;br /&gt;
|- &lt;br /&gt;
| ----------------- || --------- || ---------- || ------------- || ------ || ------- || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.4 || 2.2.17 || 5.3.5 || 5.5.8 || 3.3.9 || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.1 || 2.2.11 || 5.2.9 || 5.1.33 || 3.1.3.1 || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Versions 1.7.1 and 1.7.4 of the XAMPP package were included because those are the versions on which the [http://download.moodle.org/windows/ Windows Moodle Package] are built (1.9.16 &amp;amp; 2.0.7 are under 1.7.1, and 2.1.4 &amp;amp; 2.2.1 under 1.7.4).&lt;br /&gt;
&lt;br /&gt;
==Vista and Windows 7==&lt;br /&gt;
&lt;br /&gt;
Many people have trouble installing the stand alone local [http://download.moodle.org/windows/ Moodle for Windows] on Vista and Windows 7.&lt;br /&gt;
&lt;br /&gt;
Here are some things you might want to try:&lt;br /&gt;
&lt;br /&gt;
* A simple one is to use http://bitnami.org/stack/moodle&lt;br /&gt;
* Another solution is to look at these videos at [http://www.sebastiansulinski.co.uk/web_design_tutorials/tutorial/7/install_apache_php_and_mysql_on_windows_vista Sebastian Sulinski Design] for Windows Vista. &lt;br /&gt;
* For personal (evaluation) use - install XAMPP or EasyPHP and then Moodle using the normal installation instructions.&lt;br /&gt;
&lt;br /&gt;
[[es:Instalación AMP]]&lt;br /&gt;
[[fr:Installation de AMP]]&lt;br /&gt;
[[ja:AMPのインストール]]&lt;br /&gt;
[[ru:Установка AMP]]&lt;br /&gt;
[[pl:Instalacja AMP]]&lt;br /&gt;
[[de:Installation von Apache, MySQL und PHP]]&lt;/div&gt;</summary>
		<author><name>0victoria0</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Installing_AMP&amp;diff=105428</id>
		<title>Installing AMP</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Installing_AMP&amp;diff=105428"/>
		<updated>2013-05-29T09:32:19Z</updated>

		<summary type="html">&lt;p&gt;0victoria0: /* Installer packages and components */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}&lt;br /&gt;
AMP, stands for &#039;&#039;&#039;A&#039;&#039;&#039;pache, &#039;&#039;&#039;M&#039;&#039;&#039;ySQL &amp;amp; &#039;&#039;&#039;P&#039;&#039;&#039;HP. This is not the only platform on which Moodle runs but is the most common and fine for basic installations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039; &#039;All-in-one&#039; Moodle installers for Windows and OSX are available at http://httpd.apache.org/docs/2.0/install.html (not intended for &#039;production&#039; sites). &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== First a word about PostgreSQL ==&lt;br /&gt;
&lt;br /&gt;
If you would prefer to use the PostgreSQL database (and you should consider it) you can - when using the package type installers - just install it instead of MySQL. MySQL tends to be the universal choice with the simpler &#039;one-click&#039; installers. For a &#039;one-click&#039; installer with PostgreSQL, Apache and PHP you can check [http://bitnami.com BitNami], it supports Windows ([http://bitnami.com/stack/wapp WAPP]), Linux ([http://bitnami.com/stack/lapp LAPP]) and Mac ([http://bitnami.com/stack/mapp MAPP]).&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
OSX comes with a suitable [[Apache]] web server and a not so suitable PHP (it doesn&#039;t have all the required extensions). &lt;br /&gt;
&lt;br /&gt;
Here are some other possibilities (all are documented so this is not repeated here):&lt;br /&gt;
* Liip &#039;one click&#039; installer from http://php-osx.liip.ch/. Note that it is primarily biased towards developers.&lt;br /&gt;
* [http://www.mamp.info/ MAMP]: One click installer - easy to use and well documented. Probably only suitable for personal use. &lt;br /&gt;
* [http://www.ampps.com/   Softaculous AMPPS]: Another one click installer - for both Windows and OSX this time.&lt;br /&gt;
* [http://www.macports.org/ MacPorts]: A complete Linux-style package repository. You will find the AMP components here. See [https://trac.macports.org/wiki/howto/MAMP Getting Apache, MySQL, and PHP Running under MacPorts]&lt;br /&gt;
* [http://www.finkproject.org/ Fink]: an alternative to MacPorts.&lt;br /&gt;
* [http://bitnami.com/stack/mamp BitNami MAMP Stack]: On &#039;one-click&#039; installer with for MySQL, Apache and PHP which supports the BitNami applications modules to installed on top of it like the [http://bitnami.com/stack/mamp/modules#moodle BitNami Moodle module].&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
You should install the packages from your distribution&#039;s repository for [[Apache]], [[PHP]] and MySQL. You will almost certainly need additional extensions for [[PHP]] (e.g. the extension for the database). The packaged versions of Moodle are not recommended (it&#039;s not much harder to install from moodle.org download)&lt;br /&gt;
&lt;br /&gt;
See (for example):&lt;br /&gt;
* Ubuntu - https://help.ubuntu.com/community/ApacheMySQLPHP&lt;br /&gt;
* Debian - http://wiki.debian.org/LaMp&lt;br /&gt;
* RedHat / Centos - http://www.howtoforge.com/quick-n-easy-lamp-server-centos-rhel&lt;br /&gt;
* SuSE / OpenSuSE - http://www.susegeek.com/internet-browser/install-configure-lamp-apachemysqlphp-in-opensuse-110/&lt;br /&gt;
&lt;br /&gt;
While one-click installers (e.g. XAMPP or BitNami LAMP Stack) exist for Linux, it is so simple to install the components the &amp;quot;right&amp;quot; way that they seem pointless. Using the standard method will make it much easier for you to obtain help and support. &lt;br /&gt;
&lt;br /&gt;
Of course, if you wish to (or you need a particularly new version) you can compile all or some of the elements from source. All the elements have good documentation. The tricky one is PHP and some guidance for Debian/Ubuntu is here: [[Compiling PHP from source]]&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
Windows has slightly more variations as you can use [[Apache]] or Microsoft&#039;s [[IIS]] web servers. Again, here are some pointers&lt;br /&gt;
&lt;br /&gt;
* [http://www.apachefriends.org/en/xampp-windows.html XAMPP]: Probably the best known one-click installer for Windows. Lots of documentation and discussion around. Definitely only for a personal web server&lt;br /&gt;
* [http://www.easyphp.org/ EasyPHP]: Another popular alternative to the above&lt;br /&gt;
* [http://bitnami.com/stack/wamp BitNami WAMP Stack]: On &#039;one-click&#039; installer with for MySQL, Apache and PHP which supports the BitNami applications modules to installed on top of it like the [http://bitnami.com/stack/wamp/modules#moodle BitNami Moodle module].&lt;br /&gt;
* [http://php.net/manual/en/install.windows.php Official PHP Documentation]: A lengthy list of instructions for installing PHP on all manner of Windows and web server variations&lt;br /&gt;
* [http://www.mysql.com/downloads/mysql/ MySQL]: Select Windows and download installer. &lt;br /&gt;
* [http://www.postgresql.org/download/windows/ PostgreSQL]: Download installer for Windows&lt;br /&gt;
&lt;br /&gt;
=== Installer packages and components ===&lt;br /&gt;
&lt;br /&gt;
As a reference, the following table lists the components of each package and its version (as of March 3, 2012):&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:75%; height:75px&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;Product&#039;&#039;&#039; || &#039;&#039;&#039;Version&#039;&#039;&#039; || &#039;&#039;&#039;Httpd (Apache)&#039;&#039;&#039; || &#039;&#039;&#039;PHP&#039;&#039;&#039; || &#039;&#039;&#039;MySQL&#039;&#039;&#039; || &#039;&#039;&#039;PHPMyAdmin&#039;&#039;&#039; || &#039;&#039;&#039;Address&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| WampServer || 2.2d || 2.2.21 || 5.3.10 || 5.5.20 || 3.4.10.1 || [http://www.wampserver.com/en/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| BitNami WAMP Stack || 5.3.25-0 || 2.4.4 || 5.3.25 || 5.5.30 || 4.0.0 || [http://bitnami.org/stack/wampstack/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| BitNami WAMP Stack || 5.4.15-0 || 2.4.4 || 5.4.15 || 5.5.30 || 4.0.0 || &lt;br /&gt;
|- &lt;br /&gt;
| EasyPHP || 5.3.9 || 2.2.21 VC9 || 5.3.9 VC9 || 5.5.20 || 3.4.9 || [http://www.easyphp.org/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| EasyPHP || 5.4.0 RC4 || 2.2.21 VC9 || 5.4.0 RC4 VC9 || 5.5.19 || 3.4.9 || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.7 || 2.2.21 || 5.3.8 || 5.5.16 || 3.4.5 || [http://www.apachefriends.org/en/xampp-windows.html Web page]&lt;br /&gt;
|- &lt;br /&gt;
| ----------------- || --------- || ---------- || ------------- || ------ || ------- || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.4 || 2.2.17 || 5.3.5 || 5.5.8 || 3.3.9 || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.1 || 2.2.11 || 5.2.9 || 5.1.33 || 3.1.3.1 || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As it can be seen, the WampServer package includes the most up-to-date components (though not necessarily the latest). Versions 1.7.1 and 1.7.4 of the XAMPP package were included because those are the versions on which the [http://download.moodle.org/windows/ Windows Moodle Package] are built (1.9.16 &amp;amp; 2.0.7 are under 1.7.1, and 2.1.4 &amp;amp; 2.2.1 under 1.7.4).&lt;br /&gt;
&lt;br /&gt;
==Vista and Windows 7==&lt;br /&gt;
&lt;br /&gt;
Many people have trouble installing the stand alone local [http://download.moodle.org/windows/ Moodle for Windows] on Vista and Windows 7.&lt;br /&gt;
&lt;br /&gt;
Here are some things you might want to try:&lt;br /&gt;
&lt;br /&gt;
* A simple one is to use http://bitnami.org/stack/moodle&lt;br /&gt;
* Another solution is to look at these videos at [http://www.sebastiansulinski.co.uk/web_design_tutorials/tutorial/7/install_apache_php_and_mysql_on_windows_vista Sebastian Sulinski Design] for Windows Vista. &lt;br /&gt;
* For personal (evaluation) use - install XAMPP or EasyPHP and then Moodle using the normal installation instructions.&lt;br /&gt;
&lt;br /&gt;
[[es:Instalación AMP]]&lt;br /&gt;
[[fr:Installation de AMP]]&lt;br /&gt;
[[ja:AMPのインストール]]&lt;br /&gt;
[[ru:Установка AMP]]&lt;br /&gt;
[[pl:Instalacja AMP]]&lt;br /&gt;
[[de:Installation von Apache, MySQL und PHP]]&lt;/div&gt;</summary>
		<author><name>0victoria0</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Installing_AMP&amp;diff=105427</id>
		<title>Installing AMP</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Installing_AMP&amp;diff=105427"/>
		<updated>2013-05-29T09:29:20Z</updated>

		<summary type="html">&lt;p&gt;0victoria0: /* Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}&lt;br /&gt;
AMP, stands for &#039;&#039;&#039;A&#039;&#039;&#039;pache, &#039;&#039;&#039;M&#039;&#039;&#039;ySQL &amp;amp; &#039;&#039;&#039;P&#039;&#039;&#039;HP. This is not the only platform on which Moodle runs but is the most common and fine for basic installations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039; &#039;All-in-one&#039; Moodle installers for Windows and OSX are available at http://httpd.apache.org/docs/2.0/install.html (not intended for &#039;production&#039; sites). &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== First a word about PostgreSQL ==&lt;br /&gt;
&lt;br /&gt;
If you would prefer to use the PostgreSQL database (and you should consider it) you can - when using the package type installers - just install it instead of MySQL. MySQL tends to be the universal choice with the simpler &#039;one-click&#039; installers. For a &#039;one-click&#039; installer with PostgreSQL, Apache and PHP you can check [http://bitnami.com BitNami], it supports Windows ([http://bitnami.com/stack/wapp WAPP]), Linux ([http://bitnami.com/stack/lapp LAPP]) and Mac ([http://bitnami.com/stack/mapp MAPP]).&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
OSX comes with a suitable [[Apache]] web server and a not so suitable PHP (it doesn&#039;t have all the required extensions). &lt;br /&gt;
&lt;br /&gt;
Here are some other possibilities (all are documented so this is not repeated here):&lt;br /&gt;
* Liip &#039;one click&#039; installer from http://php-osx.liip.ch/. Note that it is primarily biased towards developers.&lt;br /&gt;
* [http://www.mamp.info/ MAMP]: One click installer - easy to use and well documented. Probably only suitable for personal use. &lt;br /&gt;
* [http://www.ampps.com/   Softaculous AMPPS]: Another one click installer - for both Windows and OSX this time.&lt;br /&gt;
* [http://www.macports.org/ MacPorts]: A complete Linux-style package repository. You will find the AMP components here. See [https://trac.macports.org/wiki/howto/MAMP Getting Apache, MySQL, and PHP Running under MacPorts]&lt;br /&gt;
* [http://www.finkproject.org/ Fink]: an alternative to MacPorts.&lt;br /&gt;
* [http://bitnami.com/stack/mamp BitNami MAMP Stack]: On &#039;one-click&#039; installer with for MySQL, Apache and PHP which supports the BitNami applications modules to installed on top of it like the [http://bitnami.com/stack/mamp/modules#moodle BitNami Moodle module].&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
You should install the packages from your distribution&#039;s repository for [[Apache]], [[PHP]] and MySQL. You will almost certainly need additional extensions for [[PHP]] (e.g. the extension for the database). The packaged versions of Moodle are not recommended (it&#039;s not much harder to install from moodle.org download)&lt;br /&gt;
&lt;br /&gt;
See (for example):&lt;br /&gt;
* Ubuntu - https://help.ubuntu.com/community/ApacheMySQLPHP&lt;br /&gt;
* Debian - http://wiki.debian.org/LaMp&lt;br /&gt;
* RedHat / Centos - http://www.howtoforge.com/quick-n-easy-lamp-server-centos-rhel&lt;br /&gt;
* SuSE / OpenSuSE - http://www.susegeek.com/internet-browser/install-configure-lamp-apachemysqlphp-in-opensuse-110/&lt;br /&gt;
&lt;br /&gt;
While one-click installers (e.g. XAMPP or BitNami LAMP Stack) exist for Linux, it is so simple to install the components the &amp;quot;right&amp;quot; way that they seem pointless. Using the standard method will make it much easier for you to obtain help and support. &lt;br /&gt;
&lt;br /&gt;
Of course, if you wish to (or you need a particularly new version) you can compile all or some of the elements from source. All the elements have good documentation. The tricky one is PHP and some guidance for Debian/Ubuntu is here: [[Compiling PHP from source]]&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
Windows has slightly more variations as you can use [[Apache]] or Microsoft&#039;s [[IIS]] web servers. Again, here are some pointers&lt;br /&gt;
&lt;br /&gt;
* [http://www.apachefriends.org/en/xampp-windows.html XAMPP]: Probably the best known one-click installer for Windows. Lots of documentation and discussion around. Definitely only for a personal web server&lt;br /&gt;
* [http://www.easyphp.org/ EasyPHP]: Another popular alternative to the above&lt;br /&gt;
* [http://bitnami.com/stack/wamp BitNami WAMP Stack]: On &#039;one-click&#039; installer with for MySQL, Apache and PHP which supports the BitNami applications modules to installed on top of it like the [http://bitnami.com/stack/wamp/modules#moodle BitNami Moodle module].&lt;br /&gt;
* [http://php.net/manual/en/install.windows.php Official PHP Documentation]: A lengthy list of instructions for installing PHP on all manner of Windows and web server variations&lt;br /&gt;
* [http://www.mysql.com/downloads/mysql/ MySQL]: Select Windows and download installer. &lt;br /&gt;
* [http://www.postgresql.org/download/windows/ PostgreSQL]: Download installer for Windows&lt;br /&gt;
&lt;br /&gt;
=== Installer packages and components ===&lt;br /&gt;
&lt;br /&gt;
As a reference, the following table lists the components of each package and its version (as of March 3, 2012):&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:75%; height:75px&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;Product&#039;&#039;&#039; || &#039;&#039;&#039;Version&#039;&#039;&#039; || &#039;&#039;&#039;Httpd (Apache)&#039;&#039;&#039; || &#039;&#039;&#039;PHP&#039;&#039;&#039; || &#039;&#039;&#039;MySQL&#039;&#039;&#039; || &#039;&#039;&#039;PHPMyAdmin&#039;&#039;&#039; || &#039;&#039;&#039;Address&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| WampServer || 2.2d || 2.2.21 || 5.3.10 || 5.5.20 || 3.4.10.1 || [http://www.wampserver.com/en/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| BitNami WAMP Stack || 5.3.10-0 || 2.2.21 || 5.3.10 || 5.5.16 || 3.4.9 || [http://bitnami.org/stack/wampstack/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| BitNami WAMP Stack || 5.4.0-0 || 2.4.1 || 5.4.0 || 5.5.16 || 3.4.10.1 || &lt;br /&gt;
|- &lt;br /&gt;
| EasyPHP || 5.3.9 || 2.2.21 VC9 || 5.3.9 VC9 || 5.5.20 || 3.4.9 || [http://www.easyphp.org/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| EasyPHP || 5.4.0 RC4 || 2.2.21 VC9 || 5.4.0 RC4 VC9 || 5.5.19 || 3.4.9 || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.7 || 2.2.21 || 5.3.8 || 5.5.16 || 3.4.5 || [http://www.apachefriends.org/en/xampp-windows.html Web page]&lt;br /&gt;
|- &lt;br /&gt;
| ----------------- || --------- || ---------- || ------------- || ------ || ------- || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.4 || 2.2.17 || 5.3.5 || 5.5.8 || 3.3.9 || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.1 || 2.2.11 || 5.2.9 || 5.1.33 || 3.1.3.1 || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As it can be seen, the WampServer package includes the most up-to-date components (though not necessarily the latest). Versions 1.7.1 and 1.7.4 of the XAMPP package were included because those are the versions on which the [http://download.moodle.org/windows/ Windows Moodle Package] are built (1.9.16 &amp;amp; 2.0.7 are under 1.7.1, and 2.1.4 &amp;amp; 2.2.1 under 1.7.4).&lt;br /&gt;
&lt;br /&gt;
==Vista and Windows 7==&lt;br /&gt;
&lt;br /&gt;
Many people have trouble installing the stand alone local [http://download.moodle.org/windows/ Moodle for Windows] on Vista and Windows 7.&lt;br /&gt;
&lt;br /&gt;
Here are some things you might want to try:&lt;br /&gt;
&lt;br /&gt;
* A simple one is to use http://bitnami.org/stack/moodle&lt;br /&gt;
* Another solution is to look at these videos at [http://www.sebastiansulinski.co.uk/web_design_tutorials/tutorial/7/install_apache_php_and_mysql_on_windows_vista Sebastian Sulinski Design] for Windows Vista. &lt;br /&gt;
* For personal (evaluation) use - install XAMPP or EasyPHP and then Moodle using the normal installation instructions.&lt;br /&gt;
&lt;br /&gt;
[[es:Instalación AMP]]&lt;br /&gt;
[[fr:Installation de AMP]]&lt;br /&gt;
[[ja:AMPのインストール]]&lt;br /&gt;
[[ru:Установка AMP]]&lt;br /&gt;
[[pl:Instalacja AMP]]&lt;br /&gt;
[[de:Installation von Apache, MySQL und PHP]]&lt;/div&gt;</summary>
		<author><name>0victoria0</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Installing_AMP&amp;diff=105426</id>
		<title>Installing AMP</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Installing_AMP&amp;diff=105426"/>
		<updated>2013-05-29T09:27:57Z</updated>

		<summary type="html">&lt;p&gt;0victoria0: /* Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}&lt;br /&gt;
AMP, stands for &#039;&#039;&#039;A&#039;&#039;&#039;pache, &#039;&#039;&#039;M&#039;&#039;&#039;ySQL &amp;amp; &#039;&#039;&#039;P&#039;&#039;&#039;HP. This is not the only platform on which Moodle runs but is the most common and fine for basic installations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039; &#039;All-in-one&#039; Moodle installers for Windows and OSX are available at http://httpd.apache.org/docs/2.0/install.html (not intended for &#039;production&#039; sites). &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== First a word about PostgreSQL ==&lt;br /&gt;
&lt;br /&gt;
If you would prefer to use the PostgreSQL database (and you should consider it) you can - when using the package type installers - just install it instead of MySQL. MySQL tends to be the universal choice with the simpler &#039;one-click&#039; installers. For a &#039;one-click&#039; installer with PostgreSQL, Apache and PHP you can check [http://bitnami.com BitNami], it supports Windows ([http://bitnami.com/stack/wapp WAPP]), Linux ([http://bitnami.com/stack/lapp LAPP]) and Mac ([http://bitnami.com/stack/mapp MAPP]).&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
OSX comes with a suitable [[Apache]] web server and a not so suitable PHP (it doesn&#039;t have all the required extensions). &lt;br /&gt;
&lt;br /&gt;
Here are some other possibilities (all are documented so this is not repeated here):&lt;br /&gt;
* Liip &#039;one click&#039; installer from http://php-osx.liip.ch/. Note that it is primarily biased towards developers.&lt;br /&gt;
* [http://www.mamp.info/ MAMP]: One click installer - easy to use and well documented. Probably only suitable for personal use. &lt;br /&gt;
* [http://www.ampps.com/   Softaculous AMPPS]: Another one click installer - for both Windows and OSX this time.&lt;br /&gt;
* [http://www.macports.org/ MacPorts]: A complete Linux-style package repository. You will find the AMP components here. See [https://trac.macports.org/wiki/howto/MAMP Getting Apache, MySQL, and PHP Running under MacPorts]&lt;br /&gt;
* [http://www.finkproject.org/ Fink]: an alternative to MacPorts.&lt;br /&gt;
* [http://bitnami.com/stack/mamp BitNami MAMP Stack]: On &#039;one-click&#039; installer with for MySQL, Apache and PHP which supports the BitNami applications modules to installed on top of it like the [http://bitnami.com/stack/mamp/modules#moodle BitNami Moodle module].&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
You should install the packages from your distribution&#039;s repository for [[Apache]], [[PHP]] and MySQL. You will almost certainly need additional extensions for [[PHP]] (e.g. the extension for the database). The packaged versions of Moodle are not recommended (it&#039;s not much harder to install from moodle.org download)&lt;br /&gt;
&lt;br /&gt;
See (for example):&lt;br /&gt;
* Ubuntu - https://help.ubuntu.com/community/ApacheMySQLPHP&lt;br /&gt;
* Debian - http://wiki.debian.org/LaMp&lt;br /&gt;
* RedHat / Centos - http://www.howtoforge.com/quick-n-easy-lamp-server-centos-rhel&lt;br /&gt;
* SuSE / OpenSuSE - http://www.susegeek.com/internet-browser/install-configure-lamp-apachemysqlphp-in-opensuse-110/&lt;br /&gt;
&lt;br /&gt;
While one-click installers (e.g. XAMPP or BitNami LAMP Stack) exist for Linux, it is so simple to install the components the &amp;quot;right&amp;quot; way that they seem pointless. Using the standard method will make it much easier for you to obtain help and support. &lt;br /&gt;
&lt;br /&gt;
Of course, if you wish to (or you need a particularly new version) you can compile all or some of the elements from source. All the elements have good documentation. The tricky one is PHP and some guidance for Debian/Ubuntu is here: [[Compiling PHP from source]]&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
Windows has slightly more variations as you can use [[Apache]] or Microsoft&#039;s [[IIS]] web servers. Again, here are some pointers&lt;br /&gt;
&lt;br /&gt;
* [http://www.apachefriends.org/en/xampp-windows.html XAMPP]: Probably the best known one-click installer for Windows. Lots of documentation and discussion around. Definitely only for a personal web server&lt;br /&gt;
* [http://www.easyphp.org/ EasyPHP]: Another popular alternative to the above&lt;br /&gt;
* [http://php.net/manual/en/install.windows.php Official PHP Documentation]: A lengthy list of instructions for installing PHP on all manner of Windows and web server variations&lt;br /&gt;
* [http://www.mysql.com/downloads/mysql/ MySQL]: Select Windows and download installer. &lt;br /&gt;
* [http://www.postgresql.org/download/windows/ PostgreSQL]: Download installer for Windows&lt;br /&gt;
&lt;br /&gt;
=== Installer packages and components ===&lt;br /&gt;
&lt;br /&gt;
As a reference, the following table lists the components of each package and its version (as of March 3, 2012):&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:75%; height:75px&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;Product&#039;&#039;&#039; || &#039;&#039;&#039;Version&#039;&#039;&#039; || &#039;&#039;&#039;Httpd (Apache)&#039;&#039;&#039; || &#039;&#039;&#039;PHP&#039;&#039;&#039; || &#039;&#039;&#039;MySQL&#039;&#039;&#039; || &#039;&#039;&#039;PHPMyAdmin&#039;&#039;&#039; || &#039;&#039;&#039;Address&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| WampServer || 2.2d || 2.2.21 || 5.3.10 || 5.5.20 || 3.4.10.1 || [http://www.wampserver.com/en/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| BitNami WAMP Stack || 5.3.10-0 || 2.2.21 || 5.3.10 || 5.5.16 || 3.4.9 || [http://bitnami.org/stack/wampstack/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| BitNami WAMP Stack || 5.4.0-0 || 2.4.1 || 5.4.0 || 5.5.16 || 3.4.10.1 || &lt;br /&gt;
|- &lt;br /&gt;
| EasyPHP || 5.3.9 || 2.2.21 VC9 || 5.3.9 VC9 || 5.5.20 || 3.4.9 || [http://www.easyphp.org/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| EasyPHP || 5.4.0 RC4 || 2.2.21 VC9 || 5.4.0 RC4 VC9 || 5.5.19 || 3.4.9 || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.7 || 2.2.21 || 5.3.8 || 5.5.16 || 3.4.5 || [http://www.apachefriends.org/en/xampp-windows.html Web page]&lt;br /&gt;
|- &lt;br /&gt;
| ----------------- || --------- || ---------- || ------------- || ------ || ------- || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.4 || 2.2.17 || 5.3.5 || 5.5.8 || 3.3.9 || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.1 || 2.2.11 || 5.2.9 || 5.1.33 || 3.1.3.1 || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As it can be seen, the WampServer package includes the most up-to-date components (though not necessarily the latest). Versions 1.7.1 and 1.7.4 of the XAMPP package were included because those are the versions on which the [http://download.moodle.org/windows/ Windows Moodle Package] are built (1.9.16 &amp;amp; 2.0.7 are under 1.7.1, and 2.1.4 &amp;amp; 2.2.1 under 1.7.4).&lt;br /&gt;
&lt;br /&gt;
==Vista and Windows 7==&lt;br /&gt;
&lt;br /&gt;
Many people have trouble installing the stand alone local [http://download.moodle.org/windows/ Moodle for Windows] on Vista and Windows 7.&lt;br /&gt;
&lt;br /&gt;
Here are some things you might want to try:&lt;br /&gt;
&lt;br /&gt;
* A simple one is to use http://bitnami.org/stack/moodle&lt;br /&gt;
* Another solution is to look at these videos at [http://www.sebastiansulinski.co.uk/web_design_tutorials/tutorial/7/install_apache_php_and_mysql_on_windows_vista Sebastian Sulinski Design] for Windows Vista. &lt;br /&gt;
* For personal (evaluation) use - install XAMPP or EasyPHP and then Moodle using the normal installation instructions.&lt;br /&gt;
&lt;br /&gt;
[[es:Instalación AMP]]&lt;br /&gt;
[[fr:Installation de AMP]]&lt;br /&gt;
[[ja:AMPのインストール]]&lt;br /&gt;
[[ru:Установка AMP]]&lt;br /&gt;
[[pl:Instalacja AMP]]&lt;br /&gt;
[[de:Installation von Apache, MySQL und PHP]]&lt;/div&gt;</summary>
		<author><name>0victoria0</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Installing_AMP&amp;diff=105425</id>
		<title>Installing AMP</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Installing_AMP&amp;diff=105425"/>
		<updated>2013-05-29T09:26:40Z</updated>

		<summary type="html">&lt;p&gt;0victoria0: /* First a word about PostgreSQL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}&lt;br /&gt;
AMP, stands for &#039;&#039;&#039;A&#039;&#039;&#039;pache, &#039;&#039;&#039;M&#039;&#039;&#039;ySQL &amp;amp; &#039;&#039;&#039;P&#039;&#039;&#039;HP. This is not the only platform on which Moodle runs but is the most common and fine for basic installations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039; &#039;All-in-one&#039; Moodle installers for Windows and OSX are available at http://httpd.apache.org/docs/2.0/install.html (not intended for &#039;production&#039; sites). &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== First a word about PostgreSQL ==&lt;br /&gt;
&lt;br /&gt;
If you would prefer to use the PostgreSQL database (and you should consider it) you can - when using the package type installers - just install it instead of MySQL. MySQL tends to be the universal choice with the simpler &#039;one-click&#039; installers. For a &#039;one-click&#039; installer with PostgreSQL, Apache and PHP you can check [http://bitnami.com BitNami], it supports Windows ([http://bitnami.com/stack/wapp WAPP]), Linux ([http://bitnami.com/stack/lapp LAPP]) and Mac ([http://bitnami.com/stack/mapp MAPP]).&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
OSX comes with a suitable [[Apache]] web server and a not so suitable PHP (it doesn&#039;t have all the required extensions). &lt;br /&gt;
&lt;br /&gt;
Here are some other possibilities (all are documented so this is not repeated here):&lt;br /&gt;
* Liip &#039;one click&#039; installer from http://php-osx.liip.ch/. Note that it is primarily biased towards developers.&lt;br /&gt;
* [http://www.mamp.info/ MAMP]: One click installer - easy to use and well documented. Probably only suitable for personal use. &lt;br /&gt;
* [http://www.ampps.com/   Softaculous AMPPS]: Another one click installer - for both Windows and OSX this time.&lt;br /&gt;
* [http://www.macports.org/ MacPorts]: A complete Linux-style package repository. You will find the AMP components here. See [https://trac.macports.org/wiki/howto/MAMP Getting Apache, MySQL, and PHP Running under MacPorts]&lt;br /&gt;
* [http://www.finkproject.org/ Fink]: an alternative to MacPorts.&lt;br /&gt;
* [http://bitnami.com/stack/mamp BitNami MAMP Stack]: On &#039;one-click&#039; installer with for MySQL, Apache and PHP which supports the BitNami applications modules to installed on top of it like the [http://bitnami.com/stack/mamp/modules#moodle BitNami Moodle module].&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
You should install the packages from your distribution&#039;s repository for [[Apache]], [[PHP]] and MySQL. You will almost certainly need additional extensions for [[PHP]] (e.g. the extension for the database). The packaged versions of Moodle are not recommended (it&#039;s not much harder to install from moodle.org download)&lt;br /&gt;
&lt;br /&gt;
See (for example):&lt;br /&gt;
* Ubuntu - https://help.ubuntu.com/community/ApacheMySQLPHP&lt;br /&gt;
* Debian - http://wiki.debian.org/LaMp&lt;br /&gt;
* RedHat / Centos - http://www.howtoforge.com/quick-n-easy-lamp-server-centos-rhel&lt;br /&gt;
* SuSE / OpenSuSE - http://www.susegeek.com/internet-browser/install-configure-lamp-apachemysqlphp-in-opensuse-110/&lt;br /&gt;
&lt;br /&gt;
While one-click installers (e.g. XAMPP) exist for Linux, it is so simple to install the components the &amp;quot;right&amp;quot; way that they seem pointless. Using the standard method will make it much easier for you to obtain help and support. &lt;br /&gt;
&lt;br /&gt;
Of course, if you wish to (or you need a particularly new version) you can compile all or some of the elements from source. All the elements have good documentation. The tricky one is PHP and some guidance for Debian/Ubuntu is here: [[Compiling PHP from source]]&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
Windows has slightly more variations as you can use [[Apache]] or Microsoft&#039;s [[IIS]] web servers. Again, here are some pointers&lt;br /&gt;
&lt;br /&gt;
* [http://www.apachefriends.org/en/xampp-windows.html XAMPP]: Probably the best known one-click installer for Windows. Lots of documentation and discussion around. Definitely only for a personal web server&lt;br /&gt;
* [http://www.easyphp.org/ EasyPHP]: Another popular alternative to the above&lt;br /&gt;
* [http://php.net/manual/en/install.windows.php Official PHP Documentation]: A lengthy list of instructions for installing PHP on all manner of Windows and web server variations&lt;br /&gt;
* [http://www.mysql.com/downloads/mysql/ MySQL]: Select Windows and download installer. &lt;br /&gt;
* [http://www.postgresql.org/download/windows/ PostgreSQL]: Download installer for Windows&lt;br /&gt;
&lt;br /&gt;
=== Installer packages and components ===&lt;br /&gt;
&lt;br /&gt;
As a reference, the following table lists the components of each package and its version (as of March 3, 2012):&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:75%; height:75px&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;Product&#039;&#039;&#039; || &#039;&#039;&#039;Version&#039;&#039;&#039; || &#039;&#039;&#039;Httpd (Apache)&#039;&#039;&#039; || &#039;&#039;&#039;PHP&#039;&#039;&#039; || &#039;&#039;&#039;MySQL&#039;&#039;&#039; || &#039;&#039;&#039;PHPMyAdmin&#039;&#039;&#039; || &#039;&#039;&#039;Address&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| WampServer || 2.2d || 2.2.21 || 5.3.10 || 5.5.20 || 3.4.10.1 || [http://www.wampserver.com/en/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| BitNami WAMP Stack || 5.3.10-0 || 2.2.21 || 5.3.10 || 5.5.16 || 3.4.9 || [http://bitnami.org/stack/wampstack/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| BitNami WAMP Stack || 5.4.0-0 || 2.4.1 || 5.4.0 || 5.5.16 || 3.4.10.1 || &lt;br /&gt;
|- &lt;br /&gt;
| EasyPHP || 5.3.9 || 2.2.21 VC9 || 5.3.9 VC9 || 5.5.20 || 3.4.9 || [http://www.easyphp.org/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| EasyPHP || 5.4.0 RC4 || 2.2.21 VC9 || 5.4.0 RC4 VC9 || 5.5.19 || 3.4.9 || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.7 || 2.2.21 || 5.3.8 || 5.5.16 || 3.4.5 || [http://www.apachefriends.org/en/xampp-windows.html Web page]&lt;br /&gt;
|- &lt;br /&gt;
| ----------------- || --------- || ---------- || ------------- || ------ || ------- || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.4 || 2.2.17 || 5.3.5 || 5.5.8 || 3.3.9 || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.1 || 2.2.11 || 5.2.9 || 5.1.33 || 3.1.3.1 || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As it can be seen, the WampServer package includes the most up-to-date components (though not necessarily the latest). Versions 1.7.1 and 1.7.4 of the XAMPP package were included because those are the versions on which the [http://download.moodle.org/windows/ Windows Moodle Package] are built (1.9.16 &amp;amp; 2.0.7 are under 1.7.1, and 2.1.4 &amp;amp; 2.2.1 under 1.7.4).&lt;br /&gt;
&lt;br /&gt;
==Vista and Windows 7==&lt;br /&gt;
&lt;br /&gt;
Many people have trouble installing the stand alone local [http://download.moodle.org/windows/ Moodle for Windows] on Vista and Windows 7.&lt;br /&gt;
&lt;br /&gt;
Here are some things you might want to try:&lt;br /&gt;
&lt;br /&gt;
* A simple one is to use http://bitnami.org/stack/moodle&lt;br /&gt;
* Another solution is to look at these videos at [http://www.sebastiansulinski.co.uk/web_design_tutorials/tutorial/7/install_apache_php_and_mysql_on_windows_vista Sebastian Sulinski Design] for Windows Vista. &lt;br /&gt;
* For personal (evaluation) use - install XAMPP or EasyPHP and then Moodle using the normal installation instructions.&lt;br /&gt;
&lt;br /&gt;
[[es:Instalación AMP]]&lt;br /&gt;
[[fr:Installation de AMP]]&lt;br /&gt;
[[ja:AMPのインストール]]&lt;br /&gt;
[[ru:Установка AMP]]&lt;br /&gt;
[[pl:Instalacja AMP]]&lt;br /&gt;
[[de:Installation von Apache, MySQL und PHP]]&lt;/div&gt;</summary>
		<author><name>0victoria0</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Installing_AMP&amp;diff=105424</id>
		<title>Installing AMP</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Installing_AMP&amp;diff=105424"/>
		<updated>2013-05-29T09:24:17Z</updated>

		<summary type="html">&lt;p&gt;0victoria0: /* Mac OS X */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}&lt;br /&gt;
AMP, stands for &#039;&#039;&#039;A&#039;&#039;&#039;pache, &#039;&#039;&#039;M&#039;&#039;&#039;ySQL &amp;amp; &#039;&#039;&#039;P&#039;&#039;&#039;HP. This is not the only platform on which Moodle runs but is the most common and fine for basic installations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039; &#039;All-in-one&#039; Moodle installers for Windows and OSX are available at http://httpd.apache.org/docs/2.0/install.html (not intended for &#039;production&#039; sites). &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== First a word about PostgreSQL ==&lt;br /&gt;
&lt;br /&gt;
If you would prefer to use the PostgreSQL database (and you should consider it) you can - when using the package type installers - just install it instead of MySQL. MySQL tends to be the universal choice with the simpler &#039;one-click&#039; installers. &lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
OSX comes with a suitable [[Apache]] web server and a not so suitable PHP (it doesn&#039;t have all the required extensions). &lt;br /&gt;
&lt;br /&gt;
Here are some other possibilities (all are documented so this is not repeated here):&lt;br /&gt;
* Liip &#039;one click&#039; installer from http://php-osx.liip.ch/. Note that it is primarily biased towards developers.&lt;br /&gt;
* [http://www.mamp.info/ MAMP]: One click installer - easy to use and well documented. Probably only suitable for personal use. &lt;br /&gt;
* [http://www.ampps.com/   Softaculous AMPPS]: Another one click installer - for both Windows and OSX this time.&lt;br /&gt;
* [http://www.macports.org/ MacPorts]: A complete Linux-style package repository. You will find the AMP components here. See [https://trac.macports.org/wiki/howto/MAMP Getting Apache, MySQL, and PHP Running under MacPorts]&lt;br /&gt;
* [http://www.finkproject.org/ Fink]: an alternative to MacPorts.&lt;br /&gt;
* [http://bitnami.com/stack/mamp BitNami MAMP Stack]: On &#039;one-click&#039; installer with for MySQL, Apache and PHP which supports the BitNami applications modules to installed on top of it like the [http://bitnami.com/stack/mamp/modules#moodle BitNami Moodle module].&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
You should install the packages from your distribution&#039;s repository for [[Apache]], [[PHP]] and MySQL. You will almost certainly need additional extensions for [[PHP]] (e.g. the extension for the database). The packaged versions of Moodle are not recommended (it&#039;s not much harder to install from moodle.org download)&lt;br /&gt;
&lt;br /&gt;
See (for example):&lt;br /&gt;
* Ubuntu - https://help.ubuntu.com/community/ApacheMySQLPHP&lt;br /&gt;
* Debian - http://wiki.debian.org/LaMp&lt;br /&gt;
* RedHat / Centos - http://www.howtoforge.com/quick-n-easy-lamp-server-centos-rhel&lt;br /&gt;
* SuSE / OpenSuSE - http://www.susegeek.com/internet-browser/install-configure-lamp-apachemysqlphp-in-opensuse-110/&lt;br /&gt;
&lt;br /&gt;
While one-click installers (e.g. XAMPP) exist for Linux, it is so simple to install the components the &amp;quot;right&amp;quot; way that they seem pointless. Using the standard method will make it much easier for you to obtain help and support. &lt;br /&gt;
&lt;br /&gt;
Of course, if you wish to (or you need a particularly new version) you can compile all or some of the elements from source. All the elements have good documentation. The tricky one is PHP and some guidance for Debian/Ubuntu is here: [[Compiling PHP from source]]&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
Windows has slightly more variations as you can use [[Apache]] or Microsoft&#039;s [[IIS]] web servers. Again, here are some pointers&lt;br /&gt;
&lt;br /&gt;
* [http://www.apachefriends.org/en/xampp-windows.html XAMPP]: Probably the best known one-click installer for Windows. Lots of documentation and discussion around. Definitely only for a personal web server&lt;br /&gt;
* [http://www.easyphp.org/ EasyPHP]: Another popular alternative to the above&lt;br /&gt;
* [http://php.net/manual/en/install.windows.php Official PHP Documentation]: A lengthy list of instructions for installing PHP on all manner of Windows and web server variations&lt;br /&gt;
* [http://www.mysql.com/downloads/mysql/ MySQL]: Select Windows and download installer. &lt;br /&gt;
* [http://www.postgresql.org/download/windows/ PostgreSQL]: Download installer for Windows&lt;br /&gt;
&lt;br /&gt;
=== Installer packages and components ===&lt;br /&gt;
&lt;br /&gt;
As a reference, the following table lists the components of each package and its version (as of March 3, 2012):&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:75%; height:75px&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;Product&#039;&#039;&#039; || &#039;&#039;&#039;Version&#039;&#039;&#039; || &#039;&#039;&#039;Httpd (Apache)&#039;&#039;&#039; || &#039;&#039;&#039;PHP&#039;&#039;&#039; || &#039;&#039;&#039;MySQL&#039;&#039;&#039; || &#039;&#039;&#039;PHPMyAdmin&#039;&#039;&#039; || &#039;&#039;&#039;Address&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| WampServer || 2.2d || 2.2.21 || 5.3.10 || 5.5.20 || 3.4.10.1 || [http://www.wampserver.com/en/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| BitNami WAMP Stack || 5.3.10-0 || 2.2.21 || 5.3.10 || 5.5.16 || 3.4.9 || [http://bitnami.org/stack/wampstack/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| BitNami WAMP Stack || 5.4.0-0 || 2.4.1 || 5.4.0 || 5.5.16 || 3.4.10.1 || &lt;br /&gt;
|- &lt;br /&gt;
| EasyPHP || 5.3.9 || 2.2.21 VC9 || 5.3.9 VC9 || 5.5.20 || 3.4.9 || [http://www.easyphp.org/ Web page]&lt;br /&gt;
|- &lt;br /&gt;
| EasyPHP || 5.4.0 RC4 || 2.2.21 VC9 || 5.4.0 RC4 VC9 || 5.5.19 || 3.4.9 || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.7 || 2.2.21 || 5.3.8 || 5.5.16 || 3.4.5 || [http://www.apachefriends.org/en/xampp-windows.html Web page]&lt;br /&gt;
|- &lt;br /&gt;
| ----------------- || --------- || ---------- || ------------- || ------ || ------- || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.4 || 2.2.17 || 5.3.5 || 5.5.8 || 3.3.9 || &lt;br /&gt;
|- &lt;br /&gt;
| XAMPP || 1.7.1 || 2.2.11 || 5.2.9 || 5.1.33 || 3.1.3.1 || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As it can be seen, the WampServer package includes the most up-to-date components (though not necessarily the latest). Versions 1.7.1 and 1.7.4 of the XAMPP package were included because those are the versions on which the [http://download.moodle.org/windows/ Windows Moodle Package] are built (1.9.16 &amp;amp; 2.0.7 are under 1.7.1, and 2.1.4 &amp;amp; 2.2.1 under 1.7.4).&lt;br /&gt;
&lt;br /&gt;
==Vista and Windows 7==&lt;br /&gt;
&lt;br /&gt;
Many people have trouble installing the stand alone local [http://download.moodle.org/windows/ Moodle for Windows] on Vista and Windows 7.&lt;br /&gt;
&lt;br /&gt;
Here are some things you might want to try:&lt;br /&gt;
&lt;br /&gt;
* A simple one is to use http://bitnami.org/stack/moodle&lt;br /&gt;
* Another solution is to look at these videos at [http://www.sebastiansulinski.co.uk/web_design_tutorials/tutorial/7/install_apache_php_and_mysql_on_windows_vista Sebastian Sulinski Design] for Windows Vista. &lt;br /&gt;
* For personal (evaluation) use - install XAMPP or EasyPHP and then Moodle using the normal installation instructions.&lt;br /&gt;
&lt;br /&gt;
[[es:Instalación AMP]]&lt;br /&gt;
[[fr:Installation de AMP]]&lt;br /&gt;
[[ja:AMPのインストール]]&lt;br /&gt;
[[ru:Установка AMP]]&lt;br /&gt;
[[pl:Instalacja AMP]]&lt;br /&gt;
[[de:Installation von Apache, MySQL und PHP]]&lt;/div&gt;</summary>
		<author><name>0victoria0</name></author>
	</entry>
</feed>