Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

magento 2.4 install command line

In the command prompt, execute the command:$ php bin/magento setup:install –base-url=”http://localhost/magento2/” –db-host=”localhost” –db-name=”dbmagento241″ –db-user=”root” –admin-firstname=”admin” –admin-lastname=”admin” –admin-email=”user@example.com” –admin-user=”admin” –admin-password=”admin123″ –language=”en_US” 
 
PREVIOUS NEXT
Tagged: #magento #install #command #line
ADD COMMENT
Topic
Name
3+6 =