-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev-87 install error #620
Comments
As a quick workaround, if you run "php -f dev/tools/Magento/Tools/View/deploy.php" it will generate pub/static. I am not sure this is the "right" answer, but hopefully it will get you going until the right answer comes along ;-). Ignore any error messages that come up. |
Thank you. |
Hi, @akacemy
|
About rendered files. Yes, it's more a workaround :) It still can work for you, if you don't need to change static view files (e.g., you're a not a front-end developer). |
@akacemy, we are glad that the issue was resolved using the workaround. Did you encounter it again while installing newer versions of code? If yes, did you follow the recommendations by @buskamuza? Please let us know so that we could assist you further if needed or close this issue if it is resolved for you. |
I came across the same issue and did check mod_rewrite and .htaccess. ( I am using apache though) The files seem to not exist. @alankent - that tip worked amazing! thank you |
@jamieshiz , files should not exist from start. In "default" mode the files will appear as they're requested. In "developer" mode files are never published to |
What? and why does Magento2 require mod_rewrite to install. I see why I'm unable to install in IIS/FastCGI now. +1 to removing the mod_rewrite module requirement. |
@gfxguru you can run it without Apache / mod_rewrite if you use the builtin webserver in php 5.4+; use the bootstrap file on my repo and see the section about Magento 2 dev mode: https://github.com/philwinkle/Magento-PHP-Webserver-Router |
Closing this issue as the solution was provided in the thread. |
[SUPPORT] MDVA-254: Magento 2.0.6 Publication
Hello,
the last commit magento 2.0.0 dev 87 does not inlcude installation files under pub/static. can not install it.
thank you.
The text was updated successfully, but these errors were encountered: