Skip to content

Instantly share code, notes, and snippets.

@mindeffects
Last active January 13, 2016 09:32
Show Gist options
  • Save mindeffects/b0414b35d23f7712da45 to your computer and use it in GitHub Desktop.
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
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