Horje
install magento 2 using composer Code Example
install magento 2 using composer
1
 composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition <install-directory-name>
install magento 2 command line composer
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition .
install magento 2
php bin/magento setup:install --base-url="http://magento2.local/" --db-host="localhost" --db-name="magento" --db-user="magento" --db-password="mage3nt0" --admin-firstname="admin" --admin-lastname="admin" --admin-email="user@example.com" --admin-user="admin" --admin-password="admin123" --language="en_US" --currency="USD" --timezone="America/Chicago"  --use-rewrites="1"  --backend-frontname="admin"




Shell

Related
adb command to open deeplink Code Example adb command to open deeplink Code Example
git remove cache Code Example git remove cache Code Example
get folder size powershell Code Example get folder size powershell Code Example
dependencies dpkg Code Example dependencies dpkg Code Example
GVfs metadata is not supported. Fallback to Tell Metadata Manager. Either GVfs is not correctly installed or GVfs metadata are not supported on this platform. In the latter case, you should c GVfs metadata is not supported. Fallback to Tell Metadata Manager. Either GVfs is not correctly installed or GVfs metadata are not supported on this platform. In the latter case, you should c

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13