mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
Add installation instructions for Windows and MacOS
This commit is contained in:
parent
641c8de84b
commit
1d93fdf73b
@ -30,6 +30,9 @@ const ServerMonitorDocumentation: FunctionComponent<ComponentProps> = (
|
||||
# Install the agent
|
||||
curl -s ${HTTP_PROTOCOL}${HOST.toString()}/docs/static/scripts/infrastructure-agent/install-linux.sh | bash
|
||||
|
||||
# For Windows and MacOS, install NodeJS and NPM adn then...
|
||||
npm install -g @oneuptime/infrastructure-agent
|
||||
|
||||
# Run the agent
|
||||
oneuptime-infrastructure-agent --secret-key=${props.secretKey.toString()} ${
|
||||
showHost ? '--oneuptime-url=' + host : ''
|
||||
|
Loading…
Reference in New Issue
Block a user