Skip to content

InterSystems Caché and Vagrant to use in development environment.

Notifications You must be signed in to change notification settings

joaolms/intersystems-cache-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

InterSystems Caché and Vagrant to use in development environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages