Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 604 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 604 Bytes

Database Programming 2019 Course Work

Setting things up

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

Usage

To build (and download the driver if needed):

./build.sh

To run:

./run.sh

or do both:

./buildrun.sh