Skip to content

Instantly share code, notes, and snippets.

@jpdevries
Last active August 29, 2015 14:12
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 jpdevries/b7a2a88a91f00d7c13e5 to your computer and use it in GitHub Desktop.
Save jpdevries/b7a2a88a91f00d7c13e5 to your computer and use it in GitHub Desktop.
simple MODX installation
cd /www/modx/ #your webroot
wget http://modx.s3.amazonaws.com/releases/2.3.2/modx-2.3.2-pl-advanced.zip
unzip modx-2.3.2-pl-advanced.zip
# you'll have a core and setup folder. hit the /setup in a web browser and complete the setup process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment