diff --git a/README.md b/README.md index b63487edfa00016573971047c152080835d9fdc9..dcae5ef215289e010a20ce0883f14836be20c30b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ Use [template.md](./template.md) to create new content. ## Contents * [Quick Start Guide](./docs/quickstart.md) -* [Onboarding into IICS](./docs/onboarding.md) * [Concepts](./docs/concepts.md) * [Tutorials](./docs/tutorials.md) * [How To Guides](./docs/howto.md) diff --git a/docs/concepts.md b/docs/concepts.md index 7a10c6521465fe51233298a6298e09a86c16fd86..db76fe14ac94f77ee826d69e8f1e86d6d374636c 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -1,8 +1,5 @@ # IICS Concepts -### TODO -* [ ] Add TOC. -* [ ] Add common IICS concepts, few examples are below. - -* Secure Agent -* Different Type of Integrations \ No newline at end of file +### Secure Agent +A Java program that runs all tasks and enables secure communication across the firewall between our organization and +Informatica Intelligent Cloud Services. More details can be found [here](https://docs.informatica.com/integration-cloud/cloud-platform/current-version/administrator/runtime-environments/secure-agents.html). \ No newline at end of file diff --git a/docs/onboarding.md b/docs/onboarding.md deleted file mode 100644 index 2940345bb7f1800b66fe76993cdce8acea9fed6f..0000000000000000000000000000000000000000 --- a/docs/onboarding.md +++ /dev/null @@ -1,4 +0,0 @@ -# Onboarding into IICS - -### TODO -* [ ] Add content for provisioning [docs](https://git.doit.wisc.edu/interop/iics/internal-iics-docs/merge_requests/1). \ No newline at end of file diff --git a/docs/quickstart.md b/docs/quickstart.md index 4a8074646157243091b631514e474af747ffde2c..5e703b6cb14d580004bd365ea8e1b941b3b8c7e0 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -1,5 +1,13 @@ # Quick Start Guide -Step by step guide for quick start with IICS. +Get started quickly with IICS using below steps. -### TODO -*[ ] Write quick start guide - https://jira.doit.wisc.edu/jira/browse/INPLATFORM-69. \ No newline at end of file +1. You will need `netid` login in order to access the IICS web console (known as the designer). +2. Login into the IICS web console: + * [test](https://dm-us.informaticacloud.com/ma/sso/fu0Dw88PzqRdTYPctT73QJ) + * [prod](https://dm-us.informaticacloud.com/ma/sso/732dcgB8WwTgRubL1mFU8R) + +If you can't access IICS web console [reach to us](../README.md) + +## Where To Go Next? +Learn more about IICS [concepts](./concepts.md), [tutorials](./tutorials.md), and [training](./training.md), or +get started using Informatica get started [guide](https://network.informatica.com/docs/DOC-17653).