Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Last active November 10, 2020 07:14
Show Gist options
  • Save LinuxlinkedBD/52b83d06be4d1fe7be58e777de1b9261 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/52b83d06be4d1fe7be58e777de1b9261 to your computer and use it in GitHub Desktop.
Opigno LMS on Ubuntu with Apache2, MariaDB and PHP 7.2
If you need complete Opigno LMS setup, ping me on below contacts:
#Telegram: https://t.me/linuxlinked
#email: [email protected]
#WhatsApp: https://wa.me/8801720903155
#Skype:live:.cid.c0dc316b9d727d5e
#YouTube: https://youtu.be/dC6NhHKWHZo
########################################################################################################################################
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt install php7.2 libapache2-mod-php7.2 php7.2-common php7.2-mysql php7.2-gmp php7.2-curl php7.2-intl php7.2-mbstring php7.2-xmlrpc php7.2-gd php7.2-bcmath php7.2-xml php7.2-cli php7.2-zip
sudo systemctl start apache2
sudo systemctl enable apache2
wget https://ftp.drupal.org/files/projects/opigno_lms-7.x-1.31-core.zip
sudo a2ensite opigno.conf
sudo a2enmod rewrite
sudo systemctl restart apache2.service
sudo systemctl restart apache2
sudo systemctl status apache2
# Browse http://localhost/ on browser.
#opigno #opignolms #drupal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment