]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Add env=prod for server:run on install
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 12 Feb 2016 11:01:02 +0000 (12:01 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 12 Feb 2016 11:01:02 +0000 (12:01 +0100)
src/Wallabag/CoreBundle/Command/InstallCommand.php

index 69fb0a6f5c2e62289421b34e30bcf84d0b2a4868..b3e20ceb079c02e2e63527df04ecce217c66c592 100644 (file)
@@ -56,7 +56,7 @@ class InstallCommand extends ContainerAwareCommand
         ;
 
         $output->writeln('<info>Wallabag has been successfully installed.</info>');
-        $output->writeln('<comment>Just execute `php bin/console server:run` for using wallabag: http://localhost:8000</comment>');
+        $output->writeln('<comment>Just execute `php bin/console server:run --env=prod` for using wallabag: http://localhost:8000</comment>');
     }
 
     protected function checkRequirements()