I'm hoping somebody can help outline how to setup new touch project folders using
Touch 2.3.0 with Cmd 4.0.0.203 on Snow Leopard, running XAMPP.
I have downloaded and installed Sencha Cmd 4.0.0.203.
I have downloaded Sencha Touch 2.3.0 download (rather than SDK as per Cmd recommendation).
I have empty project folder assigned to local URL via XAMPP.
I have confirmed Cmd works from where it is installed.
The question is, how do I get the required touch files and folders for creating new touch projects, via the extracted touch folder? The extracted folder doesn't reflect the same folder/files as per documentation ... it is my understanding that I can't just copy some files from the download touch directly, but instead, Cmd is supposed to be used to build required touch files and folders into my target project, from the download touch folder (as a template builder).
I have assigned a local URL for the downloaded touch folder, and successfully viewed the examples etc. However, it doesn't seem possible to just copy one of the example folders to a new project folder and run a new indepenent touch project via a unique lcoal URL ... just get a blank index page, assumingly because the required javascript structure is designed to work with the parent diretories and files that are included in the downloaded touch file.
I cannot for the life of me though, work out how to get a new touch project folder to include required touch folders and files!?
Can somebody please help.
For clarity, I have the following setup:
/Volumes/webroot/sencha/touch-2.3.0/
/Users/user/bin/Sencha/Cmd/4.0.0.203/
/Volumes/webroot/projects/touchapp/
How do I get required touch folders and files into touchapp folder, so that I can use that folder as the root of a local touch app URL? When I put a blank index.html in touchapp folder I can obviously display it within the browser for testing, but how do I include touch files so that I can start using it and making my first hello world progress?