Created
August 18, 2022 12:45
-
-
Save whatafunc/6c052a84b55d9cf91a7d1e2effdb7a50 to your computer and use it in GitHub Desktop.
install MODX revolution via github
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
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