allebb / conductor

Conductor is a CLI tool to automate the installation of a Laravel application server complete with a CLI tool (conductor) to help deploy and manage multiple web applications on the server with ease.
MIT License
5 stars 1 forks source link

Take down a sinlge hosted application. #4

Closed allebb closed 10 years ago

allebb commented 11 years ago

Enable a way to take down a single hosted application.

Not sure whether to do this using 'php artisan down' or do some stuff with the Nginx config such as disable it.

So would assume the best command would be:

conductor stop {appname} conductor start {appname}

allebb commented 10 years ago

This has now been implemented and tested, this can now be closed.