Skip to content

Instantly share code, notes, and snippets.

View renatocaliari's full-sized avatar

Cali (Renato Caliari) renatocaliari

View GitHub Profile
@renatocaliari
renatocaliari / install-caprover.sh
Created August 29, 2023 12:15 — forked from hivivo/install-caprover.sh
Install CapRover on a brand new Ubuntu 22.04 standard server
#!/bin/bash
# Ubuntu 22.04
# Please also allow `80, 443, 3000` ports in the VM network rules if apply
# run as sudo
if [ "$EUID" -ne 0 ]
then echo "Please run as root or use sudo"
exit
fi