added top field, which was missing, added manual install to readme

This commit is contained in:
git@daemon.de
2015-05-20 08:47:59 +02:00
parent 291401cae3
commit f30ea07b7e
2 changed files with 13 additions and 0 deletions

View File

@@ -60,3 +60,15 @@ Installation
This should be all.
Manual Installation
===================
1) create a mysql database
mysqladmin create $db
2) add the required GRANT to a user and database
echo "GRANT ALL PRIVILEGES ON $db TO $user@localhost IDENTIFIED BY '$password'" | mysql mysql
3) create the schema:
mysql $db < sql