Skip to content

Commit 728ede7

Browse files
NH-4026 - let the TestDatabaseSetup create the db.
1 parent fe0e8ac commit 728ede7

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

lib/teamcity/firebird/firebird_installation.txt

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@ Installation steps for Firebird for NH TeamCity:
66
3. Leave other settings with their defaults.
77
4. The setup should install Firebird on the machine;
88
5. Go into Firebird folder (c:\program files\firebird\) and create a folder named Data.
9-
10-
Creating the NH database:
11-
12-
a. Open ISQL (start -> programs -> Firebird -> ISQL);
13-
b. Type:
14-
create database 'localhost:c:\Program Files\Firebird\Data\NHibernate.fdb' page_size 8192
15-
user 'sysdba' password 'masterkey';
16-
17-
Please do not omit "localhost:", otherwise file access rights will not be adequate. Specifying localhost ensures
18-
the database is created by the server process. Otherwise it is create in embedded mode, with connected user acl.
19-
c. Go in Firebird installation directory and open databases.conf;
20-
d. Add in "Live Databases" section:
9+
6. Go in Firebird installation directory and open databases.conf;
10+
7. Add in "Live Databases" section:
2111
nhibernate = C:\Program Files\Firebird\Data\NHIBERNATE.FDB
22-

0 commit comments

Comments
 (0)