Mercurial > p > roundup > code
diff doc/installation.txt @ 4315:cfb01b2bc730
Fix documentation on user required to run the tests, fixes issue2550618.
thanks to Chris aka 'radioking'
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Mon, 04 Jan 2010 10:17:00 +0000 |
| parents | 87b3e905ae2e |
| children | 15834821b8c7 |
line wrap: on
line diff
--- a/doc/installation.txt Sun Dec 27 21:18:48 2009 +0000 +++ b/doc/installation.txt Mon Jan 04 10:17:00 2010 +0000 @@ -998,6 +998,12 @@ - users of the Windows installer, other binary distributions or pre-installed Roundup will need to download the source to use it. + Remember to have a database user 'rounduptest' prepared. This user + must have at least the rights to create and drop databases. + Documentation: details on `adding MySQL users`_, + for PostgreSQL you want to call the ``createuser`` command with the + ``-d`` option to allow database creation. + Once you've unpacked roundup's source, run ``python run_tests.py`` in the source directory and make sure there are no errors. If there are errors, please let us know! @@ -1029,3 +1035,5 @@ .. _MySQLdb: http://sourceforge.net/projects/mysql-python .. _Psycopg: http://initd.org/software/initd/psycopg .. _pysqlite: http://pysqlite.org/ +.. _`adding MySQL users`: + http://dev.mysql.com/doc/refman/5.1/en/adding-users.html
