-
-
Save denysdovhan/4330f5d15079cdbbee9b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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