Lines 4-15
Link Here
|
4 |
0) If you are upgrading from a previous version of flyspray, please skip to |
4 |
0) If you are upgrading from a previous version of flyspray, please skip to |
5 |
the Upgrading section below. |
5 |
the Upgrading section below. |
6 |
|
6 |
|
7 |
1) Create a mysql database for Flyspray to use. Here is one way to do that, |
7 |
1) Create a database for Flyspray to use. Here is one way to do that, from |
8 |
from the unix/linux command line, entering your mysql root password when |
8 |
the unix/linux command line, entering your mysql root password (in case |
9 |
prompted: |
9 |
using mysql backend) when prompted: |
10 |
|
10 |
|
|
|
11 |
For MySQL: |
11 |
# mysqladmin -u root -p create flyspray |
12 |
# mysqladmin -u root -p create flyspray |
12 |
|
13 |
|
|
|
14 |
For PostgreSQL: |
15 |
# createdb -U pgsql flyspray |
16 |
|
13 |
2) Insert the following configuration into your Apache httpd.conf: |
17 |
2) Insert the following configuration into your Apache httpd.conf: |
14 |
|
18 |
|
15 |
Alias "/flyspray/" "%%FLYSPRAYDIR%%/" |
19 |
Alias "/flyspray/" "%%FLYSPRAYDIR%%/" |
Lines 41-48
Link Here
|
41 |
7) Report any bugs you find back to http://bugs.flyspray.org/ or the mailing |
45 |
7) Report any bugs you find back to http://bugs.flyspray.org/ or the mailing |
42 |
list linked from the Flyspray homepage. |
46 |
list linked from the Flyspray homepage. |
43 |
|
47 |
|
44 |
8) Note that this version of Flyspray does not support PostgreSQL. |
|
|
45 |
|
46 |
Upgrading from previous versions of Flyspray |
48 |
Upgrading from previous versions of Flyspray |
47 |
============================================ |
49 |
============================================ |
48 |
|
50 |
|
Lines 50-57
Link Here
|
50 |
|
52 |
|
51 |
0) read %%DOCSDIR%%/UPGRADING.txt. |
53 |
0) read %%DOCSDIR%%/UPGRADING.txt. |
52 |
|
54 |
|
53 |
1) back up your old flyspray task database using "mysqldump". No, really, |
55 |
1) back up your old flyspray task database using "mysqldump" for mysql and |
54 |
you seriously run the risk of losing data if you don't do this. |
56 |
"pg_dump" for postgresql. No, really, you seriously run the risk of |
|
|
57 |
losing data if you don't do this. |
55 |
|
58 |
|
56 |
2) save a copy of %%FLYSPRAYDIR%%/flyspray.conf.php before running |
59 |
2) save a copy of %%FLYSPRAYDIR%%/flyspray.conf.php before running |
57 |
portupgrade. This will need to be restored after you've upgraded the |
60 |
portupgrade. This will need to be restored after you've upgraded the |