Connect to your shell, open psql and type:
ALTER_USER <omappt> WITH ENCRYPTED PASSWORD '<password>';
Create/Enter a suitable directory in your university shell
mkdir tiko
cd tiko
Clone this repository
git clone https://github.com/bropan/tiko2019ht.git
tiko2019ht directory will appear in this directory. Switch there:
cd tiko2019ht
To build (and download the driver if needed):
./build.sh
To run:
./run.sh
or do both:
./buildrun.sh