... |
{color:#333333}To run the Teiid Quick Starts, you'll need:{color} |
* Java 1.6 from {color:#005e8f}Oracle{color}{color:} {color} |
* Java 6 from {color:#005e8f}Oracle{color} |
* {color:}Maven 3, if you wish to use the quick start examples{color} |
* download and install {color:#005e8f}[{color:#005e8f}JBoss AS 7.1{color}|http://www.jboss.org/jbossas/downloads.html]{color} server |
* download and install {color:#005e8f}JBoss AS 7.1 {color}server |
* download the {color:#005e8f}[{color:#005e8f}Teiid Runtime{color}|http://www.jboss.org/teiid/downloads.html]{color} (_teiid-{version}-jboss-dist.zip)_, the [Teiid Runtime|http://www.jboss.org/teiid/downloads.html] (_teiid-<version>__\-jboss-dist.zip)__,_ and unzip the contents under JBoss AS install directory. _ _The Teiid directory structure matches the JBoss AS directly. Therefore, Teiid is just an overlay and install it directly over the JBoss AS installed directory. |
* download and unzip the {color:#005e8f}[{color:#005e8f}Teiid Quickstart{color}|http://www.jboss.org/teiid/downloads.html]{color} zip, the [Teiid Quickstart|http://www.jboss.org/teiid/downloads.html] zip, if you want to follow along with the projects discussed in the guide |
{note}{color:}If you will be using a client application, like SquirreL, to connect to Teiid, you will want to download the {color}{color:}[Teiid JDBC Drive|http://www.jboss.org/teiid/downloads.html]{color}{color:}r{color}{color:}. In the downloads directory you will find "teiid\-{color}<version>-jdbc.jar". {note} {color:} {color} |
|
{note}If you will be using a client application, like SquirreL, to connect to Teiid, you will want to download the [Teiid JDBC Drive|http://www.jboss.org/teiid/downloads.html]r. In the downloads directory you will find "teiid\-<version>-jdbc.jar". |
{color:}Follow {note} Follow the official Maven installation guide if you don't already have Maven 3 installed. You can check which version of Maven you have installed (if any) by running{color}{color:} {color}{color:}{{{}mvn \--version{}}}{color}{color:}. running {{mvn \--version}}. If you see a version newer than 3.0.0, you are ready to go.{color} |
{note} |
{color:#333333}Access to physical data sources such as Oracle, MS-SQL Server, DB2, and Sybase through Teiid relies upon the user supplying their own JDBC drivers in the deployment. Follow the directions specified in this {color}{color:#005e8f}\[{color}{color:#005e8f}document{color}\|https://community.jboss.org/docs/DOC-16657\]{color:} to this {color:#005e8f}\[{color}{color:#005e8f}document{color}\|https://community.jboss.org/docs/DOC-16657\] to create any data sources.{color}{note} sources.{note}* |
To run the Teiid Quick Starts, you'll need:
If you will be using a client application, like SquirreL, to connect to Teiid, you will want to download the Teiid JDBC Driver. In the downloads directory you will find "teiid-<version>-jdbc.jar". |
Follow the official Maven installation guide if you don't already have Maven 3 installed. You can check which version of Maven you have installed (if any) by running mvn --version. If you see a version newer than 3.0.0, you are ready to go.
Access to physical data sources such as Oracle, MS-SQL Server, DB2, and Sybase through Teiid relies upon the user supplying their own JDBC drivers in the deployment. Follow the directions specified in this [document|https://community.jboss.org/docs/DOC-16657] to create any data sources. |
*