oneuptime/HelmChart/cloud-marketplace-install.sh
Simon Larsen de3333f0e8 fix
2023-09-29 11:02:24 +00:00

23 lines
822 B
Bash

# This document is for launching OneUptime VM's on Azure, GCP and AWS.
# Follow the installation steps below.
# Azure: https://docs.microsoft.com/en-us/azure/marketplace/partner-center-portal/azure-vm-create-offer#technical-configuration
# Add these lines to: sudo crontab -e
# Run this on Reboot.
@reboot sudo curl https://oneuptime.com/chart/install.sh | sudo bash -s thirdPartyBillingEnabled
# Run this once every 24 hours.
0 0 * * * sudo curl https://oneuptime.com/chart/install.sh | sudo bash -s thirdPartyBillingEnabled
## FOR AWS EC2
# Run this on Reboot.
@reboot sudo curl https://oneuptime.com/chart/install.sh | sudo bash -s thirdPartyBillingEnabled aws-ec2
# Run this once every 24 hours.
0 0 * * * sudo curl https://oneuptime.com/chart/install.sh | sudo bash -s thirdPartyBillingEnabled aws-ec2