From ca96ec32f996b1130f06ad070ee29c5810c40e57 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 18 Oct 2012 02:33:45 -0700 Subject: docs(tutorial): replace JsTD with Testacular + drop snapshots JsTD references have been replaced with Testacular stuff. snapshots are PITA to maintain so I'm dropping them, everyone loves the Git version anyway. --- docs/content/tutorial/step_00.ngdoc | 66 +------------------------------------ 1 file changed, 1 insertion(+), 65 deletions(-) (limited to 'docs/content/tutorial/step_00.ngdoc') diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index 1e3c61a0..e151d9e2 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -46,7 +46,7 @@ directory.
    -
  1. Open msysGit bash and run this command (in angular-phonecat directory):

    +
  2. Open Git bash and run this command (in angular-phonecat directory):

    git checkout -f step-0

    This resets your workspace to step 0 of the tutorial app.

    You must repeat this for every future step in the tutorial and change the number to @@ -74,70 +74,6 @@ directory.

- - -
-
    -
  1. In the angular-phonecat directory, run this command:

    -
    ./goto_step.sh 0
    -

    This resets your workspace to step 0 of the tutorial app.

    -

    You must repeat this for every future step in the tutorial and change the number to - the number of the step you are on. This will cause any changes you made within - your working directory to be lost.

  2. -
  3. To see the app running in a browser, do one of the following: -
      -
    • For node.js users: -
        -
      1. In a separate terminal tab or window, run -./scripts/web-server.js to start the web server.
      2. -
      3. Open a browser window for the app and navigate to http://localhost:8000/app/index.html
      4. -
      -
    • -
    • For other http servers: -
        -
      1. Configure the server to serve the files in the angular-phonecat -sandbox directory.
      2. -
      3. Navigate in your browser to -http://localhost:[port-number]/[context-path]/app/index.html.
      4. -
      -
    • -
    -
  4. -
-
- - -
-
    -
  1. Open windows command line and run this command (in the angular-phonecat directory):

    -
    goto_step.bat 0
    -

    This resets your workspace to step 0 of the tutorial app.

    -

    You must repeat this for every future step in the tutorial and change the number to - the number of the step you are on. This will cause any changes you made within - your working directory to be lost.

  2. -
  3. To see the app running in a browser, do one of the following: -
      -
    • For node.js users: -
        -
      1. In a separate terminal tab or window, run node -scripts\web-server.js to start the web server.
      2. -
      3. Open a browser window for the app and navigate to http://localhost:8000/app/index.html
      4. -
      -
    • -
    • For other http servers: -
        -
      1. Configure the server to serve the files in the angular-phonecat -sandbox directory.
      2. -
      3. Navigate in your browser to -http://localhost:[port-number]/[context-path]/app/index.html.
      4. -
      -
    • -
    -
  4. -
-
-- cgit v1.2.3