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

 - Merge Pull Request #29300 from progreg/magento2:fix-build-in-server-readme-install-command
 - Merged commits:
   1. 80f4195
   2. 0747383
   3. 91cffc0
  • Loading branch information
magento-engcom-team committed Aug 5, 2020
2 parents 00f8a8c + 91cffc0 commit d4c1caf
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 d4c1caf

Please sign in to comment.