aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-12-16 20:16:13 +0100
committerGitHub <noreply@github.com>2017-12-16 20:16:13 +0100
commitb10be65ec7543753b435695971e53290733e6616 (patch)
tree0478f67de77a0112d9b00979971411aa58aabc77
parent64e7c90ae92d9d11a614dd1b5b260565f2d2bf5c (diff)
parentf565e10817465c8bfc8fe93004173ffcc29ccf95 (diff)
downloadwallabag-b10be65ec7543753b435695971e53290733e6616.tar.gz
wallabag-b10be65ec7543753b435695971e53290733e6616.tar.zst
wallabag-b10be65ec7543753b435695971e53290733e6616.zip
Merge pull request #3511 from wallabag/install-command-note
command: replace note regarding server:run --env=prod
-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()