Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1 sudo apt-get update && sudo apt-get dist-upgrade -y
- 2 sudo apt-get install build-essential python3 make g++
- 3 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
- 4 command -v nvm
- 5 nvm install --lts
- 6 curl -fsSL https://deno.land/install.sh | sh
- 7 unzip
- 8 sudo apt install unzip
- 9 curl -fsSL https://deno.land/install.sh | sh
- 10 curl https://install.meteor.com/?release=3.0.4 | sh
- 11 meteor --version
- 12 npm install --global yarn
- 13 git clone https://github.com/amitb0ra/Rocket.Chat.git
- 14 cd Rocket.Chat
- 15 yarn
- 16 nvm install 20.18.0
- 17 nvm use 20.18.0
- 18 yarn dsv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement