Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tkosuga
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkosuga/dfb7dd3dd1123dc160e0 to your computer and use it in GitHub Desktop.
Save tkosuga/dfb7dd3dd1123dc160e0 to your computer and use it in GitHub Desktop.
UbuntuにMeteor製Slack風オンラインチャットRocket.Chatの導入手順
$ sudo add-apt-repository ppa:chris-lea/node.js
$ sudo apt-get update
$ sudo apt-get install nodejs npm
$ curl https://install.meteor.com/ | sh
$ git clone https://github.com/RocketChat/Rocket.Chat.git
$ cd Rocket.Chat
$ meteor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment