Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated network hosting manual

...

Info

By default, the application runs only on the local machine.

Info

Argument --network host enables network access.

Code Block
  console# Move to directory
 cd C:\Program Files\PEKAT VISION 3.16.0\starter
 # Show manual for hosting
 ./pekat-webvision.exe host -h 
Code Block
usage: pekat-webvision-starter [-h] [-vdn] [-p PORTr] [-np PORT] [-P PASSWORD] [-l] [-dc]
                         [-dcode]                          

PEKAT VISION online projects starter

[-wl]

Optional arguments:
  -h, --help              Show this help message and exit.
  -vdn, --versiondisable_network  Disable     network
 Show program's version number and exit.
  -p PORT, --port PORT    Starting port
  -n, --network 
       Network access
  -P PASSWORD, --password PASSWORD
                          Password access
  -l, --log               Show all logs
  -dc, --disable_concurrent
                          Allows to run only 1 project at a time
  -dcode, --disable_code
                          Disable code module. Higher security.
  -wl, --windowless       Start without project manager window.