Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Last active November 15, 2020 16:15
Show Gist options
  • Save LinuxlinkedBD/622c19582a177044d5350d60a88534b0 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/622c19582a177044d5350d60a88534b0 to your computer and use it in GitHub Desktop.
Drupal CMS installation on Ubuntu with LAMP stack
If you need complete drupal CMS setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/qU3pU7RV590
########################################################################################################################################
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 ftp.drupal.org/files/projects/drupal-8.3.5.tar.gz
sudo a2enmod rewrite
sudo systemctl restart apache2.service
sudo systemctl restart apache2
sudo systemctl status apache2
# Browse http://localhost/ on browser
#drupal #cms #php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment