Languages

Menu
Sites
Language
Install SDK on Jenkins server

I am trying to setup automated builds of our Tizen app for continuous integration using a cloud based Jenkins server. I am not able to install the Tizen SDK from the command line. The installer says: "If you want to install TIZEN-SDK, you must execute installer in GUI Environment."

Does anyone know how to install the Tizen SDK on a cloud server?

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 Replies
Lakshmi Grandhi
Hi, Currently there is no support for GUI less installation, but tizen will provide the support in future.
Mahesh Lingsugur
Hi Larry, You may find this thread helpful: https://developer.tizen.org/forums/sdk-ide/how-install-mac-cli-sdk-.bin Summary: Installation does not work if its non GUI Environment (echo $DISPLAY must not be blank) In case $DISPLAY was null and get the error then it needs to run in GUI environment. Issue can be fixed by calling the following command before running the .bin file export DISPLAY localhost:0