forked from wallabag/wallabag
add some documentation at the end of installation
This commit is contained in:
@ -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
Reference in New Issue
Block a user