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
fix: changed the windows and lima installation guide (#644)
* fix: changed the alias and modified lima setup
Signed-off-by: Achanandhi-M <[email protected]>
* fix: changed the alias and modified lima setup
Signed-off-by: Achanandhi-M <[email protected]>
* fix:changed the windows and lima installation guide
Signed-off-by: Achanandhi-M <[email protected]>
---------
Signed-off-by: Achanandhi-M <[email protected]>
Congratulations! You've successfully set up Keploy natively on MacOS.
56
56
57
-
```bash
58
-
sudo apt-get -y install zsh
59
-
```
60
-
61
-
**Why?** : zsh (Z Shell) is an advanced shell that offers enhanced features compared to the default bash shell. It provides better autocompletion, advanced globbing, improved history management, and more customization options.
62
-
63
-
10. Install Git
64
-
65
-
```bash
66
-
sudo apt-get -y install git
67
-
```
68
-
69
-
11. Install 'Oh-my-zsh'
70
-
71
-
```bash
72
-
sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
73
-
```
74
-
75
-
**Why?**: oh-my-zsh is a framework for managing your zsh configuration. It comes with a collection of plugins, themes, and helpful features that enhance the zsh experience.
Copy file name to clipboardExpand all lines: versioned_docs/version-2.0.0/server/windows/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ By default, Docker Desktop may not be configured to work with all WSL 2 distros
104
104
105
105
For detailed instructions on how to configure `Docker Desktop` for WSL 2, please refer to the [official Docker documentation](https://docs.docker.com/desktop/wsl/).
106
106
107
-
### Creating Alias
107
+
### Create a network
108
108
109
109
We need to create a custom network for Keploy since we are using the Docker, therefore application container would
110
110
require `docker network` to act as the bridge between them.
| <imgsrc="https://www.pngplay.com/wp-content/uploads/3/Apple-Logo-Transparent-Images.png"width="15"height="15"alt="MacOS" /> **MacOS**|[Guide](/keploy-explained/mac-linux.md)|[Guide](/docs/server/installation/#other-installation-methods)| - Docker Desktop version must be 4.25.2 or above<br/> |
31
-
| <imgsrc="https://upload.wikimedia.org/wikipedia/commons/5/5f/Windows_logo_-_2012.svg"width="15"height="15"alt="Windows" /> **Windows**|<imgsrc="https://upload.wikimedia.org/wikipedia/commons/e/e5/Green_tick_pointed.svg"width="20"height="20"alt="Supported" /> | <imgsrc="https://upload.wikimedia.org/wikipedia/commons/e/e5/Green_tick_pointed.svg"width="20"height="20"alt="Supported" /> | - Use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install#install-wsl-command)`wsl --install` <br/> - Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11 |
32
-
| <imgsrc="https://th.bing.com/th/id/R.7802b52b7916c00014450891496fe04a?rik=r8GZM4o2Ch1tHQ&riu=http%3a%2f%2f1000logos.net%2fwp-content%2fuploads%2f2017%2f03%2fLINUX-LOGO.png&ehk=5m0lBvAd%2bzhvGg%2fu4i3%2f4EEHhF4N0PuzR%2fBmC1lFzfw%3d&risl=&pid=ImgRaw&r=0"width="10"height="10"alt="Linux" /> **Linux**| <imgsrc="https://upload.wikimedia.org/wikipedia/commons/e/e5/Green_tick_pointed.svg"width="20"height="20"alt="Supported" /> | <imgsrc="https://upload.wikimedia.org/wikipedia/commons/e/e5/Green_tick_pointed.svg"width="20"height="20"alt="Supported" /> | Linux kernel 5.15 or higher |
28
+
| Operating System | Without Docker | Docker Installation | Prerequisites |
| <imgsrc="https://www.pngplay.com/wp-content/uploads/3/Apple-Logo-Transparent-Images.png"width="15"height="15"alt="MacOS" /> **MacOS**|[Guide](/keploy-explained/mac-linux.md)|[Guide](/docs/server/installation/#other-installation-methods)| - Docker Desktop version must be 4.25.2 or above<br/> - Ensure that Lima is installed on your machine if you prefer to try without Docker. |
31
+
| <imgsrc="https://upload.wikimedia.org/wikipedia/commons/5/5f/Windows_logo_-_2012.svg"width="15"height="15"alt="Windows" /> **Windows**|[Guide](/keploy-explained/windows-wsl.md)|[Guide](/docs/server/installation/#other-installation-methods)| - Use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install#install-wsl-command)`wsl --install` <br/> - Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11 <br/> - Ensure that Docker Desktop version 4.25.2 or above is installed if you are following the Docker installation guide|
32
+
| <imgsrc="https://th.bing.com/th/id/R.7802b52b7916c00014450891496fe04a?rik=r8GZM4o2Ch1tHQ&riu=http%3a%2f%2f1000logos.net%2fwp-content%2fuploads%2f2017%2f03%2fLINUX-LOGO.png&ehk=5m0lBvAd%2bzhvGg%2fu4i3%2f4EEHhF4N0PuzR%2fBmC1lFzfw%3d&risl=&pid=ImgRaw&r=0"width="10"height="10"alt="Linux" /> **Linux**| <imgsrc="https://upload.wikimedia.org/wikipedia/commons/e/e5/Green_tick_pointed.svg"width="20"height="20"alt="Supported" /> | <imgsrc="https://upload.wikimedia.org/wikipedia/commons/e/e5/Green_tick_pointed.svg"width="20"height="20"alt="Supported" /> | Linux kernel 5.15 or higher |
33
33
34
34
On MacOS and Windows, additional tools are required for Keploy due to the lack of native eBPF support.
**Why?**: zsh (Z Shell) is an advanced shell that offers enhanced features compared to the default bash shell. It provides better autocompletion, advanced globbing, improved history management, and more customization options.
62
-
63
-
10. Install Git
64
-
65
-
```bash
66
-
sudo apt-get -y install git
67
-
```
68
-
69
-
11. Install 'Oh-my-zsh'
70
-
71
-
```bash
72
-
sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
73
-
```
74
-
75
-
**Why?**: oh-my-zsh is a framework for managing your zsh configuration. It comes with a collection of plugins, themes, and helpful features that enhance the zsh experience.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.0.0/server/windows/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ By default, Docker Desktop may not be configured to work with all WSL 2 distros
104
104
105
105
For detailed instructions on how to configure `Docker Desktop` for WSL 2, please refer to the [official Docker documentation](https://docs.docker.com/desktop/wsl/).
106
106
107
-
### Creating Alias
107
+
### Create a network
108
108
109
109
We need to create a custom network for Keploy since we are using the Docker, therefore application container would
110
110
require `docker network` to act as the bridge between them.
0 commit comments