You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: guides/v2.0/cloud/howtos/sample-data.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,18 +28,15 @@ To install sample data:
28
28
29
29
<Magento root dir>/bin/magento sampledata:deploy
30
30
3. Wait for components to update.
31
-
4. Upgrade the database and schema:
32
-
33
-
<Magento root dir>/bin/magento setup:upgrade
34
31
4. Commit and push the changes:
35
32
36
33
git add -A && git commit -m "Install sample data"
37
34
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.
40
37
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.
0 commit comments