X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FCommand%2FInstallCommand.php;h=a56a32575671d4ae350fea82a05403f648fdb2ef;hb=f565e10817465c8bfc8fe93004173ffcc29ccf95;hp=dec2bf9c15c7e6477a65b088a20fb3c6b3212c05;hpb=64e7c90ae92d9d11a614dd1b5b260565f2d2bf5c;p=github%2Fwallabag%2Fwallabag.git 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()