wtorek, 2 lipca 2013

Run build in PHP server

1. Install package:
-- yum install php5-cli
-- apt-get install php5-cli
2. execute command
-- php -S 127.0.0.1:8080 for the comfortable ussage i recommend to use:

  • nohup php -S 127.0.0.1:8080 & -- all the output now we have in nohup.out file and the PHP server process are in the background.




Brak komentarzy:

Prześlij komentarz