problem installing moodle via synaptic
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
moodle (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Trying to install MOODLE using synaptic, but it does not work.
In short, it seems that moodle is installed on /usr/share/moodle, but apache serves files on /var/www/html.
Long description of my test:
- installed ubuntu 15.04 amd64 in a virtualized virtualbox machine (language: brazillian portuguese);
- installed all updates;
- installed synaptic;
- installed MYSQL server (using synaptic);
- installed moodle (using synaptic):
- warning about libphp-adodb:
"the lib is not installed under /usr/share/adodb anymore.
New path is /usr/share/
May be necessary to change web server configuration"
- setting url for moodle site: http://
- "config moodle database with dbconfig-common?": YES
- database type: choose MYSQL
- setting passwords for moodle, mysql ...
- tested apache installation using: http://
- tested moodle: http://
Changed in moodle (Ubuntu): | |
assignee: | nobody → Mauara (mauara) |
Changed in moodle (Ubuntu): | |
assignee: | Mauara (mauara) → nobody |
I have tried installing moodle on xenial (not with synaptic though) and I got this message:
"The moodle package does not perform any automatic web server configuration, but does provide basic configuration templates for Apache."
That's true: the installation process just creates two template files in /etc/moodle/ (apache.conf to integrate moodle in an existing web server, and apache.vhost.conf to create a virtual host dedicated to moodle). It's up to you to add one of these files to your Apache configuration.