1. #1
    Sencha User
    Join Date
    Aug 2012
    Posts
    3
    Vote Rating
    0
    MacGyverMike is on a distinguished road

      0  

    Default Answered: Help localhost file path for GS video tutorial

    Answered: Help localhost file path for GS video tutorial


    I installed xampp successfully. when I type localhost in a browser the xampp pge comes up. I put my senchatouch folder in htdocs as instructed. when I type localhost/senchatouch2.0.1.1/ in my browser The files show up. my file locations are as follows: E:\xampp and E:\xampp\htdocs\senchatouch2.0.1.1

    when I type: cd /senchatouch2.0.1.1 in CMD I get cannot find path specified. What am I doing wrong?

    I am trying to accomplish the beginning of this: http://docs.sencha.com/touch/2-0/#!/...etting_started

  2. And you know that 'senchatouch2.0.1.1' is the directory name? Are you sure there aren't hyphens?

  3. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,582
    Vote Rating
    433
    Answers
    3102
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    You need to have either a relative path or a full path when you cd
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  4. #3
    Sencha User
    Join Date
    Aug 2012
    Posts
    3
    Vote Rating
    0
    MacGyverMike is on a distinguished road

      0  

    Default


    I just realized I was in C:
    This is it right?
    C:\Users\Mike>e:

    E:\>cd sensatouch2.0.1.1/
    The system cannot find the path specified.

    E:\>cd \xampp\htdocs\senchatouch2.0.1.1

    E:\xampp\htdocs\senchatouch2.0.1.1>sencha
    Sencha Command v2.0.2
    Copyright (c) 2012 Sencha Inc.

    Usage:
    sencha [module] [action] [arguments...]

    Example:
    sencha fs minify --from app.js --to app-minified.js --compressor closurecomp
    iler

    Available modules:

    app Resolve application dependencies and build for production
    fs A set of useful utility actions to work with files. Most commonl
    y used actions are: concat, minify, delta
    manifest Extract class metadata
    test Unit testing using Jasmine
    generate Automates the generation of projects and files
    package Packages a Sencha Touch 2 application for native app stores

    For more information on a specific module, simply type:
    sencha [module]

    For example:
    sencha fs

    For more information on a specific action of a specific module, simply type:
    sencha [module] [action]

    For example:
    sencha fs minify

    E:\xampp\htdocs\senchatouch2.0.1.1>

  5. #4
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,582
    Vote Rating
    433
    Answers
    3102
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    And you know that 'senchatouch2.0.1.1' is the directory name? Are you sure there aren't hyphens?
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  6. #5
    Sencha User
    Join Date
    Aug 2012
    Posts
    3
    Vote Rating
    0
    MacGyverMike is on a distinguished road

      0  

    Default


    Yes, I got it. The problem is I was entering the path in C: and not E: I'm all set thanks for your help!