Skip to content

How to run and use

Seokho Son edited this page Dec 15, 2022 · 2 revisions

Run the server

  • Run the server
npm start

(출력 예시)

Server running at http://localhost:1324
✨ Built in 6.32s

# Access to http://x.x.x.x:1324/ (ex: http://localhost:1324/)
  • Access to the server

웹브라우저를 통해 http://x.x.x.x:1324 (ex: http://localhost:1324) 접속

image

  • TextBox에 환경 변수 확인 및 설정
    • TB IP/hostname: 서버 주소
      • 웹브라우저 접속 주소와 동일하게 자동 지정
    • TB Port: 기본값은 1323, 사용자가 상황에 따라 31323 등으로 변경하여 사용 가능
    • TB Username, Password: CB-Tumblebug REST API (BasicAuth) 호출에 필요한 Username 및 Password (ex: default, default)
    • NS ID: cb-mapui에 표시할 namespace를 지정
    • Display interval: 기본값은 10 (단위: 초)며, 정상적인 양의 정수를 입력했을 때에만 유효
  • MCIS 생성
    • MCIS Provisioning에서 MCIS 구성을 위한 상세 정보를 설정. Location-based 를 지정한 경우 Map에 클릭하면, 추천 VM이 지정됨.
    • 추천 VM들로 구성한 MCIS 요구사항이 마련되면, Create MCIS 버튼을 클릭하여 구성 정보 확인 후 MCIS 생성 요청.
    • 생성 결과는 알림창 및 Text areabox에 표시됨.
Clone this wiki locally