0

Magento 2.n.n

Started with composer to get metapackage. Following the command-line of

composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition <installation directory name> 

How do you set pre-installation file system ownership and permissions on Windows?

  1. Created a blank database. Magento_2

  2. Setup v-host configuration for magento-2.local

  3. Used Google Chrome browser to install Magento 2 in the browser.

  4. All steps completed successfully.

Everything okay at this point

Clicked on the 2 links on the success page.

http://magento-2.local

http://magento-2.local/admin

All Magento base JS, CSS and Magento images for dashboard not found.

Does anyone know what is the cause of this issue?

Devtype
2,9683 gold badges26 silver badges37 bronze badges
asked Nov 9, 2016 at 2:48

1 Answer 1

1

You must write static view files to the Magento file system manually using the command:

php bin/magento setup:static-content:deploy

answered Nov 9, 2016 at 7:36

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.