Verify that you have Java installed by running the +following command in a terminal window:
+java -version
+ You will need Java to run unit tests.
Get Git from here
+You can build it from source or use pre-compiled package.
Clone the angular-phonecat repository located at Github by running this command:
+git clone git://github.com/angular/angular-phonecat.git
+ This will create angular-phonecat directory in current directory.
Change your current directory to angular-phonecat:
cd angular-phonecat
+ The tutorial instructions assume you are running all commands from this directory.
You'll also need an http server running on your system. Mac and Linux machines +typically have Apache preinstalled.
+If you don't already have an http server installed, you can install
+node.js and use it to run scripts/web-server.js — a simple bundled http
+server.
Verify that you have Java installed and that the
+java executable is on your PATH by running this command in windows
+command line:
java -version
+ You will need Java to run unit tests.
Install msysGit from here
Open msysGit bash and clone the angular-phonecat repository located at Github by running this command:
+git clone git://github.com/angular/angular-phonecat.git
+ This will create angular-phonecat directory in your current directory.
Change your current directory to angular-phonecat:
+cd angular-phonecat
+ The tutorial instructions assume you are running all commands from this directory.
+You should run all git commands from msysGit bash.
Other commands like test-server.bat or test.bat that will be
+introduced soon, should be executed from the windows command line.
You'll also need an http server running on your system.
+If you don't already have an http server installed, you can install node.js. Just download pre-compiled binaries, unzip them and add
+nodejs\bin into your PATH and use node to run
+scripts\web-server.js — a simple bundled http server.
Verify that you have Java installed by running the +following command in a terminal window:
+java -version
+ You will need Java to run unit tests.
Download the zip archive +with all files and unzip them into [tutorial-dir] directory
Change your current directory to [tutorial-dir]/sanbox:
+cd [tutorial-dir]/sandbox
+ The tutorial instructions assume you are running all commands from this directory.
You'll also need an http server running on your system. Mac and Linux machines +typically have Apache preinstalled.
+If you don't already have an http server installed, you can install
+node.js and use it to run scripts/web-server.js — a simple bundled http
+server.
Verify that you have Java installed and that the
+java executable is on your PATH by running this command in windows
+command line:
java -version
+ You will need Java to run unit tests.
Download the zip archive +with all files and unzip them into [tutorial-dir] directory
Change your current directory to [tutorial-dir]/sanbox:
+cd [tutorial-dir]/sandbox
+ The tutorial instructions assume you are running all commands from this directory.
You'll also need an http server running on your system.
+If you don't already have an http server installed, you can install node.js. Just download pre-compiled binaries, unzip them and add
+nodejs\bin into your PATH and use node to run
+scripts\web-server.js — a simple bundled http server.