Skip to content

php install script help only available after installation #779

@nyov

Description

@nyov

The README (Running the Magento 2 installer) says

Before you begin, you can run the following commands to find values for some required options:
php -f index.php help languages [...]

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

You must install Magento from its setup subdirectory.

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions