Install Moodle di IIS Window Server
I will walk you through step by step with installing Moodle 2.0 on a Windows Server 2008/R2 with MySQL as the database backend. I will utilize Microsoft Web Platform installer to simplify the installation. This should be fun.
Run the installation of Web platform Installer
Add "IIS 7 Recommended Configuration"
1. Click Products
2. Click Server
3. Click "Add" to the right of "IIS Recommended Configuration"
Add PHP 5.2.17
Still under products:
1. Click Frameworks
2. Click "Add" to the right of "PHP 5.3.6"
Add MySQL 5.1
Still under products:
1. Click Frameworks
2. Click "Add" to the right of "PHP 5.2.17"
Install "PHP Manager for IIS"
Still under products:
1. Click Tools
2. Click "Add" to the right of "PHP Manager for IIS"
Install all selected features/products
Specify the MySQL root password
Verify the installed features/products
click finish
Exit "Web Platform installer"
Click exit.
Create a new MySQL database and user for Moodle with MySQL Command Line Client
Login to MySQL Command Line Client
Create the Moodle database
Create the Moodle database user and password.
Give the database user the privileges to use the moodle database
Download moodle for windows from http://download.moodle.org/
Create the moodle data directory
1. Right click anywhere within the root Moodle folder
2. Click "New"
3. Click "Folder"
How your directory structure should look
Assign write permissions to the moodledata directory
Rename the Moodle config file
rename the file from config-dist.php to config.php