Install Aptana Studio 3 on Ubuntu

Source: Internet
Author: User

 

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.

  1. Download the compressed package of Aptana;
  2. Decompress the package to obtain the folder aptana_studio_3. We recommend that you rename it to aptanastudio3;
  3. 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
  4. 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 $ *
  5. 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
  6. 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:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.