mirror of https://github.com/wallabag/wallabag.git
add some documentation at the end of installation
This commit is contained in:
parent
9de6a0a7cc
commit
3eb951572d
|
@ -66,3 +66,9 @@ $params = array($idUser, 'language', $defaultLanguage);
|
||||||
$query = executeQuery($handle, $sql, $params);
|
$query = executeQuery($handle, $sql, $params);
|
||||||
|
|
||||||
echo 'wallabag is now installed';
|
echo 'wallabag is now installed';
|
||||||
|
echo "\r\n";
|
||||||
|
echo 'Just execute the following commands for using wallabag:';
|
||||||
|
echo "\r\n";
|
||||||
|
echo 'cd web';
|
||||||
|
echo "\r\n";
|
||||||
|
echo 'php -S localhost:8000';
|
375
bin/install.php
375
bin/install.php
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue