se tiver com user normal
$ sudo apt-get update
$ sudo apt-get install git nodejs npm
se estiver com usuario root
# apt-get update
# apt-get install git nodejs npm
$ cd path/to/location
$ git clone https://github.com/rarysh/NodeJS---Trabalho-Final.git
$ cd NodeJS---Trabalho-Final/hello_world
$ npm install
Criar o banco de dados e, caso precise, alterar as configurações de conexão com o banco no arquivo app.js
$npm start