From e53e2c2d58dc8ae2cb644e4dea86c2fef4dfa41c Mon Sep 17 00:00:00 2001 From: Renan Ivo Date: Tue, 29 Oct 2013 19:57:59 -0200 Subject: docs(tutorial): add instructions to install karma plugins --- docs/content/tutorial/index.ngdoc | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 6eaaad9c..59ddb898 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -54,15 +54,7 @@ and follow the instructions for setting up your computer.
    -
  1. You will need Node.js and Karma to run unit tests, so please verify that you have - Node.js v0.8 or better installed - and that the node executable is on your PATH by running the following - command in a terminal window:

    -
    node --version
    -

    Additionally install Karma if you - don't have it already:

    -
    npm install -g karma
    -
  2. You'll also need Git, which you can get from +

  3. You'll need Git, which you can get from the Git site.

  4. Clone the angular-phonecat repository located at Github by running the following command:

    @@ -71,8 +63,19 @@ and follow the instructions for setting up your computer. directory.

  5. Change your current directory to angular-phonecat:

    cd angular-phonecat
    -

    The tutorial instructions assume you are running all commands from the angular-phonecat +

    The tutorial instructions, from now on, assume you are running all commands from the angular-phonecat directory.

  6. +
  7. You will also need Node.js and Karma to run unit tests, so please verify that you have + Node.js v0.8 or better installed + and that the node executable is on your PATH by running the following + command in a terminal window:

  8. +
    node --version
    +

    Additionally install Karma and its plugins if you + don't have it already:

    +
    +      npm install -g karma
    +      npm install
    +      
  9. You will need an http server running on your system. Mac and Linux machines typically have Apache pre-installed, but If you don't already have one installed, you can use node to run scripts/web-server.js, a simple bundled http server.

  10. -- cgit v1.2.3