Last active
November 4, 2023 08:13
-
-
Save UbuntuEvangelist/e9f868adb7322314456979df30b0f304 to your computer and use it in GitHub Desktop.
Install Opigno LMS Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contact Me For Install Opigno LMS Linux: | |
Telegram: https://t.me/LinuxGun | |
WhatsApp: https://wa.link/o9zcd5 | |
Skype: https://join.skype.com/wjhRb0v3AeoM | |
SMS: +8801890757616 | |
IMO: +8801890757616 | |
BiP: +8801890757616 | |
Viber: +8801890757616 | |
Signal: +8801890757616 | |
Discord: blockchain#9191 | |
Email: [email protected] | |
----------------------------------------------------------------------------------------------------------- | |
sudo -i | |
apt update -y | |
apt upgrade -y | |
apt install build-essential checkinstall | |
apt install ubuntu-restricted-extras | |
apt install software-properties-common | |
add-apt-repository ppa:nilarimogard/webupd8 | |
apt update | |
apt install launchpad-getkeys | |
launchpad-getkeys | |
add-apt-repository ppa:git-core/ppa | |
apt update | |
apt install git | |
git config --global user.name "YourName" | |
git config --global user.email [email protected] | |
apt upgrade -y | |
apt -f install | |
apt autoremove | |
apt -y autoclean | |
apt -y clean | |
apt update | |
reboot | |
apt update | |
apt upgrade | |
apt install apache2 | |
ufw allow in "Apache Full" | |
apache2 -v | |
service apache2 restart | |
apt install mariadb-server | |
mysql_secure_installation | |
mysql --version | |
service mysql start | |
service mysql restart | |
cd /tmp && wget https://ftp.drupal.org/files/projects/opigno_lms-8.x-2.21-core.zip | |
unzip opigno_lms-8.x-2.21-core.zip | |
sudo mv opigno_lms-8.x-2.21 /var/www/html/opigno | |
sudo chown -R www-data:www-data /var/www/html/opigno/ | |
sudo chmod -R 755 /var/www/html/opigno/ | |
cd /var/www/html/opigno/ | |
apachectl -t | |
a2dismod mpm_event | |
systemctl restart apache2 | |
a2enmod mpm_prefork | |
a2enmod php7.4 | |
a2enmod rewrite | |
systemctl reload apache2 | |
systemctl restart apache2 | |
#opigno #opigno_LMS | |
#install #opigno #lms #linux | |
Author
UbuntuEvangelist
commented
May 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment