Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Titanium SDK if user does not have one installed #47

Open
tonylukasavage opened this issue Jul 28, 2014 · 0 comments
Open

Install Titanium SDK if user does not have one installed #47

tonylukasavage opened this issue Jul 28, 2014 · 0 comments
Milestone

Comments

@tonylukasavage
Copy link
Owner

We check to make sure the user is logged in, but we make the assumption that they have a TiSDK installed. As triple may become the first way a developer interacts with Titanium, we should make this experience transparent.

  1. Make sure the developer is logged in. If they are, skip to step 3. If they are not, pop up a message that directs them to https://my.appcelerator.com/auth/signup and tell them to sign up.
  2. Once signed up, tell them to execute ti login
  3. Before creating or launching the repl app, use ti sdk to ensure that the developer has a Titanium SDK installed. If they do, skip to step 5.
  4. If they don't have an SDK installed, run ti sdk install to get the latest stable version installed.
  5. Check to make sure the selected TiSDK is greater than or equal to 3.2.3. Print a warning message if it is not.
  6. continue as we have before

We'll also probably want to note the other requirements somewhere, like XCode and such, but I haven't really thought about how far I want to go in recreating the install experience. I think I might want to just keep it to the Titanium SDK.

@tonylukasavage tonylukasavage added this to the 0.3.0 milestone Jul 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant