Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.37 KB

Developer-Guide.md

File metadata and controls

28 lines (21 loc) · 1.37 KB

Scouter Developer Guide

English Korean

Short version

  • build

    • server & agent : build_package.sh
    • client : build_client.sh
  • import project to the IDE

    • Scouter project

      • import maven project using the parent pom.
      • install Scala IDE for Eclipse (or Scala for IntelliJ) : It needs for Scouter server module. -- Scala IDE 4.3.0 for scala 2.11.7
      • install and enable Lombok support for your IDE.
    • Scouter client project (for Eclipse Neon+ & java8)

      • build server & agent first then it makes scouter.common.jar and register it for client project library.
      • use "import existing maven project"
        • select the directory, ./scouter.client.build/pom.xml (It's parent pom)
      • If your eclipse doesn't have ZEST plugin, you should install it.

Long version