https://github.com/dgapitts/vagrant-nodejs-angularjs-tutorial
This repro enable you to quickly setup a vm running nodejs environment and install via git the sample code from http://docs.angularjs.org/tutorial. For more details see : http://wiki.ebabel.eu/index.php/Vagrant-nodejs-angularjs-tutorial.
https://github.com/dgapitts/vagrant-nodejs-angularjs-tutorial
Last synced: over 1 year ago
JSON representation
This repro enable you to quickly setup a vm running nodejs environment and install via git the sample code from http://docs.angularjs.org/tutorial. For more details see : http://wiki.ebabel.eu/index.php/Vagrant-nodejs-angularjs-tutorial.
- Host: GitHub
- URL: https://github.com/dgapitts/vagrant-nodejs-angularjs-tutorial
- Owner: dgapitts
- Created: 2013-10-08T20:29:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-08T20:57:18.000Z (over 12 years ago)
- Last Synced: 2025-01-08T22:38:53.237Z (over 1 year ago)
- Homepage:
- Size: 74.2 KB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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