Advertisement
amitbora

To Install Rocket Chat on Ubuntu WSL

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