Fix Install Aptana di Linux
#1
malam semua...
lama tak jumpa dan lama tak ngepost di forum yang membesarkan ane..
ane baru aja install salah satu program yang di gunakan untuk coding coding website,, sebenarnya sih ada banyak aplikasi untuk linux, bisa pake Gedit, Geany, atau yg lainnya
tapi kali ini akan ane share tentang APTANA,,
sebelumnya,, ane mau ninggalin jejak darimana ane dapat bahannya..( Biar ga di sangka pencurian ilmu ,, hehehe )
nih LINKnya

langsung aja ane copas kan langkah2nya ya bro...
Quote:Prerequisites

Before anything else, install the prerequisites:

sudo apt-get install openjdk-7-jre libwebkitgtk-1.0-0 git-core

Although Aptana Studio doesn't officially support OpenJDK, I've yet to encounter any problem using OpenJDK with Aptana Studio.

If you would rather use the Sun Java instead, do the following:

sudo apt-get install libwebkitgtk-1.0-0 git-core

# Java source: http://goo.gl/X0J6e
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

Installing Aptana Studio

In order to make the installation of Aptana Studio easier, I've created a small shell script to do the work.

Download the script

wget https://www.samclarke.com/wp-content/upl...Install.sh

The source of the above shell script is available here or as a Gist here

Give the script executable permissions

chmod +x AptanaStudioInstall.sh

Run it

sudo ./AptanaStudioInstall.sh

Alternatively you can do steps 1-3 as a single command:

wget https://www.samclarke.com/wp-content/upl...Install.sh && chmod +x AptanaStudioInstall.sh && ./AptanaStudioInstall.

This script requires root privileges in order to install Aptana Studio. If the script is run without root privileges, it will ask for your password to gain them.

kalo yang ane kerjakan di langkah no 1 ane ga pake terminal, tapi download file .sh nya..
trus di chmod..

silahkan di coba ya bro,,
ane nyoba 100 % sukses..

CMIIWWW
-------------------------------------------------------
FB : https://www.facebook.com/Black.dragonics
Tw : @Dluciver
http://www.sumbar.indonesianbacktrack.org/
-------------------------------------------------------

#2
wah telat bro. haha, seharusnya bro bikin tutorial ini sebelum ane lulus sekolah biar ane kerjain TA nya pake aptana. hahaha. ane pernah coba pake aptana tapi gagal pas install. jadi setia ama geany Big Grin

#3
hehehehe....
gagal kenapa omz ?

coba ikutin tut yang ane posting omz..
di jamin bisa,,
ane aja make yang tut di atas...
n skarang merancang ane make aptana..

Big Grin
-------------------------------------------------------
FB : https://www.facebook.com/Black.dragonics
Tw : @Dluciver
http://www.sumbar.indonesianbacktrack.org/
-------------------------------------------------------






Users browsing this thread: 1 Guest(s)