-
Notifications
You must be signed in to change notification settings - Fork 0
Installation & Tools Instructions
Riz Panjwani edited this page Mar 29, 2015
·
5 revisions
- install nodejs (please don't use homebrew on mac for this).
sudo yum install nodejs npm --enablerepo=epelworks really well for aws ec2 instances. git clone https://github.com/rpanjwani/capcast.git- Go to the capcast directory and do the following:
sudo npm installsudo npm install -g yo bower gruntbower installgrunt serve
- if the above command gives an error, try
sudo npm install -g grunt-cli -
grunt serveagain.
You should now see your browser automatically load http://localhost:9000, which should display our meeting app.
Dear TAs, we will have amazon VMs running for our signalling servers, so you don't need to run the signalling server on your machine. The front-end code will reflect this and connect to our signalling servers.
- Install Nodejs (
sudo yum install nodejs npm --enablerepo=epelworks really well for aws ec2 instances.) npm install websocket-over-nodejsnpm install node-staticnpm install request-promise- overwrite the signaler.js with the one under capcast/signalingserver/signaler
node node_modules/websocket-over-nodejs/signaler.js- check http://localhost:12034/