From: schlatterbeck Date: Mon, 4 Jan 2010 10:17:00 +0000 (+0000) Subject: Fix documentation on user required to run the tests, fixes issue2550618, X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=054b5959c78256a9b7c76ae212a411e74c9da1c1;p=roundup.git Fix documentation on user required to run the tests, fixes issue2550618, thanks to Chris aka 'radioking' git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4419 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index 7cc3007..c3819b4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,6 +13,9 @@ Fixes: - Fix handling of non-ascii in realname in the nosy mailer, this used to mangle the email address making it unusable when replying. Thanks to intevation for funding the fix. +- Fix documentation on user required to run the tests, fixes + issue2550618, thanks to Chris aka 'radioking' + 2009-12-21 1.4.11 (r4411) diff --git a/doc/installation.txt b/doc/installation.txt index 1d2cb69..aaf845f 100644 --- a/doc/installation.txt +++ b/doc/installation.txt @@ -998,6 +998,12 @@ Problems? Testing your Python... - 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 @@ Roundup -- from installation and scripts. .. _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