Gateone install

From wikinotes
Revision as of 19:43, 19 September 2021 by Will (talk | contribs) (→‎FreeBSD)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Linux

aura -A gateone-git

# run gateone once as root to create default config
gateone

FreeBSD

1) Enable service

# /etc/rc.conf

gateone_enable="YES"

2) Gateone is written for linux and expects devfs.
Make sure to enable the pty kernel module.

# /boot/loader.conf

pty_load="YES"
kldload pty

3) Run gateone once as root to create default config

gateone