Skip to content

Commit

Permalink
ENGCOM-7910: [2.4] [ISSUE-29299] Fix Build-in README installation com…
Browse files Browse the repository at this point in the history
…mand. #29300
  • Loading branch information
slavvka authored Aug 5, 2020
2 parents 5b12f13 + d4c1caf commit 55de057
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions phpserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ Without a router script, that is not possible via the php built-in server.
Please read how to install Magento using the <a href="https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli.html" target="_blank">command line</a>. An example follows:

```
php bin/magento setup:install --base-url=http://127.0.0.1:8082
--db-host=localhost --db-name=magento --db-user=magento --db-password=magento
--admin-firstname=Magento --admin-lastname=User --admin-email=user@example.com
--admin-user=admin --admin-password=admin123 --language=en_US
--currency=USD --timezone=America/Chicago --use-rewrites=1
php bin/magento setup:install --base-url=http://127.0.0.1:8082 \
--db-host=localhost --db-name=magento --db-user=magento --db-password=magento \
--admin-firstname=Magento --admin-lastname=User --admin-email=user@example.com \
--admin-user=admin --admin-password=admin123 --language=en_US \
--currency=USD --timezone=America/Chicago --use-rewrites=1 \
--search-engine=elasticsearch7 --elasticsearch-host=es-host.example.com --elasticsearch-port=9200
```

Notes:
Expand Down

0 comments on commit 55de057

Please sign in to comment.