Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit dbe2e75

Browse files
author
James Calcaben
committed
Remove extra step
1 parent e722579 commit dbe2e75

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

guides/v2.0/cloud/howtos/sample-data.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,15 @@ To install sample data:
2828

2929
<Magento root dir>/bin/magento sampledata:deploy
3030
3. Wait for components to update.
31-
4. Upgrade the database and schema:
32-
33-
<Magento root dir>/bin/magento setup:upgrade
3431
4. Commit and push the changes:
3532

3633
git add -A && git commit -m "Install sample data"
3734
git push origin <branch name>
38-
3. Wait for the project to deploy.
39-
4. Verify the installation was successful by going to your {% glossarytooltip 1a70d3ac-6bd9-475a-8937-5f80ca785c14 %}storefront{% endglossarytooltip %} main page.
35+
5. Wait for the project to deploy.
36+
6. Verify the installation was successful by going to your {% glossarytooltip 1a70d3ac-6bd9-475a-8937-5f80ca785c14 %}storefront{% endglossarytooltip %} main page.
4037

41-
The URL displays on the command line under the heading `Environment routes:` after the project deploys.
42-
5. Take a snapshot of your environment:
38+
The URL displays on the command line under the heading `Environment routes:` after the project deploys.
39+
7. Take a snapshot of your environment:
4340

4441
magento-cloud snapshot:create -e <environment ID>
4542

0 commit comments

Comments
 (0)