Created
March 28, 2020 11:15
-
-
Save iamdylanngo/7e5ec42aea35c3dbbcb1d910066e0df2 to your computer and use it in GitHub Desktop.
magento2-redhat8.readme
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
| Guide setup magento 2 on Centos 8 | |
| Make sure the your environment have installed Nginx, PHP-FPM, Composer | |
| # Install magento 2 by composer | |
| composer create-project --repository-url=https://repo.magento.com/magento/project-community-edition=2.3.4 /var/www/m234cc | |
| # Dowload magento | |
| curl -o m2-2.3.4.tag.gz https://codeload.github.com/magento/magento2/tar.gz/2.3.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment