Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ErMandeep/1ec321b77d68497eac630cbdd7eaa5a6 to your computer and use it in GitHub Desktop.
Save ErMandeep/1ec321b77d68497eac630cbdd7eaa5a6 to your computer and use it in GitHub Desktop.
magento 2.4.1 installing
php -d memory_limit=8G bin/magento setup:install --backend-frontname="admin" \
--db-host="localhost" \
--db-name="admin_portalv1" \
--db-user="portalv1" \
--db-password="u3TSW7M1A" \
--language="en_US" \
--currency="GBP" \
--timezone="Europe/London" \
--use-rewrites=1 \
--use-secure=0 \
--base-url="http://portalv1.m2agency.co.uk" \
--base-url-secure="https://portalv1.m2agency.co.uk" \
--admin-user=admin \
--admin-password=admin0066 \
--admin-email=1mandeep2021@gmail.com \
--admin-firstname=Mandeep \
--admin-lastname=Singh \
--cleanup-database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment