Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: commands update

...

# Move to directory
Info

Argument host enables network access.

Code Block

To understand how to do this, open a console and move to the Pekat installation folder:

Code Block
cd C:\Program Files\PEKAT VISION 3.16.0\starter
 # Show manual for hosting
 

To show manual for hosting input:

Code Block
./pekat-vision.exe host -h

You should see the following manual:

Code Block
usage: pekat-vision-starter [-h] [-dn] [-r] [-p PORT] [-P PASSWORD] [-l] [-dc]
                         [-dcode] [-wl]

Optional arguments:
  -h, --help              Show this help message and exit.
  -dn, --disable_network  Disable network
  -p PORT, --port PORT    Starting port
  -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.