การติดตั้งโปรแกรม R10 Smart Platform
1. cd smartrefer-client
2. docker-compose down
3. cd ..
4. remane smartrefer-client เป็น smartrefer-client_old
5. git clone
https://gitlab.com/.../docker-server/smartrefer-client.git6. cd smartrefer-client
7. แก้ไข ไฟล์ config.api , config.emr , config.pharmacy การเชื่อมต่อ ฐาน his รพ.
8. สั่ง docker system prune -a แล้วตอบ y
8.1 คำสั่ง prune -a มันจะลบ Network Kong-network
8.2 ก่อนจะ compose up ให้เช็ค Kong-network ก่อนว่ามีไหม ด้วยคำสั่ง docker Network ls หากไม่มีให้สร้าง ในข้อ 9.1
9. docker-compose up แล้วลองเข้าระบบ เช่น
http://192.168.1.2:8080/ ,
http://192.168.1.2:8080/smartemr/ ,http://192.168.1.2:8080/coc/
9.1 ถ้าสั่ง docker-compose up แล้ว ERROR: Network kong-network declared as external, but could not be found. Please create the network manually using docker network create kong-network and try again. **ให้สั่ง docker network create kong-network ใหม่ครับ
10. ระบบเข้าได้ปกติ ให้กดคีย์บอร์ด Ctrl + C
11. docker-compose up -d