diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-21 15:50:51 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-21 15:50:51 +0100 |
commit | 3eb951572d3f22ad37395afceb4a739ad8cd0fd6 (patch) | |
tree | d2d0cb6f868cbbc085fb8d153265a343e62594a8 /bin/install | |
parent | 9de6a0a7ccfa96dfd2fa96541143aea4b1c77765 (diff) | |
download | wallabag-3eb951572d3f22ad37395afceb4a739ad8cd0fd6.tar.gz wallabag-3eb951572d3f22ad37395afceb4a739ad8cd0fd6.tar.zst wallabag-3eb951572d3f22ad37395afceb4a739ad8cd0fd6.zip |
add some documentation at the end of installation
Diffstat (limited to 'bin/install')
-rwxr-xr-x | bin/install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/install b/bin/install index ad991409..be4371b1 100755 --- a/bin/install +++ b/bin/install | |||
@@ -66,3 +66,9 @@ $params = array($idUser, 'language', $defaultLanguage); | |||
66 | $query = executeQuery($handle, $sql, $params); | 66 | $query = executeQuery($handle, $sql, $params); |
67 | 67 | ||
68 | echo 'wallabag is now installed'; | 68 | echo 'wallabag is now installed'; |
69 | echo "\r\n"; | ||
70 | echo 'Just execute the following commands for using wallabag:'; | ||
71 | echo "\r\n"; | ||
72 | echo 'cd web'; | ||
73 | echo "\r\n"; | ||
74 | echo 'php -S localhost:8000'; \ No newline at end of file | ||