Skip to content

Instantly share code, notes, and snippets.

@bijay-shrestha
Last active October 29, 2021 14:04
Show Gist options
  • Save bijay-shrestha/fbb570b8a244855e75f637cd7d0c12e4 to your computer and use it in GitHub Desktop.
Save bijay-shrestha/fbb570b8a244855e75f637cd7d0c12e4 to your computer and use it in GitHub Desktop.
Cogent Sish installation

SISH installation on ubuntu

Step 1


sudo apt install gdebi

Step 2

Install wkhtmltox and wkhtmltopdf using gdebi

Step 3

sudo apt-add-repository ppa:gambas-team/gambas3

sudo apt update

sudo apt install build-essential

sudo apt update

Step 4

Download SISH from here

Sidenote - (Install Hospital Information System(HIS) and Install support component)

Step 5

After sish installation run cmd in terminal

sishgambas --install-optional

Step 6

Uncheck four items - ginkgocadx, zint, gstreamertools, and qstats (creates problems in sish)

Step 7

sishgambas --install-essential

Step 8

Choose hospital and set SISH server ip office = server 1 (10.10.14.161 and 10.10.35.62)

Author

Denish Limbu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment