Titanium Studio offline deploy?

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

Hi When i try to make package my project(use deploy menu), ti studio send a request to appcelerator website and compile the project at the server. Now is there any way to deploy(compile) project totally offline? Thanks.

Sorry for my english.

— asked 2 years ago by Mehdi Seifi
4 Comments
  • Are you trying to build to the simulator, instal on device, or actually distribute to an app store?

    — commented 2 years ago by Micah Alcorn

  • All i'v done is:

    open ti studio, new desktop project, fill the new project form and create the new one.

    Then from Project Explorer choose Deploy > Distribute - Desktop and choose linux platform, private publish parivacy and No to release to user.

    After that some request made into the ti server 'polling packaging request' and after a while a new web page was opened with some link to download built project.

    — commented 2 years ago by Mehdi Seifi

  • I have the same question - how to deploy app in offline mode?

    — commented 2 years ago by Aleksandr Ivanov

  • Show 1 more comment

1 Answer

Well for offline deployment i use this command line in linux terminal:<br>

python tibuild.py -v -o linux -t bundle -a /home/mehdi/.titanium/sdk/linux/1.1.0 -n -i .project -d /home/mehdi/Programing/Titanium/sample/test1/dist/linux /home/mehdi/Programing/Titanium/sample/test1
Where 'tibuild.py' resides in '/home/mehdi/.titanium/sdk/linux/1.1.0' directory and my project is in '/home/mehdi/Programing/Titanium/sample/test1' folder.

Your Answer

Think you can help? Login to answer this question!