AugustMiller / rick

Command Line Tools for Kirby CMS
0 stars 1 forks source link

Server #2

Closed AugustMiller closed 9 years ago

AugustMiller commented 9 years ago

Essentially and alias, rick server ought to start up a simple PHP server. If we can't safely randomize the port, we'll need to allow a port to be set so there aren't conflicts with other projects.

jackjennings commented 9 years ago

I'd prefer a consistent default port with the ability to change it as needed.

jackjennings commented 9 years ago

Here's the relevant implementation from Symfony: https://github.com/symfony/FrameworkBundle/blob/master/Command/ServerRunCommand.php