Note: You are currently viewing documentation for Moodle 2.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Moodle installation screens.

Moodle installation screens: Difference between revisions

From MoodleDocs
(draft new page, an idea)
 
 
(15 intermediate revisions by the same user not shown)
Line 7: Line 7:
You have now installed a webserver on your computer. Next you need to get Moodle to install itself.  You will use your favorite web browser to do this.
You have now installed a webserver on your computer. Next you need to get Moodle to install itself.  You will use your favorite web browser to do this.


Other pages in MoodleDocs describe the install process.  We will just cover the first few screens.
Other pages in MoodleDocs describe the setup process after the site has been installed.  We will just cover the first few screens to the copyright and license screen.


==Go to moodle in web browser==
==Go to moodle in web browser==
Line 13: Line 13:
In your web browser, type the path to the folder containing the Moodle files in te address bar – in this example it’s <nowiki>http://localhost/moodle</nowiki>.
In your web browser, type the path to the folder containing the Moodle files in te address bar – in this example it’s <nowiki>http://localhost/moodle</nowiki>.


===Select language===
==Select language==
The initial install page will ask you to choose your preferred language.  
The initial install page will ask you to choose your preferred language. This language pack will reside in moodle/lang.  The default language is en_utf8 (English).
[[image:Xampp24.gif|thumb|center|150px|Select language]]
[[image:Xampp24.gif|thumb|center||Select language]]


*Click the “Next” button.
*Click the “Next” button.
Line 29: Line 29:
The paths for your Moodle installation are shown – accept these or amend as desired.
The paths for your Moodle installation are shown – accept these or amend as desired.


[[image:Xampp26.gif|thumb|center|Paths to parts of your Moodle]]
[[image:Xampp26.gif|thumb|center|Paths to parts of your Moodle Standard Install?]]
[[Image:Complete install Windows 3.png|thumb|center|Complete install windows package?]]


*Click the “Next” button to continue.
*Click the “Next” button to continue.
Line 41: Line 42:


[[image:Xampp28.gif|thumb|center|MySQL database settings screen]]
[[image:Xampp28.gif|thumb|center|MySQL database settings screen]]
[[image:Complete install Windows 4.png |thumb|center|Complete Windows install version??]]


*When you have added or edited information on the page, click the “Next” button to continue.
*When you have added or edited information on the page, click the “Next” button to continue.
:''TIP:'' This information is creating and can later be edited in the htdocs/moodle/config.php file.  
:''TIP:'' This information is creating and can later be edited in the htdocs/moodle/config.php file.


==Server check==
==Server check==
[[Image:Moodle Install Server checks.png|thumb|center|150px|Server check with minor issues]]
[[Image:Moodle Install Server checks.png|thumb|center|150px|Server check with minor issues]]
This screen will report any issues with your webserver settings. Typically the [[admin/environment/php extension/curl|CURL settings]] and [[admin/environment/php extension/openssl|OpenSLL settings]].
[[Image:Complete install Windows 5.png|thumb|center|150px|Server check complete install package, surprise no issues]]
This screen will report any issues with your webserver settings. Sometimes the [[admin/environment/php extension/curl|CURL settings]] and [[admin/environment/php extension/openssl|OpenSLL settings]] will need to be changed on your server.


:'''TIP:''' It is possible to edit the php/php.ini file at this point and then use the refresh button at the bottom of the server check page.  However, exiting the Moodle install at this point is not the end of the world, all your settings up to this point have been saved. Localhost\moodle will start the install again with the settings you already entered.
:'''TIP:''' It is possible to edit the php/php.ini file at this point and then use the refresh button at the bottom of the server check page.  However, exiting the Moodle install at this step is not the end of the world, all your settings have been saved. Localhost\moodle will start the install again with the settings you already entered.


==Moodle install confirmed==
==Moodle install confirmed==
Moodle will tell you it has install the basics.
Moodle will tell you it has install the basics.


[[image:Xampp29.gif|thumb|center|125px|Confirmed]]
[[image:Xampp29.gif|thumb|center|250px|Confirmed]]


*Click the “ Continue” button to proceed.
*Click the “ Continue” button to proceed.
Line 67: Line 70:


===Now you can Moodle===
===Now you can Moodle===
You will be asked to create the admin user for your Moodle site. Then as the Moodle admin user, you will be taken to the Front Page settings to start to build your new site.
You will be asked to edit the admin user for your Moodle site. After completing the required edits, you will be taken to the Front Page settings as the admin user, to start to build your new site.
 


==See also==
==See also==
*[[Complete install packages for Windows]]
*[[Windows installation using XAMPP]]
*[[Installing Moodle]]

Latest revision as of 17:43, 23 June 2009

INITIAL DRAFT, COPIED FROM "Editing Windows installation using XAMPP" PAGE. Need to make generic.

On a new installation of Moodle on a web server, Moodle presents the same series of pages.

Start of initial Moodle install

You have now installed a webserver on your computer. Next you need to get Moodle to install itself. You will use your favorite web browser to do this.

Other pages in MoodleDocs describe the setup process after the site has been installed. We will just cover the first few screens to the copyright and license screen.

Go to moodle in web browser

Browser address

In your web browser, type the path to the folder containing the Moodle files in te address bar – in this example it’s http://localhost/moodle.

Select language

The initial install page will ask you to choose your preferred language. This language pack will reside in moodle/lang. The default language is en_utf8 (English).

Select language
  • Click the “Next” button.

Diagnostic report

A diagnostic report is displayed – hopefully it will look like this, if not you may need to address some issues.

Initial diagnostic, it passed, no warnings
  • Click the “Next” button to continue.

Paths for Moodle installation

The paths for your Moodle installation are shown – accept these or amend as desired.

Paths to parts of your Moodle Standard Install?
Complete install windows package?
  • Click the “Next” button to continue.

MySQL database settings

In this screen we enter the database settings. The fields are populated with some suggested values.

  • In this example the database created is “moodle153”. If you created a password for root place it here. If you want the MySQL user admin to log into the moodle MySQL database, place that user and the password here.
TIP: DO NOT USE THE “ROOT” USER WITHOUT A PASSWORD FOR PRODUCTION INSTALLATIONS AS THIS CREATES A SECURITY VULNERABILITY. Once the site has been created, you can go to the site administration block and use phpMyAdmin to correct this issue.
MySQL database settings screen
Complete Windows install version??
  • When you have added or edited information on the page, click the “Next” button to continue.
TIP: This information is creating and can later be edited in the htdocs/moodle/config.php file.

Server check

Server check with minor issues
Server check complete install package, surprise no issues

This screen will report any issues with your webserver settings. Sometimes the CURL settings and OpenSLL settings will need to be changed on your server.

TIP: It is possible to edit the php/php.ini file at this point and then use the refresh button at the bottom of the server check page. However, exiting the Moodle install at this step is not the end of the world, all your settings have been saved. Localhost\moodle will start the install again with the settings you already entered.

Moodle install confirmed

Moodle will tell you it has install the basics.

Confirmed
  • Click the “ Continue” button to proceed.

Moodle copyright & license

The Moodle copyright / license notices are displayed.

Copyright & license


  • Click the “Yes” button to continue.

Now you can Moodle

You will be asked to edit the admin user for your Moodle site. After completing the required edits, you will be taken to the Front Page settings as the admin user, to start to build your new site.

See also