Skip to content

Commit 02b3b6f

Browse files
authored
Update INSTALL.md
1 parent 0235c1c commit 02b3b6f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

INSTALL.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ will tell you what to do).
88

99
If you are trying to run the script under Windows, you probably won't have a Perl interpreter. I recommand you use the latest Strawberry Perl (use either the installer or the portable version).
1010

11+
Kettle:
12+
==========================
1113
If you want to migrate the data, you'll need "Kettle", an Open Source ETL. Get the latest version
1214
from here: http://kettle.pentaho.com/ .
15+
16+
On newest versions of Kettle, the SQL Server java driver isn't included. You'll need this one: http://jtds.sourceforge.net/. Just download the zip file (jtds-1.3.1-dist.zip at the time of this writing), extract the jar file (jtds-1.3.1.jar) and put this file in the lib directory of Kettle.
17+
18+
If you don't want to bother with installing a JVM system-wide for Kettle, just download Sun's JVM and put in in Kettle's directory, in a "java" subdirectory. Latest versions of Kettle require Java 8.
19+
1320
You'll also need a SQL Server account with the permission to SELECT from the tables you want to migrate.
1421

15-
As Kettle is a Java program, you'll also need a recent JVM (Java 6 or 7 should do the trick).
22+

0 commit comments

Comments
 (0)