Skip to content

Instantly share code, notes, and snippets.

@LinauxTerminology
Last active August 21, 2021 09:27
Show Gist options
  • Save LinauxTerminology/746c7bdcb1afd65b48bd788f7edac689 to your computer and use it in GitHub Desktop.
Save LinauxTerminology/746c7bdcb1afd65b48bd788f7edac689 to your computer and use it in GitHub Desktop.
I Will Do Install Rudder Ubuntu 20.04
If you need Apache Tomcat Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram:https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
#!/bin/sh
##How to install the dependencies
sudo apt update
sudo apt upgrade
sudo apt-get install apt-transport-https ca-certificates wget dirmngr gnupg software-properties-common -y
##How to install Rudder
wget --quiet -O- "https://repository.rudder.rudder.io/apt/rudder_apt_key.pub" | sudo apt-key add -
echo "deb http://repository.rudder.rudder.io/apt/6.1/ $(lsb_release -cs) main" > /etc/apt/sources.list.d/rudder.list
sudo apt-get update
sudo apt-get install rudder-agent -y
sudo rudder agent policy-server RUDDER_SERVER
#localhost
@LinauxTerminology
Copy link
Author

Screenshot from 2021-08-21 13-28-18
Screenshot from 2021-08-21 12-54-05
Screenshot from 2021-08-21 13-31-05
Screenshot from 2021-08-21 13-31-11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment