Installation & Setup of FOKS
Initial Installation of FOKS
$ curl -fsSL https://pkgs.foks.pub/install.sh | sh
This will install both the FOKS binary and the FOKS agent.
PS> foks ctl status
foks agent is in state: active running
PS> which foks
/usr/bin/foks
PS> Get-Process -Name foks
NPM(K) PM(M) WS(M) CPU(s) Id SI ProcessName
------ ----- ----- ------ -- -- -----------
0 37.25 34.20 40.25 3665 …65 foks
PS> Get-Command foks
CommandType Name Version Source
----------- ---- ------- ------
Application foks 0.0.0.0 /usr/bin/foks
logs are located here: $HOME/.cache/foks
For subsequent installs/updates
$ apt-get install foks