Aptana is a pretty decent Eclipse-based web development IDE with a horde of plugins and features that really does make it one of those tools to use or at least pretend that you know of.
Naturally, in the Windows world installing the IDE is a breeze, but here in Ubuntu Linux land, things aren’t quite that bright and breezy.
So let’s get to it then shall we?
Step 1, install Java and the other required dependencies in one fell swoop: sudo apt-get install sun-java6-jre sun-java6-plugin xulrunner from a terminal window.
Step 2, download and extract the latest linux release from the Aptana website (http://www.aptana.com/studio/download). Watch it though, it is a big file so this step might actually take quite a while longer than what you thought to actually complete!
Right, once the archive is down, unpack it to your home folder and then bring up your favourite text editor and add the following lines in a new text file:
#!/bin/bash
export MOZILLA_FIVE_HOME=/usr/lib/xulrunner
/home/craiglotter/aptana/AptanaStudio #the filepath to the AptanaStudio executable
Save this file in the same folder where your AptanaStudio executable file resides as runAptana.sh and then right-click on it and head to the Permissions tab where you need to check the box labelled ‘allow executing file as program’.
At this point you’ll be pleased to know that you are actually finished. Simply double-clicking and selecting the run in a terminal option will bring up the Aptana IDE, exactly what you were aiming for in the first place! :)
If however you would like to make life just that little bit easier, why don’t we continue and create a system menu item and desktop shortcut icon while we’re at it?
Right, first off, right click on the menubar and select Edit Menus. Locate the Programming entry and click on it. Now click on the New Item button to the right and enter in the required details on the input form. (You can even grab the correct item from the official icon set available here: http://support.aptana.com/asap/secure/a … _icons.zip)
Close all the windows and you’ll see that you now have a nice and shiny menu entry under the Programming sub-menu item. Nifty.
To create a desktop shortcut, it’s a simple matter of dragging the Aptana launcher that you just created off from the menubar and dropping it on the desktop. Naturally this also applies to any dock applications that you might currently being using as well.
And that’s it. You should now be the proud owner of a shiny new installation of the Aptana IDE. Nice.
Related link: http://www.aptana.com
You might also enjoy:
-
Aptana is a really nice, Eclipse-based web develoment IDE, and thanks to its well thought out plugins system, a pretty good environment in which to create s ...
-
I sometimes find myself having to create PHP scripts from scratch using Nano on a command line only interface on a Ubuntu Linux server. Obviously this kind ...
-
I enjoy using the powerful NetBeans IDE for all my PHP web development work, and believe it or not, installing it in Ubuntu is actually pretty simple to ach ...
-
The Adobe AIR runtime lets developers use proven web technologies to build rich Internet applications that run outside the browser on multiple operating sys ...
-
If you want an even quicker way of launching a terminal command line window outside of navigating to the Applications menu, selecting Accessories and then c ...