Other Pages

Expand All

install_komodo_edit_for_mac.step

message <<-MARKDOWN

We'll be using the KomodoEdit text editor during the workshop, though you are free to use a different editor if you prefer. It must be a plain-text editor, such as vi or Textmate. 

MARKDOWN

important "Microsoft Word and other word processing programs, including TextEdit and Notepad, will not work."

step "Download KomodoEdit" do
  message "Download the [KomodoEdit installer](http://downloads.activestate.com/Komodo/releases/8.0.0/Komodo-Edit-8.0.0-12188-macosx.dmg)."
end

step 'Select "Open with DiskImageMounter" in the file save dialog' do
  message <<-MARKDOWN
This should be the default.

It will open an installer with a KomodoEdit icon and a picture of your Applications folder. Something like this:
  MARKDOWN
  img src: 'img/Komodo-Edit-5.png', alt: 'Komodo Edit 5'
end

step "Drag KomodoEdit into your Applications folder." do
  message "It will open an installer with a KomodoEdit icon and a picture of your Applications folder. Drag KomodoEdit into your Applications folder."
end

step "Unmount the installer disk image" do
  message "by dragging it from your desktop to the trash"
end