Note: You are currently viewing documentation for Moodle 3.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Installation quick guide.

Installation quick guide: Difference between revisions

From MoodleDocs
(Replacing page with ' Hej detta är en test')
(Undo revision 46018 by Belinda71 (talk))
Line 1: Line 1:
This guide is designed for administrators who have installed Moodle before and need a quick recap to jog their memory. It could also be useful for those administrators who wish to have an overview of the installation procedure before they start with our [[Installing Moodle| more detailed installation guide]].


Hej detta är en test
===Preparation===
 
* Install PHP and required extensions, a supported database such as MySQL and a webserver on the target computer
* Create a blank database (call it moodle if you like) and create a database user with the appropriate permissions
* Create a data directory (call it moodledata if you wish) outside of the webserver.
* Ensure the webserver is the owner of the data folder and give the owner read, write and execute permissions
* Download Moodle
 
===Installation===
 
* Extract the files and place them in the documents folder on the webserver (or any subfolder of your webserver)
* Go to <nowiki>http://yourserver/install.php</nowiki> or <nowiki>http://yourserver/subfolders/install.php</nowiki> to start the installation
* Download the [[Configuration file | config.php]] file from your webserver and place in the moodle root if prompted
 
===Configuration===
 
* If you agree with the [[License | GPL license]] you will be allowed to continue
* Give your site a name and description
* Configure an admin account
 
===One last thing===
Once you have finished setting up moodle you need to set up [[Cron|cron]].
 
'''That's it! Well done :-)'''
 
==See Also==
 
* [[Installing Moodle]] A more detailed installation guide
* [[Installation FAQ]]
 
[[Category: Administrator]]
 
[[no:Hurtiginstallasjonsveiledning]]
[[ru:Установка Quickstart]]
[[ja:インストールクイックスタート]]

Revision as of 07:21, 1 November 2008

This guide is designed for administrators who have installed Moodle before and need a quick recap to jog their memory. It could also be useful for those administrators who wish to have an overview of the installation procedure before they start with our more detailed installation guide.

Preparation

  • Install PHP and required extensions, a supported database such as MySQL and a webserver on the target computer
  • Create a blank database (call it moodle if you like) and create a database user with the appropriate permissions
  • Create a data directory (call it moodledata if you wish) outside of the webserver.
  • Ensure the webserver is the owner of the data folder and give the owner read, write and execute permissions
  • Download Moodle

Installation

  • Extract the files and place them in the documents folder on the webserver (or any subfolder of your webserver)
  • Go to http://yourserver/install.php or http://yourserver/subfolders/install.php to start the installation
  • Download the config.php file from your webserver and place in the moodle root if prompted

Configuration

  • If you agree with the GPL license you will be allowed to continue
  • Give your site a name and description
  • Configure an admin account

One last thing

Once you have finished setting up moodle you need to set up cron.

That's it! Well done :-)

See Also