Skip to content

pathikrit/visionect-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Code to Deploy Visionect Software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published