Menu Close
In fact, it has the 39mm Oystersteel monobloc middle-case of the OP essentially, which appears a little more curvaceous than the flat, trapezoid profile of the 40mm Oystersteel Submariner. The bezel of the replica rolex watches Explorer I is different on each: The OP has a domed, high-polish bezel, while the Explorer I has what Rolex calls a "Smooth" bezel. It has a flat surface instead of the convex bezel of the OP, with nicely polished.

vagrant-nodejs-angularjs-tutorial

Summary

The following vagrant project will build a nice sandbox/training environment for the nodejs and angularjs tutorial (http://docs.angularjs.org/tutorial).

The main features are that it:

  • Builds an Ubuntu x86_64 (12.04) virtualbox environment (vagrant-nodejs-angularjs) with nodejs and npm pre-installed
  • vagrant-nodejs-angularjs command line includes tree, vim, git, unzip packages plus some “useful aliases”
  • All files can be accessed from the host side, enabling usage of more “user friendly” editors like sublime text
  • I can also use my regular web-browser via port-forwarding ( http://localhost:4567/ ).
  • finally as part of the install process it will clone git clone https://github.com/angular/angular-phonecat.git and branch to step-0 (git checkout -f step-0 )

All you need to do (assuming you have vagrant and virtualbox already installed) is

git clone https://github.com/dgapitts/vagrant-nodejs-angularjs-tutorial.git
cd vagrant-nodejs-angularjs
vagrant up

It takes about 2 mins to build the new nodejs virtualbox server

For more details see: http://wiki.ebabel.eu/index.php/Vagrant-nodejs-angularjs-tutorial

View Source Code