Add env=prod for server:run on install

This commit is contained in:
Jeremy Benoist 2016-02-12 12:01:02 +01:00
parent 55da765e11
commit 0c6845a98f

View file

@ -56,7 +56,7 @@ class InstallCommand extends ContainerAwareCommand
;
$output->writeln('<info>Wallabag has been successfully installed.</info>');
$output->writeln('<comment>Just execute `php bin/console server:run` for using wallabag: http://localhost:8000</comment>');
$output->writeln('<comment>Just execute `php bin/console server:run --env=prod` for using wallabag: http://localhost:8000</comment>');
}
protected function checkRequirements()