Skip to content

Commit

Permalink
Change development server port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWeinert committed Apr 19, 2018
1 parent 0608bf4 commit ff5f550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff5f550

Please sign in to comment.