cancel
Showing results for 
Search instead for 
Did you mean: 

What's next after running /magento setup:install

What's next after running /magento setup:install

Hi all,
I've got as far as running the following command to install Magento 2.4.3 on localhost

 

./magento/bin/magento setup:install \ 
--base-url=$BASE_URL \
--db-host=$DB_HOST \
--db-name=$DB_NAME \
--db-user=$DB_USER \
--db-password=$DB_PASSWORD \
--admin-firstname=$ADMIN_FIRSTNAME \
--admin-lastname=$ADMIN_LASTNAME \
--admin-email=$ADMIN_EMAIL \
--admin-user=$ADMIN_USERNAME \
--admin-password=$ADMIN_PASSWORD \
--language=$LANGUAGE \
--currency=$CURRENCY \
--timezone=$TIMEZONE \
--use-rewrites=$USE_REWRITES \
--search-engine=$SEARCH_ENGINE \
--elasticsearch-host=$ELASTICSEARCH_HOST \
--elasticsearch-port=$ELASTICSEARCH_PORT

Output:
...
Progress: 1384 / 1386] Post installation file permissions check... For security, remove write permissions from these directories: '/home/www/html/websites/evaluate/magento/magento_2.4.3-evaluate/magento/app/etc' [Progress: 1385 / 1386] Write installation date... [Progress: 1386 / 1386] [SUCCESS]: Magento installation complete. [SUCCESS]: Magento Admin URI: /admin_xxxxxx Nothing to import

When I go to the store front to verify the installation - all I see is a directory listing:

 

trying to access store front on localhosttrying to access store front on localhost

Do I have to run any other setup commands to finish the installation please?

3 REPLIES 3

Re: What's next after running /magento setup:install

When I go to the storefront URL to verify the installation - all I see is a directory listing:

 

trying to access store front on localhosttrying to access store front on localhost

Re: What's next after running /magento setup:install

@keithkarsi45c8 

The below solution can be helpful for you:

https://meetanshi.com/blog/install-magento-2-4-2-on-localhost-using-xampp/

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: What's next after running /magento setup:install

Thanks for your helpful reply Sanjay.

I'll try that and get back to you with how it goes.