Skip to content

Instantly share code, notes, and snippets.

@iamdylanngo
Created March 28, 2020 11:15
Show Gist options
  • Select an option

  • Save iamdylanngo/7e5ec42aea35c3dbbcb1d910066e0df2 to your computer and use it in GitHub Desktop.

Select an option

Save iamdylanngo/7e5ec42aea35c3dbbcb1d910066e0df2 to your computer and use it in GitHub Desktop.
magento2-redhat8.readme
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