Skip to content

Commit d8cb634

Browse files
committed
Add example arguments with public TWC
1 parent 7611233 commit d8cb634

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# repo-crawler
2+
23
## Getting Started
34
The easiest way to set up the environment is to:
4-
1. Install `IntelliJ Idea` (Recommended:[2017.2.1](https://www.jetbrains.com/idea/download/previous.html)) with kotlin plugin.
5+
1. Install `IntelliJ IDEA` with kotlin plugin.
56
2. Clone this repository.
6-
3. Open IntelliJ Idea and open project. `File -> Open.. -> <project_path>` (Select `Gradle` if needed.)
7+
3. Open IntelliJ IDEA and open project. `File -> Open.. -> <project_path>` (Select `Gradle` if needed.)
78
4. `Build -> Build Project`
8-
5. `Run -> Run... -> com.incquerylabs.vhci.modelaccess.twc.rest.Craler.kt`
9+
5. `Run -> Run... -> com.incquerylabs.vhci.modelaccess.twc.rest.Crawler.kt`
10+
11+
## Example arguments
12+
13+
### OpenSE Cookbook model on twc.openmbee.org
14+
15+
-S twc.openmbee.org -P 8111 -ssl -W 9c368adc-10cc-45d9-bec6-27aedc80e68b -R c6bede89-cd5e-487b-aca8-a4f384370759 -B 29110c0f-bdc1-4294-ae24-9fd608629cac -REV 350 -C 2000 openmbeeguest guest
16+
17+
### TMT on twc.openmbee.org
18+
19+
-S twc.openmbee.org -P 8111 -ssl -W 9c368adc-10cc-45d9-bec6-27aedc80e68b -R 6819171d-1f52-4792-a08d-15d50d47985a -B a95e8bd1-f7d2-433e-a0a1-0c1cd7702e59 -REV 229 -C 2000 openmbeeguest guest

0 commit comments

Comments
 (0)