Skip to content

Commit fe29aa1

Browse files
committed
Added description about problem of init server.
1 parent 71c2b19 commit fe29aa1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,14 @@ git clone "https://github.com/githubjeka/yii2-tutorial"
3939
cd yii2-tutorial
4040
php -S localhost:8888
4141
```
42-
и перейдите по адресу [http://localhost:8888/scripts/](http://localhost:8888/scripts/)
42+
43+
не закрывая терминал, перейдите по адресу [http://localhost:8888/scripts/](http://localhost:8888/scripts/).
44+
Если страница не доступна, то возможно порт 8888 занят каким-нибудь процессом. Попробуйте другой порт, например 9000
45+
46+
```
47+
php -S localhost:9000
48+
```
49+
не закрывая терминал, перейдите по адресу [http://localhost:9000/scripts/](http://localhost:8888/scripts/).
4350

4451
### Как обновить руководство до актуального состояния?
4552

0 commit comments

Comments
 (0)