Skip to content

Instantly share code, notes, and snippets.

@whatafunc
Created August 18, 2022 12:45
Show Gist options
  • Save whatafunc/6c052a84b55d9cf91a7d1e2effdb7a50 to your computer and use it in GitHub Desktop.
Save whatafunc/6c052a84b55d9cf91a7d1e2effdb7a50 to your computer and use it in GitHub Desktop.
install MODX revolution via github
The following is OK for MODX 2.8.x and 3.x installations using git
https://docs.modx.com/3.x/en/getting-started/installation/git#alternative-using-create-project
git clone http://github.com/modxcms/revolution.git -b 3.x www
curl -sS https://getcomposer.org/installer -o ./composer-setup.php
php7.4 composer-setup.php
php7.4 composer.phar
php7.4 composer.phar install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment