From: Jeremy Benoist Date: Fri, 12 Feb 2016 11:01:02 +0000 (+0100) Subject: Add env=prod for server:run on install X-Git-Tag: 2.0.0-beta.1~37^2~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=0c6845a98f050d0cfe8905d814a33407be53830e;p=github%2Fwallabag%2Fwallabag.git Add env=prod for server:run on install --- diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php index 69fb0a6f..b3e20ceb 100644 --- a/src/Wallabag/CoreBundle/Command/InstallCommand.php +++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php @@ -56,7 +56,7 @@ class InstallCommand extends ContainerAwareCommand ; $output->writeln('Wallabag has been successfully installed.'); - $output->writeln('Just execute `php bin/console server:run` for using wallabag: http://localhost:8000'); + $output->writeln('Just execute `php bin/console server:run --env=prod` for using wallabag: http://localhost:8000'); } protected function checkRequirements()