Skip to content

Commit 2ccc22a

Browse files
authored
Re-categorized accessing backend docs under Misc, removed old message… (#1308)
1 parent 006d69e commit 2ccc22a

File tree

1 file changed

+15
-26
lines changed

1 file changed

+15
-26
lines changed

README.md

Lines changed: 15 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -158,21 +158,6 @@ The `magento.test` above defines the hostname to use, `community` is the Magento
158158

159159
After the one-liner above completes running, you should be able to access your site at `https://magento.test`.
160160

161-
## Accessing the Magento Backend
162-
163-
After successfully installing the Magento environment, you can access the backend by following these steps:
164-
165-
1. Open your web browser and go to the following URL: `https://magento.test/admin/`.
166-
167-
2. Use the following default credentials to log in:
168-
- **Username:** `john.smith`
169-
- **Password:** `password123`
170-
171-
3. Upon logging in, you might be prompted to configure Two-Factor Authentication (2FA). This emails you a code to log in with (which you can check with Mailcatcher by visiting `http://{yourdomain}:1080`). By default, the email address used for this purpose is:
172-
- **Email:** `john.smith@gmail.com`
173-
174-
If you are testing in a local development environment and wish to disable 2FA, you can do so by installing [Mark's DisableTwoFactorAuth module](https://github.com/markshust/magento2-module-disabletwofactorauth).
175-
176161
#### Install sample data
177162

178163
After the above installation is complete, run the following lines to install sample data:
@@ -209,17 +194,6 @@ bin/download community 2.4.7-p3
209194
# bin/cli git checkout 2.4-develop
210195
# bin/composer install
211196

212-
# Want to install Magento <2.4.6? In bin/setup-install, replace the lines:
213-
# --elasticsearch-host="$ES_HOST" \
214-
# --elasticsearch-port="$ES_PORT" \
215-
# --opensearch-host="$OPENSEARCH_HOST" \
216-
# --opensearch-port="$OPENSEARCH_PORT" \
217-
# --search-engine=opensearch \
218-
# with:
219-
# --elasticsearch-host="$ES_HOST" \
220-
# --elasticsearch-port="$ES_PORT" \
221-
# --search-engine=elasticsearch7 \
222-
223197
# Run the setup installer for Magento:
224198
bin/setup magento.test
225199

@@ -395,6 +369,21 @@ rm -rf yourproject
395369

396370
Then, create your new project directory again so you can attempt the install process again. The `bin/removeall` command removes all previous Docker containers & volumes related to the specific project directory you are within. You can then attempt the install process again.
397371

372+
### Accessing the Magento Backend
373+
374+
After successfully installing the Magento environment, you can access the backend by following these steps:
375+
376+
1. Open your web browser and go to the following URL: `https://magento.test/admin/`.
377+
378+
2. Use the following default credentials to log in:
379+
- **Username:** `john.smith`
380+
- **Password:** `password123`
381+
382+
3. Upon logging in, you might be prompted to configure Two-Factor Authentication (2FA). This emails you a code to log in with (which you can check with Mailcatcher by visiting `http://{yourdomain}:1080`). By default, the email address used for this purpose is:
383+
- **Email:** `john.smith@gmail.com`
384+
385+
If you are testing in a local development environment and wish to disable 2FA, you can do so by installing [Mark's DisableTwoFactorAuth module](https://github.com/markshust/magento2-module-disabletwofactorauth).
386+
398387
### Caching
399388

400389
For an improved developer experience, caches are automatically refreshed when related files are updated, courtesy of [cache-clean](https://github.com/mage2tv/magento-cache-clean). This means you can keep all of the standard Magento caches enabled, and this script will only clear the specific caches needed, and only when necessary.

0 commit comments

Comments
 (0)