aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-02-12 12:01:02 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-02-12 12:01:02 +0100
commit0c6845a98f050d0cfe8905d814a33407be53830e (patch)
treecc7a980121285f18316fded68f39c76dbf615fc3 /src/Wallabag/CoreBundle/Command/InstallCommand.php
parent55da765e11608e852bf197a01c164e442e635f2e (diff)
downloadwallabag-0c6845a98f050d0cfe8905d814a33407be53830e.tar.gz
wallabag-0c6845a98f050d0cfe8905d814a33407be53830e.tar.zst
wallabag-0c6845a98f050d0cfe8905d814a33407be53830e.zip
Add env=prod for server:run on install
Diffstat (limited to 'src/Wallabag/CoreBundle/Command/InstallCommand.php')
-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 69fb0a6f..b3e20ceb 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -56,7 +56,7 @@ class InstallCommand extends ContainerAwareCommand
56 ; 56 ;
57 57
58 $output->writeln('<info>Wallabag has been successfully installed.</info>'); 58 $output->writeln('<info>Wallabag has been successfully installed.</info>');
59 $output->writeln('<comment>Just execute `php bin/console server:run` for using wallabag: http://localhost:8000</comment>'); 59 $output->writeln('<comment>Just execute `php bin/console server:run --env=prod` for using wallabag: http://localhost:8000</comment>');
60 } 60 }
61 61
62 protected function checkRequirements() 62 protected function checkRequirements()