Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

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 php -S localhost:8888 from within your top level impact directory (the one with index.html)

1 decade ago by Arantor

Interesting solution.

I'd argue that it's not really going to change things too much, though, because if you're not willing to set up Apache + PHP, when there are all-in-one toolkits available that manage it all for you (see WampServer or XAMPP on Windows, MAMP on Mac), it's doubtful you're going to install PHP just for that. But it's certainly interesting.

1 decade ago by shaun

This is the perfect quick solution. Thanks!
Page 1 of 1
« first « previous next › last »