aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2017-12-16 14:02:10 +0100
committerKevin Decherf <kevin@kdecherf.com>2017-12-16 19:14:25 +0100
commitf565e10817465c8bfc8fe93004173ffcc29ccf95 (patch)
tree0478f67de77a0112d9b00979971411aa58aabc77
parent64e7c90ae92d9d11a614dd1b5b260565f2d2bf5c (diff)
downloadwallabag-f565e10817465c8bfc8fe93004173ffcc29ccf95.tar.gz
wallabag-f565e10817465c8bfc8fe93004173ffcc29ccf95.tar.zst
wallabag-f565e10817465c8bfc8fe93004173ffcc29ccf95.zip
command: replace note regarding server:run --env=prod
server:run --env=prod does not exist anymore Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php2
1 files changed, 1 insertions, 1 deletions
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
64 ; 64 ;
65 65
66 $this->io->success('Wallabag has been successfully installed.'); 66 $this->io->success('Wallabag has been successfully installed.');
67 $this->io->note('Just execute `php bin/console server:run --env=prod` for using wallabag: http://localhost:8000'); 67 $this->io->success('You can now configure your web server, see https://doc.wallabag.org');
68 } 68 }
69 69
70 protected function checkRequirements() 70 protected function checkRequirements()