-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
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.
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
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.
- Scim-schema: https://github.com/osiam/scim-schema
- Sever: https://github.com/osiam/server
- connector4java: https://github.com/osiam/connector4java
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.