Multi-Language IDE for Professional Developers (Komodo)

2023-05-16

Komodo is the professional IDE for major web languages, including Python, PHP, Ruby, Perl, HTML, CSS and JavaScript. You'll enjoy developing faster with Komodo IDE's complete set of  tools

 

http://www.activestate.com/komodo-ide

 

Komodo Installation Guide

Windows
Prerequisites
Installing the Komodo License
Upgrading from a Previous Komodo Version
Installing Komodo on Windows
Command Line Installation Options
Starting Komodo on Windows
Uninstalling Komodo on Windows
Mac OS X
Prerequisites
Installing the Komodo License
Upgrading from a Previous Komodo Version
Installing Komodo on OS X
Starting Komodo on OS X
Uninstalling Komodo on OS X
Linux
Prerequisites
Installing the Komodo License
Upgrading from a Previous Komodo Version
Installing Komodo on Linux
Starting Komodo on Linux
Uninstalling Komodo on Linux
Language and Debugging Prerequisites
Source Code Control Integration Prerequisites
Windows

Prerequisites

Hardware Requirements

1GHz (or faster) x86 or x86_64 processor
1 GB RAM
250 MB hard disk space
350 MB of temporary hard disk space during installation
Operating System Requirements

The following platforms are officially supported. Current Critical Updates, Windows Updates, and Service Packs must be installed (see http://windowsupdate.microsoft.com).

Windows 8 (not supported as a Metro application)
Windows 7
Windows Vista
Windows XP
Windows Server 2003
To install on Windows XP, you may need to upgrade your version of Windows Installer.

Software Prerequisites on Windows

Miscellaneous Prerequisites:

Perl Dev Kit: In order to build executable programs, ActiveX controls and Windows services in Perl, you must have ActiveState's Perl Dev Kit version 3.1 or greater installed on your system.
Installing the Komodo License on Windows

Komodo IDE comes with a 21-day trial license. To install a permanent license:

Download the license installer from the My Account page.
Double-click the downloaded installer.
Upgrading from Previous Komodo Versions

Newer versions of Komodo should not be installed in the same directory as older versions. For major release upgrades (e.g. x.0 to x+1.0) the installer will automatically put Komodo in a new directory.

For minor releases (e.g. x.0 to x.1) and patch-level releases (x.1.1 to x.1.2), use the auto-update system (Help|Check for Updates). The changes will be applied safely in the current install directory. If you need to update using an installer, completely uninstall the older version before installing the new one, or manually specify a different install directory during the installation process. Your Komodo preferences will be preserved as they are installed in a different directory.

Installing Komodo on Windows

Before you start:

If you intend to run the installation from a shared network drive, your system must have SYSTEM rights (or greater) to the directory from which the installation is run. Alternatively, run the installation from a local drive.
To install Komodo on Windows:

Ensure you have the prerequisite hardware and software.
Download the Komodo installer file.
Double-click the installer file and follow the instructions.
When installation is complete, you will see an ActiveState Komodo icon on your desktop.

Command Line Installation Options

Komodo can also be installed from the command line. For example:

c:\> msiexec.exe /i Komodo-<version>.msi
Komodo's installer uses Windows Installer technology, which allows you to partially control the install from the command line. For example:

Installing the MSI in Silent Mode

You can have the Komodo installer run with a reduced user interface. For example, the following will install silently and only open a dialog when the installation is complete.

c:\> msiexec.exe /i Komodo-<version>.msi /qn+
The following will install with no dialog at all.

c:\> msiexec.exe /i Komodo-<version>.msi /q
Turning on Logging

You can generate a log of the Komodo installation with the following command:

c:\> msiexec.exe /i Komodo-<version>.msi /L*v install.log
Controlling the Install Directory

Command line options can be used to configure Komodo installation properties. The following will install Komodo to "E:\myapps\Komodo", instead of the default location:

c:\> msiexec.exe /i Komodo-<version>.msi INSTALLDIR=D:\myapps\Komodo
Controlling Which Features Get Installed

Komodo is divided into a number of distinct features. In the "Customize Setup" dialog you can select which features to install. You can also do this on the command line with the ADDLOCAL property. For example, the following command will install just the core Komodo functionality (i.e. not the PyWin32 extensions or the documentation.

c:\> msiexec.exe /i Komodo-<version>.msi ADDLOCAL=core
The current set of Komodo features are:

core             Komodo core
env              Windows environment settings
    desktop      Desktop shortcut
    quicklaunch  Quick launch shortcut
    register     Register this as the default Komodo
docs             Documentation
The hierarchy denotes dependencies (i.e. to install quicklaunch you must install the env.

The register option puts the Komodo location in the registry so 'start komodo' works, and adds bindings for .kpz and .kpf Komodo project files.

Starting Komodo on Windows

To start Komodo on Windows, use one of the following methods:

Double-click the desktop icon.
Select Start|Programs|ActiveState Komodo|Komodo.
Add the Komodo install directory to your PATH environment variable, then from the command line prompt, enter komodo.
Uninstalling Komodo on Windows

To uninstall Komodo, select Start|Programs|ActiveState Komodo|Modify or Uninstall Komodo.

Alternatively, use the Add/Remove Programs menu (accessible from the Windows Control Panel).

Mac OS X

Prerequisites

Hardware Requirements

Intel processor
1 GB RAM
250 MB hard disk space
350 MB of temporary hard disk space during installation
Operating System Requirements

Mac OS X 10.6 (Snow Leopard) or later
Intel processor (x86_64 only)
Installing the Komodo License on OS X

Komodo IDE comes with a 21-day trial license. To install a permanent license:

Download the license installer from the My Account page.
Double-click the downloaded zip file to unpack it (this is done automatically if you are using Safari), and double-click the enclosed license installer.
Upgrading from Previous Komodo Versions

Newer versions of Komodo should not be installed in the same directory as older versions.

For minor releases (e.g. x.0 to x.1) and patch-level releases (x.1.1 to x.1.2), use the auto-update system (Help|Check for Updates). The changes will be applied safely in the current install directory. If you need to update using an installer, completely uninstall the older version or rename the .app before installing the new one. Your Komodo preferences will be preserved as they are installed in a different directory.

Installing Komodo on Mac OS X

To install Komodo:

Download the Komodo disk image (Komodo-<version>-macosx.dmg).
If the browser does not automatically mount the disk image and open the mounted folder in Finder, double-click the .dmg file to do so.
Open a new Finder window. Drag the Komodo icon from the mounted folder to the Applications folder.
If desired, drag the Komodo icon into the Dock.
Starting Komodo on OS X

Click the Komodo icon in the Dock or the Applications folder.

Uninstalling Komodo on OS X

Drag the Komodo icon into the Trash.

Linux

Prerequisites

Hardware Requirements

1GHz (or faster) x86 or x86_64 processor
1 GB RAM
250 MB hard disk space
350 MB of temporary hard disk space during installation
Operating System Requirements

Supported operating systems:

The following platforms are officially supported.

Red Hat Enterprise Linux 5 or later
CentOS 5.0 or later
Fedora Core 8 or later
OpenSUSE 10.2 or later
SuSE Linux Enterprise Desktop/Server 11.2 or later
Ubuntu 7.04 or later
Other operating systems:

Komodo can also be run on the following platforms. This version of Komodo has not necessarily been tested on these platforms; platform-specific bugs may or may not be fixed.

Debian GNU/Linux 4.0 ("etch")
Mandriva
FreeBSD (with Linux binary compatibility)
Gentoo
Software Prerequisites on Linux

Installation Prerequisites:

glibc 2.4 (or higher) and libjpeg.so.62 (or higher): These libraries are included in standard Linux distributions.
libstdc++6 (or higher)
GTK+ 2.10 (or higher)
Gnome libraries (libgnome, libgnomeui)
Non-ASCII Input Requirements (IME):

SuSE: scim, scim-bridge-gtk and scim-bridge-qt packages.
Ubuntu: scim, scim-gtk2-immodule, scim-qtimm, and scim-tables-additional packages (if not already installed).
Fedora Core / RHEL / CentOS: scim, scim-gtk and scim-qtimm packages.
Adding Perl or Python to the PATH Environment Variable

To add Perl or Python to the PATH environment variable, do one of the following:

Modify your PATH environment variable. For example, if you use the Bash shell, add the following line to your ~/.bashrc file:
export PATH=<installdir>/bin:$PATH
...where <installdir> points to the directory where you installed ActivePerl or ActivePython.
Create a symbolic link to the Perl or Python executable. For example, for ActivePerl, enter:
ln -s <installdir>/bin/perl /usr/local/bin/perl
For ActivePython, enter:
ln -s <installdir>/bin/python /usr/local/bin/python
...where <installdir> points to the directory where you installed ActivePerl or ActivePython.
Installing the Komodo License on Linux

Komodo IDE comes with a 21-day trial license. To install a permanent license:

Download the license installer from the My Account page.
Change the permissions on the downloaded file to allow execution (e.g. `chmod +x Komodo-<version>-<license#>.bin`)
Run the installer (e.g. `./Komodo_<version>_<license#>.executable`).
Upgrading from Previous Komodo Versions

Newer versions of Komodo should not be installed in the same directory as older versions. For major release upgrades (e.g. x.1 to x+1.0) the installer will automatically put Komodo in a new directory.

For minor releases (e.g. x.0 to x.1) and patch-level releases (x.1.1 to x.1.2), use the auto-update system (Help|Check for Updates). The changes will be applied safely in the current install directory. If you need to update using an installer, completely uninstall the older version before installing the new one, or manually specify a different install directory during the installation process. Your Komodo preferences will be preserved as they are installed in a different directory.

Installing Komodo on Linux

This version of Komodo allows non-root installation on Linux. Note, however, that the user who executes the license file will be the user who is licensed to use the software.

To install Komodo on Linux:

Download the Komodo installer (.tar.gz file) into a convenient directory.
Unpack the tarball:
tar -xvzf Komodo-<version>-<platform>.tar.gz
Change to the new directory:
cd Komodo-<version>-<platform>
Run the install script ("install.sh"):
./install.sh
Answer the installer prompts:
Specify where you want Komodo installed, or press 'Enter' to accept the default location (/home/<username>/Komodo-<IDE|Edit>-x.y).The -I option can be used to specify the install directory. For example:
./install.sh -I ~/opt/Komodo-IDE-7
If multiple users are sharing the system and will be using the same installation, install Komodo in a location every user can access (e.g. /opt/Komodo-x.x/ or /usr/local/Komodo-x.x/).

Note:

Each Komodo user requires their own license key.
Do not install Komodo in a path that contains spaces or non-alphanumeric characters.
Be sure to install Komodo into its own directory (i.e. not directly in an existing directory containing shared files and directories such as /usr/local).

Once the installer has finished, add Komodo to your PATH with one of the following:
Add Komodo/bin to your PATH directly:
export PATH=<installdir>/bin:$PATH
Add a symlink to Komodo/bin/komodo from another directory in your PATH:
ln -s <installdir>/bin/komodo /usr/local/bin/komodo
Note: Creating symlinks in system directories such as /usr/bin requires root access.
After completing the installation, you can delete the temporary directory where the Komodo tarball was unpacked.

Starting Komodo on Linux

To start Komodo on Linux enter `komodo` at the command line or create a shortcut on your desktop or in your toolbar using the full path to the komodo executable.

Uninstalling Komodo on Linux

To uninstall Komodo on Linux:

Delete the directory that Komodo created during installation.
If you wish to delete your Komodo preferences, delete the ~/.komodo directory. If you do not delete this directory, subsequent installations of Komodo will use the same preferences.
Note: You cannot relocate an existing Komodo installation to a new directory by simply moving it. You must uninstall Komodo from the existing location and reinstall it in the new location.

Language and Debugging Prerequisites

Debugging: If firewall software is installed on the system, it must be configured to allow Komodo to access the network during remote debugging.
Debugger Proxy: The optional Debugger Proxy (pydbgpproxy) requires Python to be installed on the target machine.
Node.js: You will need node v0.4 or greater to debug Node.js programs. You can get the latest version of Node for most platforms from nodejs.org. The komodo-debug package can be installed with npm for remote debugging.
Perl: Perl 5.6 or greater is required to debug Perl programs. Download the latest version of ActivePerl from the ActiveState website. Ensure that the directory location of the Perl interpreter (by default, C:\perl) is included in your system's PATH environment variable. On Windows, some features such as background syntax checking and remote debugging may require ActivePerl -- there are known incompatibilities with Cygwin and msys perl.
Python: Python 2.4 or greater is required to debug Python programs. You can download the latest version of ActivePython from the ActiveState website. Ensure that the directory location of the Python interpreter (by default C:\Pythonxx (where "xx" is the Python version)) is included in your system's PATH environment variable.
PHP: PHP 4.4 or greater is required to debug PHP programs. Download PHP from http://www.php.net/downloads.php. For complete instructions for configuring Komodo and PHP, see Configuring the PHP Debugger.
Tcl: Tcl 7.6 or greater is required to debug Tcl programs. Download the latest version of ActiveTcl from the ActiveState website.
Ruby: Ruby 1.8.4 or greater is required to debug Ruby programs. Download the latest version of Ruby from http://rubyinstaller.rubyforge.org/wiki/wiki.pl. Cygwin-based versions of Ruby are currently unsupported. Ruby 1.9.1 (and later) users will need to also install ruby-debug-base (e.g. gem install ruby-debug-base19) as a compatible version is not shipped with Komodo.
The debugging libraries for all languages are bundled with Komodo IDE, but they are also available for download from the Komodo Bits page.

Source Code Control Integration Prerequisites

CVS Source Control Integration: Requires CVS, which is available from http://www.nongnu.org/cvs/, or the latest stable version of CVSNT, which is available from http://www.cvsnt.org/wiki/.
CVS Source Control Integration using Putty (Windows): Requires Putty version 0.52 or greater.
Perforce Source Control Integration: Requires a connection to a Perforce server with version 99.1 or later.
Subversion Source Code Control Integration: Requires the svn command line client, available from http://subversion.tigris.org/. Komodo cannot use the TortoiseSVN client as its SVN executable.

转载于:https://www.cnblogs.com/kungfupanda/p/3408105.html

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Multi-Language IDE for Professional Developers (Komodo) 的相关文章

  • PyCharm:Scapy 未解决的参考

    我正在开发一个使用 scapy 用 python 编写的网络工具 我使用 Pycharm 作为 IDE 我的代码有效 因此 如果我运行它 一切都会按预期进行 我的问题是 PyCharm 给了我一些错误 它标志着每次使用IP TCP Ethe
  • 有什么好的可视化 HTML5 编辑器或 IDE? [关闭]

    Closed 这个问题正在寻求书籍 工具 软件库等的推荐 不满足堆栈溢出指南 help closed questions 目前不接受答案 看起来 Dreamweaver CS5 将在几年内 实际上是几周 尝试使 HTML5 变得更加流畅 似
  • 在“打开资源”对话框中键入内容时,是否可以通过目录而不是仅通过文件名来查找文件?

    I have been using extensively Ctrl Shift to find and open files in my Eclipse project But sometimes I know the directory
  • Clojure 开发:IDE 还是 REPL?

    我已经使用 Clojure 一段时间了 想要创建一些比玩具更大 更复杂的项目 过去几年我一直在使用 Java 并且已经习惯了 IDE 为我所做的事情 编译大量类 将它们打包在 jar 中 创建批处理文件供用户启动它们 当我查看 Clojur
  • 包 android.support.v4.app 不存在;在Android Studio 0.8中

    我最近将 android studio IDE 更新至 0 8 以与新的 android L SDK 配合使用 首先 我导入了一个已完成的 android 项目 该项目在旧版本的 android studio 中没有收到任何错误 在版本 0
  • 为什么 Git 中会忽略 IDE 特定的项目文件?

    我看到 Github 上发布的许多项目都有一个 gitignore文件明确排除与 IDE 相关的控制文件 这些控制文件广泛用于定义项目及其依赖项 这些可以是 sln对于 NET 或 project对于 Eclipse 我想问为什么这种做法被
  • 纯 Web 应用程序(HTML5 等)的推荐 IDE [关闭]

    就目前情况而言 这个问题不太适合我们的问答形式 我们希望答案得到事实 参考资料或专业知识的支持 但这个问题可能会引发辩论 争论 民意调查或扩展讨论 如果您觉得这个问题可以改进并可能重新开放 访问帮助中心 help reopen questi
  • 嵌套 Linq Min() 使 Visual Studio 崩溃

    我有一段代码使 Visual Studio 2008 IDE 运行速度非常慢 消耗大量内存 最终导致其崩溃 我怀疑 VS 达到了操作系统内存限制 以下代码不是我的真实应用程序代码 但它模拟了问题 本质上 我试图使用 LINQ 找到树中的最小
  • 汤博乐开发工具

    我想创建 Tumblr 主题 有趣的是有没有 IDE Netbeans Eclipse PHPStorm 插件或开发工具 理想的情况是在浏览器中预览我的主题 而不将其上传到 Tumblr 谢谢 我找到了自己的方法来使用 PhpStorm 或
  • 用于 PHP 开发的 Eclipse PDT 与 NetBeans [已关闭]

    Closed 这个问题不符合堆栈溢出指南 help closed questions 目前不接受答案 对于 PHP 开发 Eclipse PDT 与 NetBeans 相比如何 我刚刚买了一台装有 Windows 7 的新电脑 我开始设置
  • 设置 eclipse 进行 Windows 驱动程序开发

    我正在尝试使用 WDK 7 1 0 编写用户模式 Windows XP Vista 和 7 虚拟打印机驱动程序 我打算使用 eclipse IDE 进行开发 所以想知道是否可以进行相同的设置 我希望做以下事情 1 Eclipse 能够识别
  • 在 Codeblocks 中启用编译器输出窗格

    This is probably a really noob question but the fact of the matter is that my Code blocks wouldn t show me errors when i
  • IntelliJ Idea 15 显示依赖包和项目包

    IntelliJ Idea 15 CE 在项目的包视图中显示来自库 依赖项的包 仅当项目的根包与某些依赖项的根包相同时才会发生这种情况 对于前 我的项目的根包是org 所以所有的依赖关系也有org包状org apache logging也被
  • “完美”的 Python 调试器具有哪些功能? [关闭]

    Closed 这个问题是基于意见的 help closed questions 目前不接受答案 请告诉我您希望当前的 Python 调试器具有哪些功能 我正在创建一个新的 Python IDE 调试器 并期待着具有挑战性的请求 请原谅我无耻
  • Netbeans 版本控制文件颜色代码?

    我试图找到一个图例来帮助解释 NetBeans 用于描述文件状态的不同颜色 我的一些文件颜色是 Grey Blue Green 还有其他我还没有发现的 如果有帮助 我将使用带有 CVS 的 Netbeans 6 7 这些颜色是什么 绿色意味
  • 当从代码隐藏页面按 F7 时,如何使 Visual Studio 始终显示源视图而不是设计视图?

    The F7 key in Visual Studio it allows the user to switch between the code for a designer element e g a Windows Form or a
  • vs2008中的线程窗口在哪里

    我试图在 VS 2008 中找到描述的线程窗口here http www wintellect com cs blogs jrobbins archive 2007 08 01 neat new multithreaded debuggin
  • Visual Studio IDE 中功能后的空间

    如何设置 Visual Studio 中的设计以在我的 javascript 函数后面放置一个空格 目前 当我按下返回键时 我得到了这个 var myfunc function 当我想要这个的时候 var myfunc function 知
  • 如何禁用 Qt Creator 中的“问题”窗格?

    我发现使用编译器输出更容易 但 Qt Creator 中的 问题 窗格会在每次编译后自动弹出 隐藏有用的信息 迫使我每次都隐藏它 有没有办法禁用这种行为 我不介意收集错误 我只是不希望每次我不要求时都显示这个特定的 UI 我使用的是 Qt
  • 在 VS2008 的 XAML 编辑器中禁用 Intellisense?

    有没有办法在 Visual Studio 2008 的 XAML 编辑器中禁用 Intellisense 打字时通常会消耗很大的性能 有时我会等待十秒或更长时间 直到列表自动弹出 似乎在 选项 gt 文本编辑器 gt XAML 中 Inte

随机推荐