This repo contains documents related to UCLA's Fall 2013 CS130 Ticket Master Team C.
- Follow the nodejs.org installation process
- Clone this repository
- Enter the widget/server/ folder
- Run npm install
- Run node server.js
- Push the local changes to this repo.
- Connect to our aws server: ssh -i tm-ucla-widget-1.pem.cer [email protected]
- Kill the process currently running Node
- Pull your changes to the server: Username: TMCDeploy Password: TMCD3ploy
- restart the node server: node TMC/widget/server/server.js &
For large changes, please push your changes to a new remote branch git push origin : Then create a pull request on the branch on github and tag other contributors to review After the code is approved by concensus, merge with the master branch