Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 986 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 986 Bytes

How to install and run the Visionect Software Suite locally on a mac:

  1. Install Docker:
brew install colima docker docker-compose
  1. Start and verify that Docker daemon is running:
colima start
docker ps -a
  1. Download the docker file:
curl https://docs.visionect.com/_downloads/cda94dc639573626dadb9a3c907a429f/docker-compose.yml --output docker-compose.yml
  1. Use uuidgen to 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
  1. Run docker compose:
docker-compose up -d
  1. You can now open localhost:8081 and use the following credentials to login

  2. Configure the client on the server (TBD)