I need to test my web application using the Apache web server. I need to do the testing on localhost.
What all steps do I need to follow for the setup? Like where to copy the testing folder locally, which files do I need to update in the Apache folder, etc
I have Apache2.2 running locally.
Thank you.
No special setup is required. Sencha Touch is basically a Javascript file you include in your HTMLs.
Add them to your public directory (by default htdocs), and then its a matter of adding the following lines into your HTML file, and start programming with the Sencha Touch API !