From ff5f55018b77fdd63006f2bd1d32276fcf9cdafb Mon Sep 17 00:00:00 2001 From: Thomas Weinert Date: Thu, 19 Apr 2018 13:44:51 +0200 Subject: [PATCH] Change development server port to 8080 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa725df65..bd73bee5b 100644 --- a/README.md +++ b/README.md @@ -140,13 +140,13 @@ cd projectname phing ``` -Start the PHP builtin webserver +Start the PHP builtin webserver ``` -php -S localhost:80 -t ./htdocs server.php +php -S localhost:8080 -t ./htdocs server.php ``` -Open your `http://localhost/papaya` in you browser (make sure Javascript is active) and +Open the URL `http://localhost:8080/papaya` in you browser (make sure Javascript is active) and follow the installation steps. You can initialize the project directory as a git repository and push it to