Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.
o0111 edited this page Jul 12, 2015 · 5 revisions

The minimum version of node required to install hack.chat locally is .12.* , to install versions past the default .10.4 on ubuntu use nvm as shown in this tutorial https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-an-ubuntu-14-04-server.


First install dependencies with sudo apt-get update sudo apt-get install build-essential libssl-dev Then copy nvm install script from github and execute curl https://raw.githubusercontent.com/creationix/nvm/v0.16.1/install.sh | sh Update the profile with source ~/.profile Find existing versions nvm ls-remote and install nvm install (version) then run (when version = 0.12.7) nvm run 0.12.7 server.js

Clone this wiki locally