View | Details | Raw Unified | Return to bug 100146
Collapse All | Expand All

(-)/usr/ports/misc/tinderbox/files/pkg-message.in (-3 / +21 lines)
Lines 5-10 Link Here
5
- First, run the setup program:
5
- First, run the setup program:
6
    %%PREFIX%%/tinderbox/scripts/setup.sh
6
    %%PREFIX%%/tinderbox/scripts/setup.sh
7
7
8
  Enter database driver (mysql pgsql): pgsql
9
8
  If the database is running on the same server as you're on now,
10
  If the database is running on the same server as you're on now,
9
  and you have administrator access to it, answer this question
11
  and you have administrator access to it, answer this question
10
  with yes:
12
  with yes:
Lines 18-26 Link Here
18
20
19
  The other questions should just be entered through.
21
  The other questions should just be entered through.
20
22
23
The following walkthrough is for MySQL databases:
24
25
- First, run the setup program:
26
    %%PREFIX%%/tinderbox/scripts/setup.sh
27
28
  Enter database driver (mysql pgsql): mysql
29
30
  If the database is running on the same server as you're on now,
31
  and you have administrator access to it, answer this question
32
  with yes:
33
	"Does this host have access to connect to the Tinderbox database as a database administrator?"
34
35
  Enter the desired username for the Tinderbox database : tinderbox
36
37
  The other questions should just be entered through.
38
21
The following walkthrough is the tinderbox environment setup:
39
The following walkthrough is the tinderbox environment setup:
22
40
23
- Edit the file %%PREFIX%%/scripts/tinderbox.ph (copy from
41
- Edit the file %%PREFIX%%/tinderbox/scripts/tinderbox.ph (copy from
24
  tinderbox.ph.dist)
42
  tinderbox.ph.dist)
25
  
43
  
26
  - $BUILD_ROOT should be "%%PREFIX%%/tinderbox"
44
  - $BUILD_ROOT should be "%%PREFIX%%/tinderbox"
Lines 34-47 Link Here
34
  - Comment out the lines after "for www", and uncomment the lines "for www-exp".
52
  - Comment out the lines after "for www", and uncomment the lines "for www-exp".
35
53
36
- Edit the file %%PREFIX%%/tinderbox/scripts/www-exp/inc_ds.php
54
- Edit the file %%PREFIX%%/tinderbox/scripts/www-exp/inc_ds.php
37
  (copy from inc_ds.php.dist)
55
  (copy from inc_ds.php-dist)
38
56
39
  - $DB_HOST should be localhost
57
  - $DB_HOST should be localhost
40
  - $DB_DRIVER should be pgsql
58
  - $DB_DRIVER should be pgsql
41
  - $DB_USER should be tinderbox
59
  - $DB_USER should be tinderbox
42
60
43
- Edit the file %%PREFIX%%/tinderbox/scripts/www-exp/inc_tinderbox.php
61
- Edit the file %%PREFIX%%/tinderbox/scripts/www-exp/inc_tinderbox.php
44
  (copy from inc_tinderbox.php.dist)
62
  (copy from inc_tinderbox.php-dist)
45
63
46
  - $rootdir should be %%PREFIX%%/tinderbox
64
  - $rootdir should be %%PREFIX%%/tinderbox
47
  - $wwwrooturi should be /tb
65
  - $wwwrooturi should be /tb

Return to bug 100146