Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 686 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 686 Bytes

intersystem-cache-vagrant

Codeac

This script sets up an InterSystems Caché Database server

How to

Start

vagrant up

SSH Access

vagrant ssh

Stop

vagrant halt

You will need to start Caché instance when the VM is turned on again

vagrant up
vagrant ssh
ccontrol start cache
exit

Destroy

vagrant destroy -f

Access

Admin Portal: http://192.168.56.110:57772/csp/sys/UtilHome.csp
Super Server Port: 56772
Username: superuser
Password: superuser123