Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 570 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 570 Bytes

PaintChat app for RocketChat

Deployment instructions

Clone RocketChat

Checkout latest released tag to its down branch

  • git tag -l
  • git checkout -b 0.49.4 0.49.4
  • git stash
  • git checkout -b 0.49.4 0.49.4
  • git branch
  • history | less
  • git pull origin master

Install Rocket Chat npms

  • meteor npm install

Add the paintchat package

  • meteor add paintchat:paintchat-main --allow-superuser