Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.1 KB

repo-crawler

Getting Started

The easiest way to set up the environment is to:

  1. Install IntelliJ IDEA with kotlin plugin.
  2. Clone this repository.
  3. Open IntelliJ IDEA and open project. File -> Open.. -> <project_path> (Select Gradle if needed.)
  4. Build -> Build Project

Run the crawler

From IntelliJ IDEA

  1. Run -> Run... -> com.incquerylabs.vhci.modelaccess.twc.rest.Crawler.kt (set arguments in Configuration)

Application

  1. gradle shadowJar or download from GitHub releases
  2. java -jar build/libs/vhci.modelaccess.twc.rest-1.0-SNAPSHOT-all.jar <args> with arguments (see below)

Example arguments

OpenSE Cookbook model on twc.openmbee.org

-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 -u openmbeeguest -pw guest

TMT on twc.openmbee.org

-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 -u openmbeeguest -pw guest