Город МОСКОВСКИЙ
00:33:28

Installation of Moodle in Linux | Ubuntu or Fedora or any distribution | Complete Tutorial

Аватар
PHP: Как заработать в Интернете
Просмотры:
22
Дата загрузки:
30.11.2023 23:32
Длительность:
00:33:28
Категория:
Обучение

Описание

Installation of #moodle in #Ubuntu 18.04 LTS.
MOODLE installation in Ubuntu 18.04 LTS (Long Term Support)
MOODLE is LMS (Learning Management System)
It can be installed on a
Small Desktop (PC)
Tower Server
Blade Server
Private Cloud

#LMS

Linux is powerful for MOODLE .

Two software are needed.
LAMP Server (Linux Apache MySQL Php)
Bitnami LAMP STACK - I already downloaded (www.bitnami.org)

MOODLE software - Prefer Always the latest stable version. I already downloaded. www.moodle.org

To which port number, 80 to be used (for this i need to be a super user or administator in this machine).
/home/pradeepkumar

Copy the file to /opt

$] sudo cp bitnami-lampstack-7.1.17-0-linux-x64-installer.run /opt/
$] cd /opt/
$] sudo chmod 755 bitnami-lampstack-7.1.17-0-linux-x64-installer.run
To check the file permissions,
$] ls -l

BITNAMI LAMP Stack installed successfully.
To start using a terminal, here is the command

MOODLE installation

There is afolder called
/opt/lampstxxxx/apache2/htdocs/moodle/

$] cd /opt/lamp*/apache2/htdocs
$] sudo tar zxvf moodle-3.5.tgz
$] cd moodle/


https://www.youtube.com/tspradeepkumar
Thank you

Рекомендуемые видео