From: Kevin Decherf Date: Sat, 16 Dec 2017 13:02:10 +0000 (+0100) Subject: command: replace note regarding server:run --env=prod X-Git-Tag: 2.3.1~10^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=refs%2Fpull%2F3511%2Fhead;p=github%2Fwallabag%2Fwallabag.git command: replace note regarding server:run --env=prod server:run --env=prod does not exist anymore Signed-off-by: Kevin Decherf --- diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php index dec2bf9c..a56a3257 100644 --- a/src/Wallabag/CoreBundle/Command/InstallCommand.php +++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php @@ -64,7 +64,7 @@ class InstallCommand extends ContainerAwareCommand ; $this->io->success('Wallabag has been successfully installed.'); - $this->io->note('Just execute `php bin/console server:run --env=prod` for using wallabag: http://localhost:8000'); + $this->io->success('You can now configure your web server, see https://doc.wallabag.org'); } protected function checkRequirements()