]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - bin/install
Use tagged version in composer
[github/wallabag/wallabag.git] / bin / install
index 5b93e46e3cd7bb06eba2e8ac00b695f5d59dda44..ed2c2d91119cf125f0eda7c168b5e41afb56633c 100755 (executable)
@@ -23,7 +23,7 @@ function executeQuery($handle, $sql, $params) {
 }
 
 $configFile      = 'app/config/config.inc.php';
-$dbFile          = 'app/db/poche.sqlite';
+$dbFile          = 'data/db/poche.sqlite';
 $username        = 'wallabag';
 $password        = 'wallabag';
 $salt            = $parameters['parameters']['secret'];
@@ -67,8 +67,6 @@ $query  = executeQuery($handle, $sql, $params);
 
 echo 'wallabag is now installed';
 echo "\r\n";
-echo 'Just execute the following commands for using wallabag:';
+echo 'Just execute `php app/console server:run` for using wallabag:';
 echo "\r\n";
-echo 'cd web';
-echo "\r\n";
-echo 'php -S localhost:8000';
\ No newline at end of file
+echo 'http://localhost:8000';
\ No newline at end of file