How to install and run the Visionect Software Suite locally on a mac:
- Install Docker:
brew install colima docker docker-compose- Start and verify that Docker daemon is running:
colima start
docker ps -a- Download the docker file:
curl https://docs.visionect.com/_downloads/cda94dc639573626dadb9a3c907a429f/docker-compose.yml --output docker-compose.yml- Use
uuidgento set a valid uuid key (e.g.28531EA8-8187-4F24-B1F4-95531FC45B2D) to ensure web interface cookie validity and previous user sessions
set VISIONECT_SERVER_DEPLOYMENT_KEY 28531EA8-8187-4F24-B1F4-95531FC45B2D- Run docker compose:
docker-compose up -d-
You can now open
localhost:8081and use the following credentials to login -
Configure the client on the server (TBD)