Download Aptana from Terminal by Ctrl+Alt+t and paste the code below
wget -P /
home/your_user_name
/
Downloads
http:
//download
.aptana.com
/studio3/standalone/3
.2.2
/linux/Aptana_Studio_3_Setup_Linux_x86_64_3
.2.2.zip
Unzip Aptana from Dir. you put in
sudounzip /home/your_user_name
/Downloads/Aptana_Studio_3_Setup_Linux
* -d
/opt
sudo
mv
/opt/Aptana_Studio_3/
/opt/aptana/
Make sure you have the control of /opt/aptana/ dir.
sudo
chown
-R $(
whoami
):$(
whoami
)
/opt/aptana/
You are going now to display Aptana studio on set-upped Applications
sudo gedit /usr/share/applications/Aptana.desktop
Copy and paste the code below:
[Desktop Entry]
Encoding=UTF-8
Name=Aptana Studio 3
Comment=IDE for Rails, Python, PHP
Exec=/opt/aptana/AptanaStudio3
Icon=/opt/aptana/icon.xpm
Terminal=false
Type=Application
Categories=GNOME;Application;Development;
StartupNotify=true
Here We Are Congratulations
'Linux' 카테고리의 다른 글
CentOS 7 -SSH 보안 설정 (0) | 2015.06.26 |
---|---|
CentOS 날짜 시간 설정 (0) | 2015.06.25 |
Linux Alias 설정 (0) | 2015.03.05 |
Install Python 3.4.2 (0) | 2015.02.04 |
리눅스 압축 / 압축 해제 (zip, tar, tar.gz, tar.bz2) (0) | 2015.01.06 |