а потом : Расширение PHP "cURL" необходимо установить и включитьчто делать?
От рута командуете, например, так:apt-cache search curl | grep php
Видно, что есть пакет:php5-curl - CURL extensions
Вот его и ставьте.
Спасибо! Уже БЫЛ установлен...
Вот что выдает moodle при установке:
This release of the {$a->installername} includes the applications to create an environment in which Moodle will operate, namely:
Notice: Undefined property: stdClass::$webname in /var/www/webapps/moodle/install/distribution.html on line 3 Notice: Undefined property: stdClass::$webversion in /var/www/webapps/moodle/install/distribution.html on line 3
Notice: Undefined property: stdClass::$phpname in /var/www/webapps/moodle/install/distribution.html on line 4 Notice: Undefined property: stdClass::$phpversion in /var/www/webapps/moodle/install/distribution.html on line 4
Notice: Undefined property: stdClass::$dbname in /var/www/webapps/moodle/install/distribution.html on line 5 Notice: Undefined property: stdClass::$dbversion in /var/www/webapps/moodle/install/distribution.html on line 5
The package also includes Moodle {$a->moodlerelease} ({$a->moodleversion}).
The use of all the applications in this package is governed by their respective licences. The complete {$a->installername} package is open source and is distributed under the GPL license.
The following pages will lead you through some easy to follow steps to configure and set up Moodle on your computer. You may accept the default settings or, optionally, amend them to suit your own needs.
Click the "Next" button below to continue with the set up of Moodle.
--------------------------------------------------------------------------------------------------------------
а потом по аглицки выдал суть проблемы (до этого я переключал на русский, а там только был видимо 1 ответ на все вопросы)
Web address
Full web address where Moodle will be accessed. It's not possible to access Moodle using multiple addresses. If your site has multiple public addresses you must set up permanent redirects on all of them except this one. If your site is accessible both from Intranet and Internet use the public address here and set up DNS so that the Intranet users may use the public address too. If the address is not correct please change the URL in your browser to restart installation with a different value.
Moodle directory
Full directory path to Moodle installation.
Data directory
You need a place where Moodle can save uploaded files. This directory should be readable AND WRITEABLE by the web server user (usually 'nobody' or 'apache'), but it must not be accessible directly via the web. The installer will try to create it if doesn't exist.
Будем разруливать права доступа...