Skip to content

Instantly share code, notes, and snippets.

View caseypage's full-sized avatar

Casey Page caseypage

  • Infusion Extreme
  • Forney, TX
View GitHub Profile
@parallaxhub
parallaxhub / Install Revive-Adserver 5.3.1 on Ubuntu 20.04
Created March 22, 2022 10:04
Install Revive-Adserver 5.3.1 on Ubuntu 20.04
# STEP-1: Update your system
apt update
apt upgrade
# STEP-2: Install Apache web server
apt install apache2
apache2 -v
service apache2 stop
service apache2 start
systemctl enable apache2