Difference between revisions of "Komodo-IDE"

From GhostBSD Wiki
Jump to: navigation, search
m (fixed run-on lines)
(Introduction)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Installing Komodo-IDE requires you first install
+
==Introduction==
  
sudo pkg install komodo-edit
+
Komodo IDE ist one IDE for all your languages.
  
this installs the required linux-compat system.  and possibly more but this is what works.
+
Code faster with the IDE for today’s web languages – Python, PHP, Perl, Golang, Ruby and more.
  
From the package installer:
+
Komodo IDE is now free as part of the [https://www.activestate.com/products/komodo-ide/ ActiveState Platform].
  
>>This package needs linsysfs mounted on /compat/linux/sysAdd the following line to /etc/fstab:
+
Komodo-IDE is an excellent debugger for TCL.. and for many other languagesIt requires a license to use, but a free license is available for non-commercial use.
  
linsysfs    /compat/linux/sys linsysfs rw 0 0
+
==Installation==
  
Then run "mount /compat/linux/sys".
+
Installing '''Komodo-IDE''' requires you first install the '''Komodo-Edit''' package.
  
after that is complete.. you are ready to install Komodo:
+
: <code> sudo pkg install komodo-edit </code>
  
For Kodomo IDE 12, download Kodomo IDE for Linux from https://www.activestate.com/products/komodo-ide/download-ide/
+
this installs the required '''linux-compat system'''. and possibly more but this is what works.
 
+
 
+
tar -xzvf Kodomo-IDE-12.0.1-91869-linux-x86_64.tar.gz
+
  
cd Kodomo-IDE-12.0.1-91869-linux-x86_64
+
From the package installer:
  
./install.sh
+
>>This package needs linsysfs mounted on /compat/linux/sys. Add the following line to '''/etc/fstab''':<br>
 +
'''linsysfs    /compat/linux/sys linsysfs rw 0 0'''<br>
 +
Then run <code>mount /compat/linux/sys</code>
  
 +
Download Kodomo IDE for Linux from https://www.activestate.com/products/komodo-ide/download-ide/<br>
 +
<code>tar -xzvf Kodomo-IDE-12.0.1-91869-linux-x86_64.tar.gz
 +
 +
cd Kodomo-IDE-12.0.1-91869-linux-x86_64
 +
 +
./install.sh </code>
  
 
export or link path for easy access:
 
export or link path for easy access:
 +
 
 +
<code>export PATH="/usr/home/username/Komodo-IDE-12/bin:$PATH"
 +
 +
ln -s "/usr/home/username/Komodo-IDE-12/bin/komodo" /usr/local/bin/komodo </code>
 +
 +
==See also==
 +
* [[Text Editor]]
 +
* on [[File:Icon FreeBSD.png|100px|link=https://svnweb.freebsd.org/ports/head/editors/komodo-edit/pkg-descr?revision=HEAD]]
 +
* [[File:1329059652.png|35px|link=http://www.activestate.com/Products/komodo_edit/]] Homepage
  
export PATH="/usr/home/username/Komodo-IDE-12/bin:$PATH"
 
  
ln -s "/usr/home/username/Komodo-IDE-12/bin/komodo" /usr/local/bin/komodo
+
[[Category:IDE]]

Latest revision as of 15:59, 3 August 2020

Introduction[edit]

Komodo IDE ist one IDE for all your languages.

Code faster with the IDE for today’s web languages – Python, PHP, Perl, Golang, Ruby and more.

Komodo IDE is now free as part of the ActiveState Platform.

Komodo-IDE is an excellent debugger for TCL.. and for many other languages. It requires a license to use, but a free license is available for non-commercial use.

Installation[edit]

Installing Komodo-IDE requires you first install the Komodo-Edit package.

sudo pkg install komodo-edit

this installs the required linux-compat system. and possibly more but this is what works.

From the package installer:

>>This package needs linsysfs mounted on /compat/linux/sys. Add the following line to /etc/fstab:
linsysfs /compat/linux/sys linsysfs rw 0 0
Then run mount /compat/linux/sys

Download Kodomo IDE for Linux from https://www.activestate.com/products/komodo-ide/download-ide/
tar -xzvf Kodomo-IDE-12.0.1-91869-linux-x86_64.tar.gz

cd Kodomo-IDE-12.0.1-91869-linux-x86_64

./install.sh

export or link path for easy access:

export PATH="/usr/home/username/Komodo-IDE-12/bin:$PATH"

ln -s "/usr/home/username/Komodo-IDE-12/bin/komodo" /usr/local/bin/komodo

See also[edit]