add some documentation at the end of installation

This commit is contained in:
Nicolas Lœuillet 2015-01-21 15:50:51 +01:00
parent 9de6a0a7cc
commit 3eb951572d
2 changed files with 6 additions and 375 deletions

View file

@ -66,3 +66,9 @@ $params = array($idUser, 'language', $defaultLanguage);
$query = executeQuery($handle, $sql, $params);
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';

File diff suppressed because one or more lines are too long