diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-12 12:01:02 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-12 12:01:02 +0100 |
commit | 0c6845a98f050d0cfe8905d814a33407be53830e (patch) | |
tree | cc7a980121285f18316fded68f39c76dbf615fc3 /src | |
parent | 55da765e11608e852bf197a01c164e442e635f2e (diff) | |
download | wallabag-0c6845a98f050d0cfe8905d814a33407be53830e.tar.gz wallabag-0c6845a98f050d0cfe8905d814a33407be53830e.tar.zst wallabag-0c6845a98f050d0cfe8905d814a33407be53830e.zip |
Add env=prod for server:run on install
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Command/InstallCommand.php | 2 |
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() |