Installing Moodle: Difference between revisions
(How to install Moodle in The Uniform Server) |
|||
Line 2: | Line 2: | ||
This tutorial assumes three things: | This tutorial assumes three things: | ||
1. You've downloaded The Uniform Server and it's working correctly | 1. You've downloaded The Uniform Server and it's working correctly | ||
2. You've downloaded the '''Latest Stable Branch''' of Moodle from [http://download.moodle.org/] | |||
2. You've downloaded the '''Latest Stable Branch''' of Moodle from http://download.moodle.org[http://download.moodle.org/] | |||
3. You've unzipped (extracted) your download into the www folder of moodle so that the files are located in W:\www\moodle\ | 3. You've unzipped (extracted) your download into the www folder of moodle so that the files are located in W:\www\moodle\ | ||
If you've met all of the above requirements, just double click the Server_Start.bat file. This is where the magic happens!<br><br>You may receive a warning here, just okay the pop up box and move on. You should now see the Uniform Server Admin Panel. | If you've met all of the above requirements, just double click the Server_Start.bat file. This is where the magic happens!<br><br>You may receive a warning here, just okay the pop up box and move on. You should now see the Uniform Server Admin Panel. | ||
http://www.seedwiki.com/accounts/Duncan_Geof_24883/usapanel.png | |||
Apache is now running, now we just need to start the MySQL server and we've got the minimum requirements to run Moodle. So, choose to Run MySQL: | |||
database system along with a special user (eg "moodleuser") that has | http://www.seedwiki.com/accounts/Duncan_Geof_24883/startmysql.gif | ||
access to that database (and that database only). You could use the | |||
"root" user if you wanted to for a test server, but this is not | |||
recommended for a production system: if hackers manage to discover the | This should now bring you to a confirmation page that tells you MySQL started correctly. Now we need to create a database to use with Moodle. So, we'll take the easy way out and use phpMyAdmin (Under Tools) to create the database and user for the database.<br><br> | ||
password then your whole database system would be at risk, rather than | |||
just one database." So, we'll use the phpMyAdmin to: | http://www.seedwiki.com/accounts/Duncan_Geof_24883/phpmyadmin.gif http://www.seedwiki.com/accounts/Duncan_Geof_24883/phpmyadmin2.gif | ||
<b>Step 1: </b>Type "moodle" in the <b>Create new database</b> field and click "<b>Create</b>". You should get a confirmation screen like the one below. | |||
Now according to the official documentation at http://docs.moodle.org/en/Installing_Moodle [http://docs.moodle.org/en/Installing_Moodle] in your database system along with a special user (eg "moodleuser") that has access to that database (and that database only). You could use the "root" user if you wanted to for a test server, but this is not recommended for a production system: if hackers manage to discover the password then your whole database system would be at risk, rather than just one database." | |||
So, we'll use the phpMyAdmin to: | |||
< | <b>Step 1: Create a new database<br></b>Type "moodle" in the <b>Create new database</b> field and click "<b>Create</b>". You should get a confirmation screen like the one below. | ||
http://www.seedwiki.com/accounts/Duncan_Geof_24883/moodledb.gif http://www.seedwiki.com/accounts/Duncan_Geof_24883/dbcreated.gif | |||
<b>Step 2: Create a database user for the moodle database only.</b> <br>Click on the home button so we can choose the "Privileges" section to create our new user and assign him privileges to the moodle database.<br><br> | |||
http://www.seedwiki.com/accounts/Duncan_Geof_24883/gohome.gif http://www.seedwiki.com/accounts/Duncan_Geof_24883/privileges.gif<br><br> | |||
<b>Step 3: Add a new User</b><br>Let's call this new user "moodleuser". <br>Use the drop down menu to allow him use only to Local (localhost) and type a password for moodleuser. Press <b>Go </b>on the bottom of the screen to continue.<br> | |||
http://www.seedwiki.com/accounts/Duncan_Geof_24883/addanewuser.gif http://www.seedwiki.com/accounts/Duncan_Geof_24883/moodleuser.gif | |||
<br> | |||
<br> | <br> | ||
Now let's assign moodleuser privileges to the database. Choose the "moodle" database from the "Add privileges to the following database" drop down menu. Click on "Check All" to assign all privileges to the moodle database and press <b>Go</b> to continue.<br><br> | |||
http://www.seedwiki.com/accounts/Duncan_Geof_24883/addprivilegesdb.gif http://www.seedwiki.com/accounts/Duncan_Geof_24883/dbprivileges.gif<br> | |||
<br>You should then receive a confirmation screen. You can close phpMyAdmin now. <br><br> | |||
<b>Step 4: Moodle install</b> | |||
Direct your browser to http://localhost/moodle/[http://localhost/moodle]. Time to start configuring Moodle!<br><br> | |||
http://www.seedwiki.com/accounts/Duncan_Geof_24883/moodleinstall.gif | |||
Any additional guidance from this point forward would be best found in the forums at http://moodle.org [http://moodle.org] | |||
Happy Moodlin'! |
Revision as of 22:32, 31 July 2006
Installing Moodle in the Uniform Server
This tutorial assumes three things:
1. You've downloaded The Uniform Server and it's working correctly
2. You've downloaded the Latest Stable Branch of Moodle from http://download.moodle.org[1]
3. You've unzipped (extracted) your download into the www folder of moodle so that the files are located in W:\www\moodle\
If you've met all of the above requirements, just double click the Server_Start.bat file. This is where the magic happens!
You may receive a warning here, just okay the pop up box and move on. You should now see the Uniform Server Admin Panel.
http://www.seedwiki.com/accounts/Duncan_Geof_24883/usapanel.png
Apache is now running, now we just need to start the MySQL server and we've got the minimum requirements to run Moodle. So, choose to Run MySQL:
http://www.seedwiki.com/accounts/Duncan_Geof_24883/startmysql.gif
This should now bring you to a confirmation page that tells you MySQL started correctly. Now we need to create a database to use with Moodle. So, we'll take the easy way out and use phpMyAdmin (Under Tools) to create the database and user for the database.
http://www.seedwiki.com/accounts/Duncan_Geof_24883/phpmyadmin.gif http://www.seedwiki.com/accounts/Duncan_Geof_24883/phpmyadmin2.gif
Now according to the official documentation at http://docs.moodle.org/en/Installing_Moodle [2] in your database system along with a special user (eg "moodleuser") that has access to that database (and that database only). You could use the "root" user if you wanted to for a test server, but this is not recommended for a production system: if hackers manage to discover the password then your whole database system would be at risk, rather than just one database."
So, we'll use the phpMyAdmin to:
Step 1: Create a new database
Type "moodle" in the Create new database field and click "Create". You should get a confirmation screen like the one below.
http://www.seedwiki.com/accounts/Duncan_Geof_24883/moodledb.gif http://www.seedwiki.com/accounts/Duncan_Geof_24883/dbcreated.gif
Step 2: Create a database user for the moodle database only.
Click on the home button so we can choose the "Privileges" section to create our new user and assign him privileges to the moodle database.
http://www.seedwiki.com/accounts/Duncan_Geof_24883/gohome.gif http://www.seedwiki.com/accounts/Duncan_Geof_24883/privileges.gif
Step 3: Add a new User
Let's call this new user "moodleuser".
Use the drop down menu to allow him use only to Local (localhost) and type a password for moodleuser. Press Go on the bottom of the screen to continue.
http://www.seedwiki.com/accounts/Duncan_Geof_24883/addanewuser.gif http://www.seedwiki.com/accounts/Duncan_Geof_24883/moodleuser.gif
Now let's assign moodleuser privileges to the database. Choose the "moodle" database from the "Add privileges to the following database" drop down menu. Click on "Check All" to assign all privileges to the moodle database and press Go to continue.
http://www.seedwiki.com/accounts/Duncan_Geof_24883/addprivilegesdb.gif http://www.seedwiki.com/accounts/Duncan_Geof_24883/dbprivileges.gif
You should then receive a confirmation screen. You can close phpMyAdmin now.
Step 4: Moodle install
Direct your browser to http://localhost/moodle/[3]. Time to start configuring Moodle!
http://www.seedwiki.com/accounts/Duncan_Geof_24883/moodleinstall.gif
Any additional guidance from this point forward would be best found in the forums at http://moodle.org [4]
Happy Moodlin'!