]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
command: replace note regarding server:run --env=prod 3511/head
authorKevin Decherf <kevin@kdecherf.com>
Sat, 16 Dec 2017 13:02:10 +0000 (14:02 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Sat, 16 Dec 2017 18:14:25 +0000 (19:14 +0100)
server:run --env=prod does not exist anymore
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
src/Wallabag/CoreBundle/Command/InstallCommand.php

index dec2bf9c15c7e6477a65b088a20fb3c6b3212c05..a56a32575671d4ae350fea82a05403f648fdb2ef 100644 (file)
@@ -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()