Compare commits
No commits in common. "d7401d387d04d3be1105ca33c8509e974e7fba4f" and "1b2d6f3eee44dad597ab1d22898ce3d0f281050e" have entirely different histories.
d7401d387d
...
1b2d6f3eee
|
@ -29,8 +29,7 @@
|
|||
- 각 장비의 종류에 마다 시리얼 넘버가 부여 됩니다.
|
||||
- 부여 받은 시리얼 넘버를 관리자로부터 받습니다.
|
||||
- SDT-Cloud의 조직 코드를 확인해야 합니다.
|
||||
- SDT-Cloud의 조직 코드는 SDT-Cloud에 로그인 후, 아래 그림과 같이 계정을 클릭하면 조직 코드를 확인할 수 있습니다.
|
||||
![](./image.png)
|
||||
- SDT-Cloud의 조직 코드는 SDT-Cloud에 로그인할때 발급 받은 토큰 값을 decoding하면 조직 코드를 얻을 수 있습니다.
|
||||
2. 파일 다운로드
|
||||
- 릴리즈에서 최신 파일(.zip) 파일을 다운로드 합니다.
|
||||
3. installer 실행
|
||||
|
|
Binary file not shown.
Binary file not shown.
1
init.sh
1
init.sh
|
@ -25,7 +25,6 @@ echo "[INIT] [1] Finish equipment registration"
|
|||
echo "[INIT] [2] Start install device-control"
|
||||
cd device-control
|
||||
./install.sh $acode $etype
|
||||
mkdir -p /usr/local/sdt/app
|
||||
echo "[INIT] [2] Finish install device-control"
|
||||
|
||||
echo "[INIT] [3] Start install device-health"
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue