diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-23 12:45:24 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-23 12:45:24 +0100 |
commit | 163eae0bb15d0daa5390f434a42a8176eca186e7 (patch) | |
tree | 0e1ab2c2bb9591e826e73d875cbb04fdabb3f77f /bin/install | |
parent | bd9f08157cc10619e9bb9dace6df43090dde44a9 (diff) | |
download | wallabag-163eae0bb15d0daa5390f434a42a8176eca186e7.tar.gz wallabag-163eae0bb15d0daa5390f434a42a8176eca186e7.tar.zst wallabag-163eae0bb15d0daa5390f434a42a8176eca186e7.zip |
toggle archive / fav actions
Diffstat (limited to 'bin/install')
-rwxr-xr-x | bin/install | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/install b/bin/install index 5b93e46e..61ffcb65 100755 --- a/bin/install +++ b/bin/install | |||
@@ -67,8 +67,6 @@ $query = executeQuery($handle, $sql, $params); | |||
67 | 67 | ||
68 | echo 'wallabag is now installed'; | 68 | echo 'wallabag is now installed'; |
69 | echo "\r\n"; | 69 | echo "\r\n"; |
70 | echo 'Just execute the following commands for using wallabag:'; | 70 | echo 'Just execute `php app/console server:run` for using wallabag:'; |
71 | echo "\r\n"; | 71 | echo "\r\n"; |
72 | echo 'cd web'; | 72 | echo 'http://localhost:8000'; \ No newline at end of file |
73 | echo "\r\n"; | ||
74 | echo 'php -S localhost:8000'; \ No newline at end of file | ||