Merge pull request #3511 from wallabag/install-command-note

command: replace note regarding server:run --env=prod
This commit is contained in:
Nicolas Lœuillet 2017-12-16 20:16:13 +01:00 committed by GitHub
commit b10be65ec7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ class InstallCommand extends ContainerAwareCommand
;
$this->io->success('Wallabag has been successfully installed.');
$this->io->note('Just execute `php bin/console server:run --env=prod` for using wallabag: http://localhost:8000');
$this->io->success('You can now configure your web server, see https://doc.wallabag.org');
}
protected function checkRequirements()