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
Copy file name to clipboardExpand all lines: README.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,12 @@
8
8
ssdev makes Silverstripe development easy. Stop worrying about your LAMP, MAMP
9
9
or WAMP stack and start developing awesome websites and applications!
10
10
11
-
> 🚨 **WANTED: Feedback from Windows & Linux users!**
12
-
>
13
-
> ssdev is extensively tested and developed on macOS, as this is what we work on.
14
-
> To find bugs or problems on other systems, we need your feedback from using
15
-
> ssdev on Linux or Windows
16
-
17
-
## 🧩 Requirements
18
-
For ssdev to work correctly, you have to install
19
-
* Docker ([installation instructions](https://www.docker.com/products/docker-desktop)) - We recommend to install Docker desktop on Windows, as a native installation under wsl tends to not work correctly.
Using ssdev on Windows system is best achieved using WSL. Please follow the steps below
4
+
to achieve a performant development experience. Also, we recommend VSCode, as it comes
5
+
with an extension for WSL.
6
+
7
+
1. Set up WSL and install a distro ([instructions by Microsoft](https://learn.microsoft.com/de-de/windows/wsl/setup/environment#set-up-your-linux-username-and-password))
8
+
2. Open a Terminal in your WSL Distro and install Node & npm *(& npx)* ([instructions by Microsoft](https://learn.microsoft.com/de-de/windows/dev-environment/javascript/nodejs-on-wsl))
9
+
3. install the WSL-extension in VSCode
10
+
4.[Install Docker for Desktop](https://www.docker.com/products/docker-desktop)
11
+
5. install ssdev inside the WSL environment
12
+
13
+
The best approach is treating the WSL distro as a remote server and using it to develop your projects.
14
+
This means that it is best practice to use git inside the distro. You can open any project in VSCode
0 commit comments