Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Installation

David Moebius edited this page Jan 20, 2014 · 7 revisions

Info: If you want to run the OSIAM tests as "deployed" master version all dependencies will be loaded automatically from Maven.

I you want to run the tests as develop you need to load and to install all depend SNAPSHOT projects by yourself. A description how to do this can be found at the section Installing depended projects.

Installing OSIAM Tests

To do this please follow the described steps:

(described for Linux) Open a console and go to the folder where you want to clone the repositories. Now copy the ssh key of the test project on github which can be found at https://github.com/osiam/test-suites.

Next clone the project:

git clone [email protected]:osiam/test-suites.git

Installing depended projects

To do this please follow the described steps:

(described for Linux) Open a console and go to the folder where you want to clone the repositories. Now copy the ssh keys of the depending projects on github which can be found at https://github.com/osiam.

Next clone the projects:

git clone [email protected]:osiam/scim-schema.git
git clone [email protected]:osiam/server.git
git clone [email protected]:osiam/connector4java.git

Then switch to the 3 crated folders and install the projects

- scim-schema, server and connector4java

with

mvn clean install

Now all projects are locally installed on your computer and your OSIAM test can connect to them.

Clone this wiki locally