jan

03

Posted by : admin | On : 3 janvier 2017

How to o linux Mint

node v0.10
npm v2.1.0+
git

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
apt-get update
sudo apt-get install -y nodejs

curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs

sudo apt-get update && apt-get install git-core curl build-essential openssl libssl-dev

#Quick cp from http://sekati.com/etc/install-nodejs-on-debian-squeeze
#
#Needed to install TileMill from MapBox
#
#Installs node.js which has npm bundled
#

#Build Dependencies

sudo apt-get update && apt-get install git-core curl build-essential openssl libssl-dev

#Install Node.js & NPM

git clone https://github.com/joyent/node.git
cd node

# ‘git tag’ shows all available versions: select the latest stable.
#git checkout v0.7.8
git checkout v0.12.7
# Configure seems not to find libssl by default so we give it an explicit pointer.
# Optionally: you can isolate node by adding –prefix=/opt/node

./configure –openssl-libpath=/usr/lib/ssl
make
make test
sudo make install
node -v # it’s alive!

# Luck us: NPM is packaged with Node.js source so this is now installed too
# curl http://npmjs.org/install.sh | sudo sh
npm -v # it’s alive!

http://myartaud.free.Fr/todomvc.zip

 

http://www.benchresources.net/apache-cxf-jax-rs-restful-web-service-integrating-with-spring-hibernate/

http://myartaud.free.Fr/dwl/cxf.7z