Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 859 Bytes

README.md

File metadata and controls

44 lines (33 loc) · 859 Bytes

Smart Check-In

setup

# one time setup
git clone https://github.com/OpenInformix/SmartCheckIn.git
cd SmartCheckIn

npm install

database connection info

cd SmartCheckIn/server
cp SampleConfig.json MyConfig.json

# update MyConfig.json with connectivity information to your database.
udate MyConfig.json

Start the application web server

cd SmartCheckIn
node server/server.js

DockerBuild

# cd SmartCheckIn
# FYI: make sure csdk install tar is coped
ls -l ./assets/clientsdk.4.50.FC2.LINUX.tar

# docker build
# docker build -t chkin-app1 .

# docker run -it -d --name chkin-cntn1 -p 3000:3000 -d chkin-app1
# docker run -it -d --name chkin-cntn1 -p 3000:3000 -d xuser1/chkin-app1
# https://<Host IP>:3000/