Install Aptana Studio 3 Slackware 13-14 32/64-bit
The Visual Tutorial shows you Step-by-Step How to Install and Getting-Started with Aptana Studio 3 IDE Standalone for Linux Slackware 13.X/14.X KDE4 i686/x8664 Desktop.
Build web applications quickly and easily using the world’s most powerful open-source web development IDE. Aptana Studio 3 harnesses the flexibility of Eclipse and focuses it into a Powerful Web Development Engine.
Aptana Studio 3 expands on the core capabilities of Aptana Studio 2 for building, editing, previewing and debugging HTML, CSS and JavaScript websites with PHP and Ruby on Rails web development.
To Make the whole Process Easier to Reproduce the Posts Includes the Basic Screenshots of All GUI Steps involved.
The How to Install Aptana Studio 3 on Slackware Guide is Practical and Contains Just the Essentials Installation Instructions and Commands.
-
Download Standalone Aptana Studio 3 for Linux
-
Extract Archive into /tmp
Possibly Double-Click on it in the File Manager: -
Open Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Relocate Aptana-Studio
-
System Wide Installation:
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
sudo chown -R root:root /tmp/Aptana_Studio*
mv /tmp/Aptana_Studio_3 /opt
ln -s /opt/Aptana_Studio_3/AptanaStudio3 /usr/local/bin/aptanaS3
-
Local Installation:
mv /tmp/Aptana_Studio_3 ~
-
-
Starting Aptana Studio 3 from Terminal
-
System-Wide Setup Launcher Terminal Command:
aptanaS3
-
Local Installation Launcher Terminal Command:
~/Aptana_Studio_3/AptanaStudio3
-
-
Create an Aptana-Studio3 App Launcher for Easy&Quick Starting
How to Create a KDE4 Application Launcher
How to Install Eclipse for Java JEE on Slackware