2
votes

Hi I have created an sencha touch app which i want to host as web instead of creating a native app package and then deploy at different app stores. I have used sencha touch 2.2.1. Can any one help me on how to deploy my application on server. Steps for deploying sencha touch app on server would be helpful.

1

1 Answers

2
votes

If you're using Sencha Cmd, read the Using Sencha Cmd guide in the Touch documentation.

In a nutshell, run sencha app build production and then copy the build to your web server (via FTP, for example).