Last active
January 13, 2016 09:32
-
-
Save mindeffects/b0414b35d23f7712da45 to your computer and use it in GitHub Desktop.
UBUNTU for MODX ##
Inspired by http://www.mypcsupport.de/net/linux/ubuntu-lamp-installation/ ## Ubuntu LAMP Installation
This file contains hidden or 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
apt-get install apache2 | |
service apache2 restart | |
a2enmod rewrite | |
service apache2 restart | |
apt-get install php5 libapache2-mod-php5 | |
service apache2 restart | |
apt-get install mysql-server php5-mysql mysql-client | |
service mysql restart | |
## apt-get install libapache2-mod-auth-mysql phpmyadmin | |
apt-get install php5-json php5-curl php5-gd php5-imagick | |
service apache2 restart | |
cd /var/www/html | |
wget https://github.com/craftsmancoding/modx_utils/blob/master/modx_ready.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment