Moodle Download For Mac

Focus download - Moodle for Mac OS X 3.8.3 freeware download - Use a learning management system for course web sites - Freeware downloads - best freeware - Best Freeware Download. Moodle is a virtual learning platform that has been made available to students. Download Moodle for free and create modular teaching/learning websites. Education is starting to use the world of computers and its applications to its own benefit. Moodle is a development that has been designed for students.

Jump to:navigation, search
Warning: This page is no longer in use. The information contained on the page should NOT be seen as relevant or reliable.


Overview

This guide shows all steps for the installation of Moodle on a Mac OS X Server. This server is a commercial product. You will find all documentations about the web server on the Apple support pages.

This installation guide can't be useful for an installation on MAMP or XAMPP. If you are looking for an easy way to install Moodle on your local machine please use Complete install packages for Mac OS X 10.4/10.5/10.6 Clients that can be downloaded from http://download.moodle.org/macosx/ ... but if you are planning to set up a Moodle internet server on a Mac then you should think about some more security as the ever local package could give.

Please feel free to add your ideas and wishes to the discussion page for this article. You may also write a complete chapter if you tried the facts yourself on your own Mac Server. I am most interested to make the things better.

System requirements

Configure PHP for your Moodle installation

Mac OS X 10.6 Server - No PHP installation needed

Moodle Download For Mac

The Mac OS X 10.6.5 Server (SnowLeopard) comes with PHP 5.3.3 and a lot of PHP extensions. This would be the best choice for Moodle 1.9.x and for Moodle 2.0 on a Mac OS X Server. Please forget everything you read about the missing GD Library! The PHP installation is totally complete for Moodle. You only have to switch on the PHP module and to control if the file /etc/php.ini sets the right values for Moodle.

Mac OS X 10.5 Server - Install PHP 5.3.0 and the GD Library

The Mac OS X 10.5.8 Server (Leopard) comes with PHP 5.2.6 ... this is correct for Moodle 1.9.x. But you have to add the missing GD Library support to get Moodle running on your server. For Moodle 2.0 the server must have PHP 5.2.8 (or better) and some more PHP extensions ... in this case you need to get the better PHP version. These instructions are helpful in both cases.

To see which PHP version and extensions are installed on your server you should edit the file /Library/WebServer/Documents/info.php. You must activate the function call phpinfo() by deleting the both slashes // at the start of the function line. After saving the file you can get all PHP informations in your browser. Please look at http://your-server-address/info.php ... you will not find any GD library support ... bad thing for Moodle!!


The easiest way to get the GD library support and to get a better PHP version would be the installation of the complete PHP 5.3.0 package from http://www.entropy.ch/software/macosx/php/. Marc Liyanage precompiled this package to use it on Mac clients and Mac servers. Please get the package and install it by following the instructions on the download page. The installer does everything for you ... it copies PHP into the correct folder /usr/local/php5 and changes its owner to root automatically. You will find the file php.ini inside the new package folder. Open the file /usr/local/php5/lib/php.ini and edit some settings for Moodle.

Note: If you want to install Moodle 1.8.x on the server you need to get the Entropy PHP-5.2.9-7.pkg instead. Moodle 1.8.x does not run with PHP 5.3.0. (MDL-20128)

Now the Apache web server must get knowledge that you want to use the new PHP library instead of the old. Open the application Server Admin to switch to the new library. Go to the web server settings and find the entry php5_module. The normal place for PHP the Mac server is libexec/apache2/libphp5.so. Please change to /usr/local/php5/libphp5.so and save the settings.

PHP settings in your php.ini

The next thing is to configure the file php.ini. Most of the settings are okay but not all of them. To communicate to the MySQL database with PHP you have to set the default socket name for local MySQL connects. The default socket name for local MySQLi connects is needed for Moodle 2.0.

Moodle Download For Mac

If you want to upload any file to your Moodle you should add a little bit more upload size in php.ini. If your server can't use more than 1 GB RAM you should set the memory_limit to a value less than 128M ... but it should have more than 48M for Moodle 1.9 and Moodle 2.0. Note that these sections are not likely to be consecutive in the php.ini file; the quickest way to find each one is search on the initial term (such as 'mysql.default_socket').

That's all ... save the file php.ini and restart the web server. Now you should look at http://your-server-address/info.php again. I hope that everything will be okay. You will find the version number PHP 5.3.x and the running GD library support. Congratulations ... the first step for Moodle on your Mac server is done!


Installing & configuring the intl extension.

[intl]

This directive allows you to produce PHP errors when some errorhappens within intl functions. The value is the level of the error produced.Default is 0, which does not produce any errors.intl.error_level = E_WARNING

That's all ... save the file php.ini and restart the web server. Now you should look at http://your-server-address/info.php again. I hope that everything will be okay. You will find the version number PHP 5.3.x and the running GD library support. Congratulations ... the first step for Moodle on your Mac server is done!



Configure the MySQL database for your Moodle installation

In standard case the database MySQL is installed on the Mac OS X Server but it is not running yet. Please make sure that you start the MySQL database server.

Use the graphical way

Sorry ... there are some more installations and a lot of clicks to configure MySQL in a graphical way.

First of all start the Server Admin. You will find this program by the way Applications > Server > Server Admin. Activate MySQL on the local server. You must set the password for the user root before you can start MySQL.

For the next you must download the MySQL database administration tool phpMyAdmin from http://www.phpmyadmin.net . Move the folder to the web server documents as /Library/WebServer/Documents/phpMyAdmin.

Add the security phrase to the file config.inc.php in between the single quotes on the line $cfg['blowfish_secret'] = ; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

Now you will be able to start http://your-server-address/phpMyAdmin/ in your browser and to log into the database as the user root. Add a database moodle19. Add a database user moodle to the server localhost. Don't forget to set a secure password. The database user moodle should be allowed to administrate the database moodle19 only. It is a bad way to set root to administrate the database moodle19. If you want to install also Moodle 2.0 dev please add a second database moodle20 and use the same database user for it.

phpMyAdmin is a nice thing to look into the database while Moodle is running for some time. It's much easier to see in the graphical interface than in the command line tools. The image shows the database after Moodle 1.9 and Moodle 2.0 were already installed on this server.

Use the Terminal

If you want a quick installation then don't fear to use the Terminal. It's easier to tell you all the commands for the right way with the Terminal than showing you all the pictures to do the same with graphical tools. There are only a few commands to do everything I told you before.

Start the Terminal. You will find this program by the way Applications > Tools > Terminal. You will see that we must do the same steps as before but you can read them in a text form.

First of all you need to set the root password. If you didn't this before then use the first command line. If you want to change an existing password then use the second one.

The next steps are creating a new database moodle19 with correct character set and setting up a database user moodle, with an assigned password (IDENTIFIED BY), to administrate the new database ... and if you want, then do the same for moodle20.

That's really all with the Terminal. You are just ready!

Use InnoDB with Moodle 2.0

For Moodle 2.0 you should setup the support for InnoDB in your MySQL database.

Open the file /etc/my.cnf an delete every # in all lines beginning with innodb. This uncomments the InnoDB settings. Please save the file and restart your MySQL database.

Copy the Moodle files to the web server

The documents for the web server are saved in the folder /Library/WebServer/Documents/. You will place your Moodle folder here after you got it from http://download.moodle.org. Download the standard package MOODLE_19_WEEKLY because this is the best choice for new servers. Set the owner _www for the moodle folder ... this is the user for the web server. The folder permissions should be 755 before the installation and 555 after it's done ... please remember to set this later!

You also need the moodledata folder outside of the Documents folder ... so please make one. Go to the folder /Library/WebServer/ and add the folder moodledata. Because I want to install Moodle 1.9.x and Moodle 2.0 dev together on the same Mac server I add two folders moodle19 and moodle20 inside the moodledata folder. Please set the owner _www for both folders moodle19 and moodle20 and the folder permissions to 755.

Moodle.en.uptodown.com › macMoodle 3.11.2+ for Mac - Download

If you'd like to put the moodledata folder on another volume (not a bad idea if you think you'll have a substantial amount of data within the moodle), note that you cannot simply reference it using the /Volumes/<volume_name>/folder syntax during the moodle setup. Instead, you'll need to create the folder (assigning the user and permissions), then create a link to it within the /Library/WebServer folder. To create the link, use the following command in a terminal window, substituting your data volume and folder name:

Run the Moodle installation

Moodle Download For Mac Version

The installation on the Mac server is the same like the installation on every other server.Open a web browser to http://your-server-address/moodle/install.php to begin the installation process.On the screen picture and in the shown config.php you see the web address your-server-address ... it's only a placeholder for a real address or url ... please set yours. Also a user 'moodle' with a password 'moodle' would be very unsafe settings for your installation.




The installer generates the config.php automatically and saves it in the folder /Library/WebServer/Documents/moodle19. Please edit the config.php with a text editor and add the line date_default_timezone_set('UTC');. You may change UTC to your own timezone ... this is needed for PHP 5.3.0. In case you don't know all the relevant time zone identifiers by heart, there is a list available online.

After this, the web-based installation component will walk you through several screens worth of database configurations and updates, for most of which you'll just click the continue button. You'll set up an admin user and give the site a basic configuration (title, description, etc). When the installation is ready you should change the folder permission for /Library/WebServer/Documents/moodle19 to 555 so the web server is not able to write into this folder again.

Download the language packages

Moodle is running ...

How to setup the cron job with launchd

It's really important to start the cron job every 5 minutes. The cron job assists most of Moodle's modules to perform tasks on a scheduled basis. For example, the discussion forums can only mail out copies of new posts to all subscribers if the cron job tells Moodle to do this.

In Mac OS X you will find the system daemon launchd for this service. This daemon offers a standardized interface to any user and all programs started automatically by the system. Please look at http://developer.apple.com/macosx/launchd.html for more information about the configurations and all parameters.

In our case the service should get the web page http://your-server-address/moodle19/admin/cron.php every 5 minutes. The configuration will be done by the file named moodle4mac.cron.plist which must be placed in the system folder /Library/LaunchDaemons/ ... surely you can use any other file name but it should say something about the function of the service. The extension must be .plist. After any reboot of your Mac server the cron service will start automaticly because the file is placed in the correct system folder.

Use the graphical way

You can use Lingon to add a new daemon plist or to edit one. It produces the same text as you can write in your text editor. http://sourceforge.net/projects/lingon/files/

Use a text editor

Please use a text editor to write the needed file. You can open the Terminal and use the system editors vi or pico. But you can also write the text file with any GUI text editor ... I mostly use TextWrangler ... but do NOT take an editor for formatted texts like Microsoft Word or OpenOffice Writer. You must get pure text!

The label string must be the same as the file name is but without the extension .plist. Save the text file /Library/LaunchDaemons/moodle4mac.cron.plist. The owner of the file must be set to the system user root. That's all, really!

How to start and stop the cron service

You can start the new cron service in the Terminal.

The following command would stop the service. If you want to activate changes in the cron service you need to unload and then to load the daemon again.

Only one service for two servers?

For my server I needed to have a cron service for to instances moodle19 and moodle20 ... no problem ... with the typo moodle[19-20] the server will get a cron service for both instances.

Moodle Download For Mac

To see if the cron service works correctly you should look at the access.log of your web server. The cron.php should be accessed every 5 minutes ... on my server for both Moodle instances moodle19 and moodle20 ... oh yes, it works!!

User administration via LDAP

The following settings will work on 10.5 Server running LDAP - edit them to customize to your own environment. Please note that moodle requires some fields - it is best to have these fields completed in Workgroup Manager on 10.5 Server - otherwise they'll be prompted to enter info into their moodle profile on first login, but the way we've got it set up, moodle can't modify LDAP for security and data integrity. The necessary fields are user name, first name, surname, Email address, City/Town, country, description, ID number.

See also

Retrieved from 'https://docs.moodle.org/311/en/index.php?title=Obsolete:Step_by_Step_Installation_on_a_Mac_OS_X_Server&oldid=112922'

Download Free Moodle Mobile for PC with the tutorial at BrowserCam. Even if Moodle Mobile undefined is developed for the Android mobile along with iOS by Moodle Pty Ltd.. it is possible to install Moodle Mobile on PC for MAC computer. Ever thought how to download Moodle Mobile PC? Don't worry, let's break it down for yourself into straightforward steps.

The First thing is, to select a Android emulator. There are so many paid and free Android emulators created for PC, but then we propose either Andy OS or BlueStacks since they're reputable and also compatible with both the Windows (XP, Vista, 7, 8, 8.1, 10) and Mac operating systems. It is really a good idea to check before hand if the PC has got the minimum system prerequisites to install Andy or BlueStacks emulators and in addition look at the acknowledged issues specified in the official websites. It is quite effortless to download and install the emulator once you are prepared and simply requires few moments. Simply click underneath download link to begin with downloading the Moodle Mobile .APK to your PC in the event you don't discover the undefined on playstore.

How to Install Moodle Mobile for PC:

En.freedownloadmanager.org › Mac-OS › Moodle-FREEMoodle (free) Download Mac Version

  • Get started with downloading BlueStacks Android emulator for the PC.
  • Begin with installing BlueStacks App player by opening up the installer when the download process is finished.
  • Through the installation process click on on 'Next' for the initial couple of steps after you find the options on the computer screen.
  • Once you see 'Install' on the display, simply click on it to get started with the last installation process and then click 'Finish' just after it is finally done.
  • So now, either from your windows start menu or desktop shortcut open up BlueStacks Android emulator.
  • Before you could install Moodle Mobile for pc, it is crucial to assign BlueStacks App Player with the Google account.
  • Finally, you must be brought to google play store page this enables you to search for Moodle Mobile undefined using the search bar and then install Moodle Mobile for PC or Computer.

2:08youtube.comHow To Install Moodle On Mac OS

You'll be able to install Moodle Mobile for PC utilizing apk file if you do not find the undefined inside google play store simply by clicking on the apk file BlueStacks software will install the undefined. One might continue with the above same process even though you want to opt for Andy OS or you prefer to choose free install Moodle Mobile for MAC.