Skip to content

Instantly share code, notes, and snippets.

@DevSecOpsGuy
Last active November 19, 2021 12:32
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DevSecOpsGuy/dfc9cae4b84060d28a46a1d17c05d5b2 to your computer and use it in GitHub Desktop.
Save DevSecOpsGuy/dfc9cae4b84060d28a46a1d17c05d5b2 to your computer and use it in GitHub Desktop.
AMPPS 3.8 on Ubuntu 18.04.3 LTS
sudo apt-get update
sudo apt-get install libfontconfig1 libxrender1
wget http://s4.softaculous.com/a/ampps/files/Ampps-3.8-x86_64.run
sudo chmod 0755 Ampps-3.8-x86_64.run
sudo ./Ampps-3.8-x86_64.run
cd /usr/local/ampps
sudo ./Ampps
!If get error then try
cd /usr/local/ampps/apache/lib
sudo mkdir bck
sudo mv ./libapr* ./bck/
sudo apt-get -y install libaprutil1 libaprutil1-dev libapr1 libapr1-de
sudo QT_X11_NO_MITSHM=1 /usr/local/ampps/Ampps
!Video Tutorial:
https://youtu.be/Bv8O_P0mEck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment