comparison 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
comparison
equal deleted inserted replaced
4314:b41a033bffcc 4315:cfb01b2bc730
996 .. note:: 996 .. note::
997 The ``run_tests.py`` script is packaged in Roundup's source distribution 997 The ``run_tests.py`` script is packaged in Roundup's source distribution
998 - users of the Windows installer, other binary distributions or 998 - users of the Windows installer, other binary distributions or
999 pre-installed Roundup will need to download the source to use it. 999 pre-installed Roundup will need to download the source to use it.
1000 1000
1001 Remember to have a database user 'rounduptest' prepared. This user
1002 must have at least the rights to create and drop databases.
1003 Documentation: details on `adding MySQL users`_,
1004 for PostgreSQL you want to call the ``createuser`` command with the
1005 ``-d`` option to allow database creation.
1006
1001 Once you've unpacked roundup's source, run ``python run_tests.py`` in the 1007 Once you've unpacked roundup's source, run ``python run_tests.py`` in the
1002 source directory and make sure there are no errors. If there are errors, 1008 source directory and make sure there are no errors. If there are errors,
1003 please let us know! 1009 please let us know!
1004 1010
1005 If the above fails, you may be using the wrong version of python. Try 1011 If the above fails, you may be using the wrong version of python. Try
1027 .. _apache: http://httpd.apache.org/ 1033 .. _apache: http://httpd.apache.org/
1028 .. _mod_python: http://www.modpython.org/ 1034 .. _mod_python: http://www.modpython.org/
1029 .. _MySQLdb: http://sourceforge.net/projects/mysql-python 1035 .. _MySQLdb: http://sourceforge.net/projects/mysql-python
1030 .. _Psycopg: http://initd.org/software/initd/psycopg 1036 .. _Psycopg: http://initd.org/software/initd/psycopg
1031 .. _pysqlite: http://pysqlite.org/ 1037 .. _pysqlite: http://pysqlite.org/
1038 .. _`adding MySQL users`:
1039 http://dev.mysql.com/doc/refman/5.1/en/adding-users.html

Roundup Issue Tracker: http://roundup-tracker.org/