From 18eb2f0955cfa2efcb3e764ea6fff543ac7aa745 Mon Sep 17 00:00:00 2001 From: Florian Scholz <81154325+fscholzspryker@users.noreply.github.com> Date: Tue, 3 May 2022 14:14:38 +0200 Subject: [PATCH 1/2] Update installing-in-demo-mode-on-macos-and-linux for 202204.0 Update installing-in-demo-mode-on-macos-and-linux for 202204.0 to have a fluent getting-started for developers --- .../installing-in-demo-mode-on-macos-and-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-macos-and-linux.md b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-macos-and-linux.md index 411a4369659..01732a76760 100644 --- a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-macos-and-linux.md +++ b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-macos-and-linux.md @@ -38,13 +38,13 @@ Follow the steps to install Spryker in Demo Mode: * Clone the B2C repository: ```shell - git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202108.0 --single-branch ./b2c-demo-shop + git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202204.0 --single-branch ./b2c-demo-shop ``` * Clone the B2B repository: ```shell - git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202108.0 --single-branch ./b2b-demo-shop + git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202204.0 --single-branch ./b2b-demo-shop ``` 4. Depending on the cloned repository, navigate into the cloned folder: * B2C repository: From 4fa3f5e2fee1c65bd9be1cc9bed8f4e08153a691 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Tue, 3 May 2022 14:20:37 +0200 Subject: [PATCH 2/2] Updates getting started to new product version --- .../installation-guides/installing-in-demo-mode-on-windows.md | 4 ++-- .../installing-in-development-mode-on-macos-and-linux.md | 4 ++-- .../installing-in-development-mode-on-windows.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-windows.md b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-windows.md index 65c0234384e..a4f0a72f002 100644 --- a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-windows.md +++ b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-windows.md @@ -33,13 +33,13 @@ Follow the steps to install Spryker in Demo Mode: * Clone the B2C repository: ```shell - git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202108.0 --single-branch ./b2c-demo-shop + git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202204.0 --single-branch ./b2c-demo-shop ``` * Clone the B2B repository: ```shell - git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202108.0 --single-branch ./b2b-demo-shop + git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202204.0 --single-branch ./b2b-demo-shop ``` 5. Depending on the cloned repository, navigate into the cloned folder: * B2C repository: diff --git a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-macos-and-linux.md b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-macos-and-linux.md index a8dc55109e1..3eaf772329e 100644 --- a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-macos-and-linux.md +++ b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-macos-and-linux.md @@ -40,13 +40,13 @@ Follow the steps to install Spryker in Development mode: * Clone the B2C repository: ```bash - git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202108.0 --single-branch ./b2c-demo-shop + git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202204.0 --single-branch ./b2c-demo-shop ``` * Clone the B2B repository: ```bash - git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202108.0 --single-branch ./b2b-demo-shop + git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202204.0 --single-branch ./b2b-demo-shop ``` 4. Depending on the repository you've cloned, navigate into the cloned folder: diff --git a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-windows.md b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-windows.md index 51ebadbc106..85789c3894a 100644 --- a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-windows.md +++ b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-windows.md @@ -47,13 +47,13 @@ Follow the steps to install Spryker in Development mode: * Clone the B2C repository: ```bash - git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202108.0 --single-branch ./b2c-demo-shop + git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202204.0 --single-branch ./b2c-demo-shop ``` * Clone the B2B repository: ```bash - git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202108.0 --single-branch ./b2b-demo-shop + git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202204.0 --single-branch ./b2b-demo-shop ``` 5. Depending on the repository you've cloned, navigate into the cloned folder: