summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 054b595)
raw | patch | inline | side by side (parent: 054b595)
author | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 5 Jan 2010 16:09:37 +0000 (16:09 +0000) | ||
committer | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 5 Jan 2010 16:09:37 +0000 (16:09 +0000) |
running the tests with the rounduptest account. Thanks to radioking
for testing this.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4421 57a73879-2fb5-44c3-a270-3262357dd7e2
for testing this.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4421 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/installation.txt | patch | blob | history |
diff --git a/doc/installation.txt b/doc/installation.txt
index aaf845f30efd5ff59e6515deb4ae654e1433b947..a815707ab4bb4708b43e65f78c537d65497bb98c 100644 (file)
--- a/doc/installation.txt
+++ b/doc/installation.txt
- 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
+ Remember to have a database user 'rounduptest' prepared (with
+ password 'rounduptest'). 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
please let us know!
If the above fails, you may be using the wrong version of python. Try
-``python2 run_tests.py``. If that works, you will need to substitute
-``python2`` for ``python`` in all further commands you use in relation to
-Roundup -- from installation and scripts.
+``python2 run_tests.py`` or ``python2.X run_tests.py`` where ``X`` is in
+the set 3,4,5,6 depending on the version(s) of python installed.
+If that works, you will need to substitute ``python2`` or ``python2.X``
+for ``python`` in all further commands you use in relation to Roundup --
+from installation and scripts.
.. _`table of contents`: index.html