Created
October 25, 2020 16:56
-
-
Save afahitech/f3acd3b61abb477b0ea8e21bab373241 to your computer and use it in GitHub Desktop.
How to install Rudder on Ubuntu 20.04 LTS
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 Rudder installation help, contact with me: | |
| Skype: aataur1 | |
| Telegram: @AutoDevOps | |
| WhatsApp: +8801751643484 | |
| Email: [email protected] | |
| -------------------------------------------------------------------------------------------------------------- | |
| # !/bin/sh | |
| sudo apt-get install apt-transport-https ca-certificates wget dirmngr gnupg software-properties-common -y | |
| wget --quiet -O- "https://repository.rudder.io/apt/rudder_apt_key.pub" | sudo apt-key add - | |
| sudo sh -c 'echo "deb http://repository.rudder.io/apt/6.0/ bionic main" > /etc/apt/sources.list.d/rudder.list' | |
| sudo apt-get update | |
| sudo apt-get install rudder-server-root -y | |
| https://localhost/rudder/ | |
| #Ruddersetup #installrudder #setuprudder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment