Install HCW@Home repository and package
HCW@Home is composed of four main components:
- One Backend
- One Frontend dedicated for Doctors
- One Frontend dedicated for Patient
- One Frontend dedicated for Administrators
Those components can be installed on same server or on differents one. Here we will explain how to install on same server.
cat > /etc/apt/sources.list.d/hcw.list << EOF deb [arch=amd64 trusted=yes] https://projects.iabsis.com/repository/hcw-backend/debian focal main deb [arch=amd64 trusted=yes] https://projects.iabsis.com/repository/hcw-patient/debian focal main deb [arch=amd64 trusted=yes] https://projects.iabsis.com/repository/hcw-doctor/debian focal main deb [arch=amd64 trusted=yes] https://projects.iabsis.com/repository/hcw-admin/debian focal mainNow, refresh the list of packages with the following command.
EOF
apt update
Finally, you can install the thre component on one command
apt install hcw-athome-patient hcw-athome-backend hcw-athome-caregiver hcw-athome-admin
Rating
0
0
There are no comments for now.
Join this Course
to be the first to leave a comment.