rgranadino / mage2_vagrant

Simple Magento 2 Vagrant Box
249 stars 68 forks source link

Following setup - images, js, css, fonts missing #63

Open knospe- opened 8 years ago

knospe- commented 8 years ago

Hi,

I have followed the setup instructions. At the step 7 I realised that composer was not installed so installed it manually following the instructions on composer homepage. Than I was able to finish all the steps of the setup. At the step 8 I installed Magento 2 with sample data (reinstall -s). I am able to access the frontend and backend. Unfortunately images, js, css, fonts are missing in both systems. Did anybody else had this problem?

edenreich commented 7 years ago

@knospe Hi, Im very new to this kind of system yet I had similar problem when I installed it on xampp using windows im pretty sure there is a command I've seen that solve the problem. did you try to type in the command line: php /vagrant/data/bin/magento setup:static-content:deploy that should solve it.