Skip to content

Commit

Permalink
Updated Ubuntu Node.js install instructions,
Browse files Browse the repository at this point in the history
  • Loading branch information
dryswabbie committed Oct 7, 2014
1 parent d2a3641 commit e7b40ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/easyrtc_server_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ Ubuntu EasyRTC Install Steps:
----------------------------

1. Install Node.js
- `sudo apt-get install python-software-properties`
- `sudo add-apt-repository ppa:chris-lea/node.js`
- `sudo apt-get update`
- `sudo apt-get install nodejs`
- See https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
- `curl -sL https://deb.nodesource.com/setup | sudo bash -`
- `sudo apt-get install -y nodejs`

2. Create folder hold the EasyRTC application
- ex: `sudo mkdir /var/nodes`
Expand Down

0 comments on commit e7b40ca

Please sign in to comment.