summaryrefslogtreecommitdiff
path: root/ports-mgmt/tinderbox
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-12 17:26:20 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-12 17:26:20 +0000
commit2fa2f357fc23a1a7cce34787ed07865eea8d73d8 (patch)
tree98dd6131cde50925d785796433a7f2391fca46a5 /ports-mgmt/tinderbox
parentRestore the ability to install in a custom directory. (diff)
- fix a path
- fix some filenames - add a short install instruction for MySQL PR: ports/100146 Submitted by: Beat Gätzi <beat@chruetertee.ch>
Notes
Notes: svn path=/head/; revision=167590
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r--ports-mgmt/tinderbox/files/pkg-message.in24
1 files changed, 21 insertions, 3 deletions
diff --git a/ports-mgmt/tinderbox/files/pkg-message.in b/ports-mgmt/tinderbox/files/pkg-message.in
index 3a468b562a7d..fa0728b84231 100644
--- a/ports-mgmt/tinderbox/files/pkg-message.in
+++ b/ports-mgmt/tinderbox/files/pkg-message.in
@@ -5,6 +5,8 @@ The following walkthrough is for PostgreSQL databases:
- First, run the setup program:
%%PREFIX%%/tinderbox/scripts/setup.sh
+ Enter database driver (mysql pgsql): pgsql
+
If the database is running on the same server as you're on now,
and you have administrator access to it, answer this question
with yes:
@@ -18,9 +20,25 @@ The following walkthrough is for PostgreSQL databases:
The other questions should just be entered through.
+The following walkthrough is for MySQL databases:
+
+- First, run the setup program:
+ %%PREFIX%%/tinderbox/scripts/setup.sh
+
+ Enter database driver (mysql pgsql): mysql
+
+ If the database is running on the same server as you're on now,
+ and you have administrator access to it, answer this question
+ with yes:
+ "Does this host have access to connect to the Tinderbox database as a database administrator?"
+
+ Enter the desired username for the Tinderbox database : tinderbox
+
+ The other questions should just be entered through.
+
The following walkthrough is the tinderbox environment setup:
-- Edit the file %%PREFIX%%/scripts/tinderbox.ph (copy from
+- Edit the file %%PREFIX%%/tinderbox/scripts/tinderbox.ph (copy from
tinderbox.ph.dist)
- $BUILD_ROOT should be "%%PREFIX%%/tinderbox"
@@ -34,14 +52,14 @@ The following walkthrough is the tinderbox environment setup:
- Comment out the lines after "for www", and uncomment the lines "for www-exp".
- Edit the file %%PREFIX%%/tinderbox/scripts/www-exp/inc_ds.php
- (copy from inc_ds.php.dist)
+ (copy from inc_ds.php-dist)
- $DB_HOST should be localhost
- $DB_DRIVER should be pgsql
- $DB_USER should be tinderbox
- Edit the file %%PREFIX%%/tinderbox/scripts/www-exp/inc_tinderbox.php
- (copy from inc_tinderbox.php.dist)
+ (copy from inc_tinderbox.php-dist)
- $rootdir should be %%PREFIX%%/tinderbox
- $wwwrooturi should be /tb