comparison doc/installation.txt @ 4317:15834821b8c7

- fix explicit python version description... ...and mention the password for running the tests with the rounduptest account. Thanks to radioking for testing this.
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Tue, 05 Jan 2010 16:09:37 +0000
parents cfb01b2bc730
children c70762f2be4e
comparison
equal deleted inserted replaced
4315:cfb01b2bc730 4317:15834821b8c7
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 1001 Remember to have a database user 'rounduptest' prepared (with
1002 password 'rounduptest'). This user
1002 must have at least the rights to create and drop databases. 1003 must have at least the rights to create and drop databases.
1003 Documentation: details on `adding MySQL users`_, 1004 Documentation: details on `adding MySQL users`_,
1004 for PostgreSQL you want to call the ``createuser`` command with the 1005 for PostgreSQL you want to call the ``createuser`` command with the
1005 ``-d`` option to allow database creation. 1006 ``-d`` option to allow database creation.
1006 1007
1007 Once you've unpacked roundup's source, run ``python run_tests.py`` in the 1008 Once you've unpacked roundup's source, run ``python run_tests.py`` in the
1008 source directory and make sure there are no errors. If there are errors, 1009 source directory and make sure there are no errors. If there are errors,
1009 please let us know! 1010 please let us know!
1010 1011
1011 If the above fails, you may be using the wrong version of python. Try 1012 If the above fails, you may be using the wrong version of python. Try
1012 ``python2 run_tests.py``. If that works, you will need to substitute 1013 ``python2 run_tests.py`` or ``python2.X run_tests.py`` where ``X`` is in
1013 ``python2`` for ``python`` in all further commands you use in relation to 1014 the set 3,4,5,6 depending on the version(s) of python installed.
1014 Roundup -- from installation and scripts. 1015 If that works, you will need to substitute ``python2`` or ``python2.X``
1016 for ``python`` in all further commands you use in relation to Roundup --
1017 from installation and scripts.
1015 1018
1016 1019
1017 .. _`table of contents`: index.html 1020 .. _`table of contents`: index.html
1018 .. _`user guide`: user_guide.html 1021 .. _`user guide`: user_guide.html
1019 .. _`roundup specification`: spec.html 1022 .. _`roundup specification`: spec.html

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