mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 09:25:25 +00:00
Add env=prod for server:run on install
This commit is contained in:
parent
55da765e11
commit
0c6845a98f
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue