Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LinuxDevOpsGirl/7adbb0564e03ab0a438903832a6586c8 to your computer and use it in GitHub Desktop.
Save LinuxDevOpsGirl/7adbb0564e03ab0a438903832a6586c8 to your computer and use it in GitHub Desktop.
Drupal Installation Service Using LAMP Stack
YouTube: https://youtu.be/E-me8J8iizw
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 youremail@gmail.com
apt upgrade -y
apt -f install
mv drupal-9.2.5 drupal
Visit:
http://64.227.15.41/drupal/core/install.php
@LinuxDevOpsGirl
Copy link
Author

Screenshot from 2021-10-19 16-44-10

@LinuxDevOpsGirl
Copy link
Author

Screenshot from 2021-10-19 16-48-27

@LinuxDevOpsGirl
Copy link
Author

Screenshot from 2021-10-19 16-49-38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment