From eff220de5da50b32aae60b9673a4be7520cb7bb4 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Tue, 3 Dec 2019 16:46:58 +0100 Subject: [PATCH] Updated setup documentation a bit --- setup_windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_windows.md b/setup_windows.md index cf044f21..d843f35d 100644 --- a/setup_windows.md +++ b/setup_windows.md @@ -13,7 +13,7 @@ you could even use a command line text editor for developing. ### 1.2 PHP For having a test environment you require an installation of PHP 5 or grater. -You could just download PHP from [here](https://windows.php.net/downloads/releases/). +You could just download PHP from [here](https://windows.php.net/download#php-7.4). Note: `php.exe` must be accessible via the command line. This means you'll have to add the `bin` folder to your `PATH` variable. @@ -73,7 +73,7 @@ Just execute the `web_build.sh` script: To start the development environment which automatically compiles all your changed scripts and style sheets you simply have to execute: ```shell script -node file.js serve web dev +npm start web ``` This will also spin up a temporary web server where you could testout your newest changes. The server will by default listen on `http://localhost:8081`