...
- 50001 TCP/IP and UDP
- 50002 TCP/IP and UDP
- 50011 TCP/IP and UDP
- 50012 TCP/IP and UDP
Setting Command line variables
Having the Qube commands available in the path from the commandline can be useful. Here is what is needed to set this up:
...
setenv QBDIR /usr/local/pfx/qube
set path = ($path $QBDIR/bin $QBDIR/sbin)
...
export QBDIR=/usr/local/pfx/qube
export PATH=$PATH:$QBDIR/bin:$QBDIR/sbin
...
export QBDIR=/Applications/pfx/qube
export PATH=$PATH:$QBDIR/bin:$QBDIR/sbin
...