HOW TO UPLOAD PROJECT INTO AN REMOTE SERVER

You must Login before you can answer or comment on any questions.

Hello , I have developed an screen for ipad ,Now i want to upload this project into our server which is in amazon ec2.Generally wen i used to create projects in eclipse i used to convert it into war file.For titanium projects what should i do

Your help would be appreciated Nupur.

1 Answer

Hello Nupur,

Contrary to web applications, mobile applications are deployed on the device itself. Therefore avoiding the need to deploy on a remote server.

Unless of course, you have developed a Mobile Web application. If that is the case, simply copy the whole directory in your web server. (since the mobile application is just html, css and js files anyway)

Hope this clears it a little more for you.

— answered 11 months ago by Christian Brousseau
answer permalink
2 Comments
  • Thanks Christian it surely did clear my doubts.

    I want to integrate Linkedin Sign In button in my view but i am unable to understand how can i do that in titanium. Can you please guide me regarding this

    — commented 11 months ago by Nupur Gupta

  • Well, I don't quite know how you expect to do a Linkedin sign in button. But if you just want the user to access the mogin page from the Linked site inside your app. I suggest you have a look at the createWebView function.

    From there, you simply set the url property and you should be good to go.

    — commented 11 months ago by Christian Brousseau

Your Answer

Think you can help? Login to answer this question!