Lines 58-77
Link Here
|
58 |
- Comment out the lines after "for www", and uncomment the lines "for www-exp". |
58 |
- Comment out the lines after "for www", and uncomment the lines "for www-exp". |
59 |
|
59 |
|
60 |
- Edit the file %%PREFIX%%/tinderbox/scripts/www-exp/inc_ds.php |
60 |
- Edit the file %%PREFIX%%/tinderbox/scripts/www-exp/inc_ds.php |
61 |
(copy from inc_ds.php-dist) |
61 |
(copy from inc_ds.php.dist) |
62 |
|
62 |
|
63 |
- $DB_HOST should be localhost |
63 |
- $DB_HOST should be localhost |
64 |
- $DB_DRIVER should be pgsql |
64 |
- $DB_DRIVER should be pgsql |
65 |
- $DB_USER should be tinderbox |
65 |
- $DB_USER should be tinderbox |
66 |
|
66 |
|
67 |
- Edit the file %%PREFIX%%/tinderbox/scripts/www-exp/inc_tinderbox.php |
67 |
- Edit the file %%PREFIX%%/tinderbox/scripts/www-exp/inc_tinderbox.php |
68 |
(copy from inc_tinderbox.php-dist) |
68 |
(copy from inc_tinderbox.php.dist) |
69 |
|
69 |
|
70 |
- $rootdir should be %%PREFIX%%/tinderbox |
70 |
- $rootdir should be %%PREFIX%%/tinderbox |
71 |
- $wwwrooturi should be /tb |
71 |
- $wwwrooturi should be /tb |
72 |
- $tinderbox_name should be "My Tinderbox" |
72 |
- $tinderbox_name should be "My Tinderbox" |
73 |
- $tinderbox_title should be "FreeBSD Packages" |
73 |
- $tinderbox_title should be "FreeBSD Packages" |
74 |
|
74 |
|
|
|
75 |
Initialize the Tinderbox: |
76 |
# %%PREFIX%%/tinderbox/scripts/tc init |
77 |
|
75 |
The following walkthrough is the initial tinderbox population setup |
78 |
The following walkthrough is the initial tinderbox population setup |
76 |
and should be executed in %%PREFIX%%/tinderbox/scripts. |
79 |
and should be executed in %%PREFIX%%/tinderbox/scripts. |