From: nfreear Date: Wed, 23 May 2007 14:45:49 +0000 (+0000) Subject: Follow up fix for bug MDL-9890 - replacing nicolasconnault's fixes that I overwrote... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5dbae3560e75efbc9b5d5e109f1fc8495cf564ca;p=moodle.git Follow up fix for bug MDL-9890 - replacing nicolasconnault's fixes that I overwrote - sorry! --- diff --git a/lang/en_utf8/help/install.html b/lang/en_utf8/help/install.html index f0c8696641..542f2d3f24 100644 --- a/lang/en_utf8/help/install.html +++ b/lang/en_utf8/help/install.html @@ -5,8 +5,8 @@ web server setups, so this document may look long and complicated. Don't panic, once you know how to do it you can install Moodle in minutes!

If you have problems please read this document carefully - most common issues are answered in here. If you still have trouble, you can seek help from - Moodle Help

-

Another option is to contact a web hosting company + Moodle Help

+

Another option is to contact a web hosting company who can completely maintain Moodle for you, so that you can ignore all this and get straight into educating!

 

@@ -27,20 +27,20 @@

 

-

1. Requirements

+

1. Requirements

Moodle is primarily developed in Linux using Apache, MySQL and PHP (also sometimes known as the LAMP platform), but is also regularly tested with PostgreSQL and on Windows XP, Mac OS X and Netware 6 operating systems

The requirements for Moodle are as follows:

    -
  1. Web server software. Most people use Apache, +
  2. Web server software. Most people use Apache, but Moodle should work fine under any web server that supports PHP, such as IIS on Windows platforms.
  3. -
  4. PHP scripting language (version 4.1.0 +
  5. PHP scripting language (version 4.1.0 or later). PHP 5 is supported as of Moodle 1.4.
  6. -
  7. a working database server: MySQL - or PostgreSQL are +
  8. a working database server: MySQL + or PostgreSQL are completely supported and recommended for use with Moodle.

Most web hosts support all of this by default. If you are signed up with @@ -50,10 +50,10 @@ then please take a look at the administrator documentation.

 

-

2. Download and copy files into place

+

2. Download and copy files into place

There are two ways to get Moodle, as a compressed package and via CVS. These - are explained in detail on the download page: http://moodle.org/download/

+ are explained in detail on the download page: http://moodle.org/download/

After downloading and unpacking the archive, or checking out the files via CVS, you will be left with a directory called "moodle", containing a number of files and folders.

@@ -64,13 +64,13 @@

If you are downloading Moodle to your local computer and then uploading it to your web site, it is usually better to upload the whole archive as one file, and then do the unpacking on the server. Even web hosting interfaces like Cpanel allow you to uncompress archives in the "File Manager".

 

-

3. Site structure

+

3. Site structure

You can safely skip this section, but here is a quick summary of the contents of the Moodle folder, to help get you oriented:

- + @@ -109,7 +109,7 @@

 

-

4. Run the Installer script to create config.php

+

4. Run the Installer script to create config.php

To run the installer script (install.php), just try to access your Moodle main URL using a web browser, or access http://yourserver/install.php directly.

(The Installer will try to set a session cookie. If you get a popup warning in your browser make sure you accept that cookie!)

@@ -119,7 +119,7 @@
-

4.1 General web server settings

+

4.1 General web server settings

Firstly, make sure that your web server is set up to use index.php as a default page (perhaps in addition to index.html, default.htm and so on).

@@ -190,7 +190,7 @@ php_value post_max_size 2M

 

-

4.2 Creating a database

+

4.2 Creating a database

You need to create an empty database (eg "moodle") in your database system @@ -227,7 +227,7 @@ php_value post_max_size 2M

 

-

4.3 Creating a data directory

+

4.3 Creating a data directory

Moodle will also need some space on your server's hard disk to store uploaded files, such as course documents and user pictures.

@@ -245,7 +245,7 @@ php_value post_max_size 2M
-

5. Go to the admin page to continue configuration

+

5. Go to the admin page to continue configuration

Once the basic config.php has been correctly created in the previous step, trying to access the front page of your site will take you the "admin" page for the rest of the configuration.

The first time you access this admin page, you will be presented with @@ -264,10 +264,10 @@ php_value post_max_size 2M unsigned NOT NULL default '0', enddate int(10) unsigned NOT NULL default '0', timemodified int(10) unsigned NOT NULL default '0', PRIMARY KEY (id)) TYPE=MyISAM

-

SUCCESS

+

SUCCESS

-

...and so on, followed by: Main databases set up - successfully.

+

...and so on, followed by: Main databases set up + successfully.

If you don't see these, then there must have been some problem with the database or the configuration settings you defined in config.php. Check that PHP isn't @@ -288,7 +288,7 @@ php_value post_max_size 2M This is easy to fix: just turn off the "secureforms" setting, then try to continue again.

-

Next you will see more pages that print lots of status messages as they set up all the tables required by the various Moodle module. As before, they should all be green.

+

Next you will see more pages that print lots of status messages as they set up all the tables required by the various Moodle module. As before, they should all be green.

Scroll down the very bottom of the page and press the "Continue" link.

The next page is a form where you can define parameters for your Moodle site and the front page, such as the name, format, description and so on. Fill @@ -299,11 +299,11 @@ php_value post_max_size 2M email etc and then click "Save changes". Not all the fields are required, but if you miss any important fields you'll be re-prompted for them.

-
-
-
-
-
+
+
+
+
+

Make sure you remember the username and password you chose for the administration user account, as they will be necessary to access the administration page in future.

@@ -331,7 +331,7 @@ php_value post_max_size 2M

 

-

6. Set up cron -- IMPORTANT!

+

6. Set up cron -- IMPORTANT!

Some of Moodle's modules require continual checks to perform tasks. For example, Moodle needs to check the discussion forums so it can mail out copies of posts @@ -359,7 +359,7 @@ php_value post_max_size 2M

On Windows systems

-

The simplest way is to use this little package moodle-cron-for-windows.zip which makes this whole thing very easy by installing a small Windows service. Run it and forget about it!

+

The simplest way is to use this little package moodle-cron-for-windows.zip which makes this whole thing very easy by installing a small Windows service. Run it and forget about it!

On web hosting services

@@ -406,7 +406,7 @@ php_value post_max_size 2M

 

-

7. Create a new course

+

7. Create a new course

Now that Moodle is running properly, you can try creating a new course to play with.

Select "Create a new course" from the Admin page (or the admin @@ -424,6 +424,6 @@ php_value post_max_size 2M

See the "Teacher Documentation" for more details on course-building.

 

-

Happy exploring and happy Moodling!

-

If you like Moodle, please consider donating to help us cover our costs!

+

Happy exploring and happy Moodling!

+

If you like Moodle, please consider donating to help us cover our costs!

diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 8d2dbcae12..beec21e3bb 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -1012,4 +1012,9 @@ form.mform .fdescription.required { } #help .example1 { color: #a00; -} \ No newline at end of file +}#help .success { + color: #080; +} +#help .center { + text-align: center; +}
config.phpconfig.php - contains basic settings. This file does not come with Moodle - you will create it.