Skip to content

dev.rocketchat.acc.viasat.io

ear-dev edited this page Jan 12, 2022 · 2 revisions

This server will host an instance of Rocket Chat that represents all the work related to the Dialog Flow/ Salesforce / bot integration GSOC 2020 projects.

  • Branch TBD

Public RC Server Instance on Ec2 in the ACC-dev AWS account

SSH and port 3000 access is enable
  • ssh -i rocketchat_dev_instance.pem ubuntu@10.137.163.56

  • Contact Eric.Rosenthal for the pem file.

  • the server is running in a tmux session

    • after logging in to the machine you can attach to that tmux session in order to stop the server, pull the latest from the feature branch, and restart as needed. using tmux will keep the session running after you log off the machine.
  • cd /home/Ubuntu/Rocket.Chat Work here to sync the branch and start RC server.

  • git pull origin <branch_name>

  • meteor npm start RC developer guides quick start

  • connect through the load balancer on a standard port here: https://livechat.viasatconnect.com

Clone this wiki locally