Tutorial on how to install Ubuntu in VirtualBox: http://extr3metech.wordpress.com/2012/10/14/installing-ubuntu-12-04-lts-on-virtualbox-with-screenshots-for-beginners/
Alternative video tutorial: https://www.youtube.com/watch?v=hK-oggHEetc
Run the following command in the Terminal
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git-core curl build-essential;
curl https://raw.github.com/creationix/nvm/master/install.sh | sh;
nvm install v0.10.28;
nvm use 0.10.28;
nvm alias default 0.10.28;
sudo npm install forever -g;
cd ~/;
git clone https://github.com/shershams/hcc-nodejs.git;
cd hcc-nodejs;
cd ~/hcc-nodejs;
npm install;
node app.js;
Link to commands: http://www.oliverdavies.co.uk/blog/2013/03/quickest-way-install-sublime-text-2-ubuntu/
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text
cd
mv hcc-nodejs hcc-nodejs_backup
git clone https://github.com/shershams/hcc-nodejs.git
cd hcc-nodejs
npm install
sudo npm install forever -g
forever start app.js
forever list
Copy the filepath under logfile
tail -f {logfile filename goes here}
For example:
tail -f /home/student/.forever/wCtX.log