Quick Start
How to install Resource Surveillance & Integration Engine (surveilr
) for Critical Systems
Start using surveilr
Resource Surveillance by following the quick guide below:
-
macOS and Linux:
-
Install
surveilr
in desired path by running any of the following commands:Terminal window # install in current path$ curl -sL https://raw.githubusercontent.com/opsfolio/releases.opsfolio.com/main/surveilr/install.sh | bash# Install globally$ curl -sL https://raw.githubusercontent.com/opsfolio/releases.opsfolio.com/main/surveilr/install.sh | SURVEILR_HOME="$HOME/bin" bash# install in preferred path$ curl -sL https://raw.githubusercontent.com/opsfolio/releases.opsfolio.com/main/surveilr/install.sh | SURVEILR_HOME="/path/to/directory" bash
-
-
Windows:
-
Install
surveilr
by executing the following command in windows powershell terminalTerminal window $ irm https://raw.githubusercontent.com/opsfolio/releases.opsfolio.com/refs/heads/main/surveilr/install.ps1 | iex
-
Still Got Questions ?
Check out our FAQ