aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-01-15 09:34:09 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-01-15 09:36:32 +0100
commitc7f622d3699b7f65ee75bcd5d409ad2027e9b6a4 (patch)
treea24dd76e0f0560cb5ae19eff89d8da9870b2a102 /src/Wallabag/CoreBundle/Command
parent1fc8ed879459f179f840de9d0866dc4516c6eb77 (diff)
downloadwallabag-c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4.tar.gz
wallabag-c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4.tar.zst
wallabag-c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4.zip
Update readme & fix console permission
Diffstat (limited to 'src/Wallabag/CoreBundle/Command')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php3
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;
12use Symfony\Component\Console\Question\ConfirmationQuestion; 12use Symfony\Component\Console\Question\ConfirmationQuestion;
13use Symfony\Component\Console\Question\Question; 13use Symfony\Component\Console\Question\Question;
14use Wallabag\CoreBundle\Entity\Config; 14use Wallabag\CoreBundle\Entity\Config;
15use Wallabag\UserBundle\Entity\User;
16 15
17class InstallCommand extends ContainerAwareCommand 16class 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()