mirror of
https://github.com/moodle/moodle.git
synced 2025-04-28 11:55:58 +02:00
Tweaks
This commit is contained in:
parent
6f3ba7c93d
commit
9fc3aa87b4
@ -192,8 +192,8 @@ php_value post_max_size 2M
|
||||
<P>(Moodle will also try to set some cookies in your browser. If you have
|
||||
your browser set up to let you choose to accept cookies, then you <B>must</B>
|
||||
accept the Moodle cookies, or Moodle won't work properly.)
|
||||
<p>Now Moodle will start setting set up your database. Firstly, the main database
|
||||
tables are created. You should see a number of SQL statements followed by
|
||||
<p>Now Moodle will start setting up your database and creating tables to store data.
|
||||
Firstly, the main database tables are created. You should see a number of SQL statements followed by
|
||||
status messages (in green or red) that look like this:</p>
|
||||
<blockquote>
|
||||
<p>CREATE TABLE course ( id int(10) unsigned NOT NULL auto_increment, category
|
||||
@ -217,8 +217,7 @@ php_value post_max_size 2M
|
||||
<p>Scroll down the very bottom of the page and press the "Continue"
|
||||
link.</p>
|
||||
<p>Next you will see a similar page that sets up all the tables required by
|
||||
each Moodle module. As before, they should all be green, otherwise you may
|
||||
be a problem in the module code.</p>
|
||||
each Moodle module. As before, they should all be green.</p>
|
||||
|
||||
<p>Scroll down the very bottom of the page and press the "Continue"
|
||||
link.</p>
|
||||
@ -312,8 +311,6 @@ php_value post_max_size 2M
|
||||
</blockquote>
|
||||
<p>On Windows systems: The simplest way is to use my package <A TITLE="Click to download this package (150k)" HREF="http://moodle.com/download/moodle-cron-for-windows.zip">moodle-cron-for-windows.zip</A>
|
||||
which makes this whole thing very easy.</p>
|
||||
<p>Other platforms: you will need to find another way to do this (please let
|
||||
me know so I can update this documentation).<br>
|
||||
</p>
|
||||
</blockquote>
|
||||
<H3><A NAME="course"></A>10. Create a new course</H3>
|
||||
|
@ -192,7 +192,7 @@
|
||||
<H3><A NAME="course"></A>Running the course</H3>
|
||||
<blockquote>
|
||||
<p>I could write a thesis about this. Actually I <strong>am</strong> writing
|
||||
a thesis about this. <img src="../pix/s/biggrin.gif" width="16" height="16"></p>
|
||||
a thesis about this. <img src="../pix/s/biggrin.gif" width="15" height="15"></p>
|
||||
<p>Until then here are just a few quick pointers:</p>
|
||||
<ol>
|
||||
<li>Subscribe yourself to all the forums.</li>
|
||||
@ -221,8 +221,8 @@
|
||||
local site administrator.</p>
|
||||
<p>If you have some great ideas for improvements to Moodle, or even some good
|
||||
stories, come over to <a href="http://moodle.com/" target="_top">moodle.com</a> and join
|
||||
in the Teacher's forum on that site. We'd love to hear them, and you can help
|
||||
Moodle improve.</p>
|
||||
in the course called "<A HREF="http://moodle.com/course/view.php?id=5" target=_top >Using Moodle</A>".
|
||||
We'd love to hear from you, and you can help Moodle improve.</p>
|
||||
<p>If you want to contribute to coding new modules, or writing documentation,
|
||||
or papers, contact me: <a href="http://dougiamas.com/" target="_top">Martin
|
||||
Dougiamas</a> or browse the "bug tracker" site for Moodle, at <a href="http://bugs.moodle.com" target="_top">bugs.moodle.com</a></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user