Last active
August 21, 2021 09:27
-
-
Save LinauxTerminology/746c7bdcb1afd65b48bd788f7edac689 to your computer and use it in GitHub Desktop.
I Will Do Install Rudder Ubuntu 20.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Author
LinauxTerminology
commented
Aug 21, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment