Social Features Prototype Branch - WideChat/Rocket.Chat GitHub Wiki
Shared development branch
WideChat/social_features_prototype
is a branch that is tracking/created off of RocketChat/develop
.
It is intended to be a shared branch where the social features team can work collaboratively by merging their features in progress, and deploying to a public server so we can see how the features look and work together.
- https://github.com/WideChat/Rocket.Chat/tree/social_features_prototype
- Social features dev's will have permissions to merge directly into the branch.
- Should there be any kind of code review before merging?
- No circleCI.
Public RC Server Instance on Ec2 in our AWS account
Devs might have to coordinate so that only one person is working on the instance at a time.
SSH and port 3000 access is enable
-
ssh -i "rc_social_instance.pem" [email protected]
-
Contact Eric.Rosenthal for the pem file.
-
cd /home/Ubuntu/Rocket.Chat
Work here to sync the social_features_branch and start RC server. -
git pull origin social_features_prototype
-
meteor npm start
RC developer guides quick start -
Connect to the server instance here: http://34.207.225.228:3000 or here: http://ec2-34-207-225-228.compute-1.amazonaws.com:3000
-
You can also connect through the load balancer on a standard port here: https://socialprototype.viasatconnect.com