プログラミングで飯を食え。腕をあげたきゃ備忘録!

PHP、JavaScript、HTML5、CSS3などWEB系言語を中心に基本テク、備忘録をまとめます。Android、Iphoneアプリ開発についても!

PeerServerのインストール手順。

yum -y install git
rpm -ivh http://ftp.iij.ad.jp/pub/linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum -y install nodejs npm --enablerepo=epel
cd /usr/src
git clone https://github.com/peers/peerjs-server.git
cd peerjs-server
npm install

まだ途中ですが、下書きで保存。