-
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=epel
works 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 install
sudo npm install -g yo bower grunt
bower install
grunt serve
- if the above command gives an error, try
sudo npm install -g grunt-cli
-
grunt serve
again.
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=epel
works really well for aws ec2 instances.) npm install websocket-over-nodejs
npm install node-static
npm 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/