mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-02 20:12:27 +00:00
Lowercase wallabag
This commit is contained in:
parent
5751b41491
commit
88d5d94dcb
1 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@ class InstallCommand extends ContainerAwareCommand
|
||||||
{
|
{
|
||||||
$this
|
$this
|
||||||
->setName('wallabag:install')
|
->setName('wallabag:install')
|
||||||
->setDescription('Wallabag installer.')
|
->setDescription('wallabag installer.')
|
||||||
->addOption(
|
->addOption(
|
||||||
'reset',
|
'reset',
|
||||||
null,
|
null,
|
||||||
|
@ -55,7 +55,7 @@ class InstallCommand extends ContainerAwareCommand
|
||||||
$this->defaultInput = $input;
|
$this->defaultInput = $input;
|
||||||
$this->defaultOutput = $output;
|
$this->defaultOutput = $output;
|
||||||
|
|
||||||
$output->writeln('<info>Installing Wallabag...</info>');
|
$output->writeln('<info>Installing wallabag...</info>');
|
||||||
$output->writeln('');
|
$output->writeln('');
|
||||||
|
|
||||||
$this
|
$this
|
||||||
|
@ -65,7 +65,7 @@ class InstallCommand extends ContainerAwareCommand
|
||||||
->setupConfig()
|
->setupConfig()
|
||||||
;
|
;
|
||||||
|
|
||||||
$output->writeln('<info>Wallabag has been successfully installed.</info>');
|
$output->writeln('<info>wallabag has been successfully installed.</info>');
|
||||||
$output->writeln('<comment>Just execute `php bin/console server:run --env=prod` 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>');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -147,7 +147,7 @@ class InstallCommand extends ContainerAwareCommand
|
||||||
throw new \RuntimeException('Some system requirements are not fulfilled. Please check output messages and fix them.');
|
throw new \RuntimeException('Some system requirements are not fulfilled. Please check output messages and fix them.');
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->defaultOutput->writeln('<info>Success! Your system can run Wallabag properly.</info>');
|
$this->defaultOutput->writeln('<info>Success! Your system can run wallabag properly.</info>');
|
||||||
|
|
||||||
$this->defaultOutput->writeln('');
|
$this->defaultOutput->writeln('');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue