Compare commits

..

5 Commits

Author SHA1 Message Date
이수준 d7401d387d FIX: fix for error, app delete, get pid, get config 2023-09-25 11:28:06 +09:00
이수준 a683fff8fa FIX: fix for get app resource 2023-09-25 10:39:33 +09:00
이수준 9e0a4976aa FIX: fix for Init 2023-09-19 19:10:48 +09:00
sujune 0724316273 ADD: Add image file 2023-09-15 06:35:07 +00:00
sujune e40bf4133c FIX: Fix Readme file 2023-09-15 06:34:51 +00:00
7 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,8 @@
- 각 장비의 종류에 마다 시리얼 넘버가 부여 됩니다.
- 부여 받은 시리얼 넘버를 관리자로부터 받습니다.
- SDT-Cloud의 조직 코드를 확인해야 합니다.
- SDT-Cloud의 조직 코드는 SDT-Cloud에 로그인할때 발급 받은 토큰 값을 decoding하면 조직 코드를 얻을 수 있습니다.
- SDT-Cloud의 조직 코드는 SDT-Cloud에 로그인 후, 아래 그림과 같이 계정을 클릭하면 조직 코드를 확인할 수 있습니다.
![](./image.png)
2. 파일 다운로드
- 릴리즈에서 최신 파일(.zip) 파일을 다운로드 합니다.
3. installer 실행

BIN
bwc-init

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -25,6 +25,7 @@ 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.