ubuntu - Error connecting to download server on install Appcelerator Studio -
this same error posted here: https://community.appcelerator.com/topic/3021/installing-on-ubuntu-14-04
i installed:
oracle-jdk6 nodejs , nodejs-legacy
using
appcelerator x64
on ubuntu 14.04 (specs in attatchment)
also ran:
sudo apt-get install libjpeg62 libwebkitgtk-1.0-0 echo 'export mozilla_five_home=/usr/lib/mozilla' >> ~/.bashrc
and tried:
sudo apt-get install ia32-libs
didn't work , instead used this:
sudo -i cd /etc/apt/sources.list.d echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list apt-get update apt-get install ia32-libs
which found here: how install ia32-libs in ubuntu 14.04 lts (trusty tahr)
thank you
linux systems require gtk windowing system, node.js, , jdk installed before running studio. make compatible link
- https://platform.appcelerator.com/#/product/cli
- http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
then install cli using following command
sudo npm install -g appcelerator
appc use latest
appc setup
for cli command , troubleshooting
- http://docs.appcelerator.com/platform/latest/#!/guide/appcelerator_cli_tasks
- http://docs.appcelerator.com/platform/latest/#!/guide/appcelerator_cli_troubleshooting
and take fresh copy of appcelerator studio , install in machine.
note: officially appcelerator not have linux support.
hope helps.
Comments
Post a Comment