Skip to content

Instantly share code, notes, and snippets.

@denysdovhan
Forked from CountZachula/xampp-install.sh
Last active August 29, 2015 14:18
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 denysdovhan/4330f5d15079cdbbee9b to your computer and use it in GitHub Desktop.
Save denysdovhan/4330f5d15079cdbbee9b to your computer and use it in GitHub Desktop.
# Download and install XAMPP (Ubuntu 12.10)
# Depends on python-gtk2:i386 and python-glade2:i386 for the Control Panel
# If all else fails, XAMPP has step by step instructions at: http://www.apachefriends.org/en/xampp-linux.html
sudo add-apt-repository ppa:upubuntu-com/xampp;
sudo apt-get update;
sudo apt-get install xampp;
# Append the following if you're on a 64-bit system (~250MB)
sudo apt-get install ia32-libs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment