one-click_deploy.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. .. _doc_one-click_deploy:
  2. One-click deploy
  3. ================
  4. Sounds good, what is it?
  5. ------------------------
  6. This feature will pop up automatically once a platform is properly
  7. configured and a supported device is connected to the computer. Since
  8. things can go wrong at many levels (platform may not be configured
  9. correctly, SDK may incorrectly installed, device may be improperly
  10. configured, kitty ate the USB cable, etc.), it's good to let the user
  11. know that it exists.
  12. Some platforms (at the time of this writing, only Android and Blackberry
  13. 10) can detect when a USB device is connected to the computer, and offer
  14. the user to automatically export, install and run the project (in debug
  15. mode) on the device. This feature is called, in industry buzz-words,
  16. "One Click Deploy" (though, it's technically two clicks...).
  17. Steps for one-click deploy
  18. --------------------------
  19. #. Configure target platform.
  20. #. Configure device (make sure it's in developer mode, likes the
  21. computer, usb is recognized, usb cable is plugged, etc.).
  22. #. Connect the device..
  23. #. And voila!
  24. .. image:: /img/oneclick.png
  25. Click once.. and deploy!