Aptana Studio is based on Eclipse and is a very useful ide developed by the front end. It supports Automatic completion of HTML, CSS, JavaScript, PHP, and so on, and is very suitable for front-end development. It also supports jquery smart prompts.
Later versions (later than 3) have become open-source, and no fees are charged for the benefit of the masses ~~
Installation Process:
For details about the installation process, refer to this blog, including the application installation menu.
- Download the compressed package of Aptana;
- Decompress the package to obtain the folder aptana_studio_3. We recommend that you rename it to aptanastudio3;
- Assume that the path of your aptanastudio3 is/home/yourname/downloads/aptanastudio3.
Where is it ~~
Enter the/OPT folder on the terminal, create a directory named Aptana, and move aptanastudio3 to Aptana,
Add root permissions
CD/OPT
Sudo mkdir Aptana
Sudo chown-r root: Root Aptana
Sudo chmod-R + R Aptana
CD Aptana
Sudo mV/home/yourname/downloads/aptanastudio3.
Sudo chown-r root: Root aptanastudio3
Sudo chmod-R + R aptanastudio3
- Create an executable file of Aptana (similar to the concept of EXE in Windows) (pay attention to the file path)
$ Touch/usr/bin/Aptana
$ Chmod 755/usr/bin/Aptana
$ Nano/usr/bin/Aptana
In this case, nano will open an editor, add the following code to the nano editor, and save it:
#! /Bin/sh
# Export illa_five_home = "/usr/lib/Mozilla /"
Export aptana_home = "/opt/Aptana/aptanastudio3 ″
$ Aptana_home/aptanastudio3 $ *
- Add the Aptana Startup menu under the applications menu in the upper left corner.
$ Nano/usr/share/applications/Aptana. Desktop
Insert the following code in the editor and save it.
[Desktop entry]
Encoding = UTF-8
Name = Aptana Studio 3
Comment = IDE for rails, Python, PHP
Exec =/opt/Aptana/aptanastudio3/aptanastudio3
Icon =/opt/Aptana/aptanastudio3/icon. XPM
Terminal = false
Type = Application
Categories = gnome; application; development;
Startupnotify = true
- Initialize and start aptana3!
$/Opt/Aptana/aptanastudio3/aptanastudio3-clean
Notes:
The error "locking is not possible in the directory .." appears at startup, indicating that the permission is insufficient. Try to modify the permission of the Aptana folder;
Tips for installing juqery:
Menu Bar> commands> bundles development> install bundle, select jquery (even WordPress has ..),
Then follow the prompts below to install git: