1 decade ago by tjw
PHP 5.4 has a built in web server!
http://php.net/manual/en/features.commandline.webserver.php
I've built PHP 5.4.0 RC 5 on both my Mac and Windows 7 and it works like a dream for serving up the game, and the Weltmeister editor.
Maybe this will save people from trying to run a non-official ruby, node, etc webserver because they don't want to setup Apache + PHP
It really is as simple as
http://php.net/manual/en/features.commandline.webserver.php
I've built PHP 5.4.0 RC 5 on both my Mac and Windows 7 and it works like a dream for serving up the game, and the Weltmeister editor.
Maybe this will save people from trying to run a non-official ruby, node, etc webserver because they don't want to setup Apache + PHP
It really is as simple as
php -S localhost:8888
from within your top level impact directory (the one with index.html)