After getting to know about Aptana’s existence via João Pedro Pereira, I decided to take a look and install it on my Ubuntu box.
The instalation runs smoothly, but there’s some tricks here and there that should have been documented. So, here’s a little tutorial for the rescue:
- Download the install file from here.
- Open a terminal window
- Aptana has dependencies so you’ll need to install Mozilla and libswt3.1
sudo apt-get install mozillasudo aptitude install libswt3.1-gtk-java- Chmod the install file to make it executable -
chmod +x Aptana_IDE_Setup.bin - Excecute the file -
./Aptana_IDE_Setup.bin - Now, the installation should be easy, just read and answer the wizard’s questions until it’s finished
- Aptana needs a environment variable set for mozilla so we’ll have to code ourselfs a little script in order to set the variable evert time we need to run Aptana and not just once inside the terminal window.
touch aptana
sudo gedit aptana
Now copy this
#/usr/bin
export MOZILLA_FIVE_HOME=/usr/lib/mozilla
~/Aptana/aptanaand save the file.
- Chmodit so it can be executed. -
chmod 755 aptana - Now you can copy it to /bin -
sudo cp aptana /bin/
You’re ready to go! You can even create a menu launcher and use this nifty icon I made.

Enjoy!
Technorati Tags: 
Recent Comments