diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-15 09:34:09 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-15 09:36:32 +0100 |
commit | c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4 (patch) | |
tree | a24dd76e0f0560cb5ae19eff89d8da9870b2a102 /src/Wallabag | |
parent | 1fc8ed879459f179f840de9d0866dc4516c6eb77 (diff) | |
download | wallabag-c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4.tar.gz wallabag-c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4.tar.zst wallabag-c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4.zip |
Update readme & fix console permission
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Command/InstallCommand.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php index 941cb8cd..da099a19 100644 --- a/src/Wallabag/CoreBundle/Command/InstallCommand.php +++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php | |||
@@ -12,7 +12,6 @@ use Symfony\Component\Console\Output\OutputInterface; | |||
12 | use Symfony\Component\Console\Question\ConfirmationQuestion; | 12 | use Symfony\Component\Console\Question\ConfirmationQuestion; |
13 | use Symfony\Component\Console\Question\Question; | 13 | use Symfony\Component\Console\Question\Question; |
14 | use Wallabag\CoreBundle\Entity\Config; | 14 | use Wallabag\CoreBundle\Entity\Config; |
15 | use Wallabag\UserBundle\Entity\User; | ||
16 | 15 | ||
17 | class InstallCommand extends ContainerAwareCommand | 16 | class InstallCommand extends ContainerAwareCommand |
18 | { | 17 | { |
@@ -56,7 +55,7 @@ class InstallCommand extends ContainerAwareCommand | |||
56 | ; | 55 | ; |
57 | 56 | ||
58 | $output->writeln('<info>Wallabag has been successfully installed.</info>'); | 57 | $output->writeln('<info>Wallabag has been successfully installed.</info>'); |
59 | $output->writeln('<comment>Just execute `php app/console server:run` for using wallabag: http://localhost:8000</comment>'); | 58 | $output->writeln('<comment>Just execute `php bin/console server:run` for using wallabag: http://localhost:8000</comment>'); |
60 | } | 59 | } |
61 | 60 | ||
62 | protected function checkRequirements() | 61 | protected function checkRequirements() |