Files
oneuptime/HelmChart/cloud-marketplace-install.sh

23 lines
842 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 -sSL https://oneuptime.com/chart/install.sh | sudo bash -s thirdPartyBillingEnabled
# Run this once every 24 hours.
0 0 * * * sudo curl -sSL https://oneuptime.com/chart/install.sh | sudo bash -s thirdPartyBillingEnabled
## FOR AWS EC2
# Run this on Reboot.
@reboot sudo curl -sSL https://oneuptime.com/chart/install.sh | sudo bash -s thirdPartyBillingEnabled aws-ec2
# Run this once every 24 hours.
0 0 * * * sudo curl -sSL https://oneuptime.com/chart/install.sh | sudo bash -s thirdPartyBillingEnabled aws-ec2