-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
php install script help only available after installation #779
Comments
Hi. Why do you believe the script always silently fails if run from within the setup directly? If you have a look at https://github.com/alankent/docker-magento2-demo-apache/tree/master/scripts you will see the scripts I use to create a Docker image. This does a cd into the setup directory, and after I created the image the installation worked. So I was wondering if you could provide a bit more detail about what behavior you observed. Thanks! Thanks for the other feedback on the error message and sequence of commands in documentation that might not be quite right. |
Well, this is typical. Trying to retrace the steps... Now it works. And the other issue actually seems to be a mis-spelling thing I tripped over:
That's the syntax the tool's help actually mentions, so I must have copy-pasted it from the readme :/ Very sorry, all my fault! |
I'll close this, as fixing the readme is probably not quite an important priority at this time. |
Thanks. We will review the README as well. It is important (to me anyway). It should also be easy! ;-) |
…ge-gallery-look-ups MAGETWO-63062: Product image gallery look-ups use incorrect ID
MSI-690: Unskip and Fix Integration Test for Quantity Increment Messa…
The README (Running the Magento 2 installer) says
These actually only produce results after an installation, aside from failing without any helpful error messages (
Reason for failure: Invalid arguments or no arguments provided
), which almost had me thinking the installer was broken there for a while.What made matters worse for me, the script will always "silently" fail, if run from inside the setup directory, while the README explicitely states
The above mentioned README lines should really read something like
php -f setup/index.php help languages
, and fix the notice to say that the script is supposed to be run from the magento root directory.Unless this is a temporary hiccup and supposed to work differently later.
(version tested 0.1.0-alpha106 / e05a60c)
Thanks
The text was updated successfully, but these errors were encountered: