github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

danlucraft / redcar

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 386
    • 24
  • Source
  • Commits
  • Network (24)
  • Downloads (6)
  • Wiki (4)
  • Graphs
  • Tree: 98fc680

click here to add a description

click here to add a homepage

  • Branches (4)
    • master
    • paned-project
    • stable-branch
    • wrapper
  • Tags (6)
    • v0.3.2dev
    • stable
    • gtk-head
    • 0.3.1dev
    • 0.3.0dev
    • 0.2
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

A cross-platform programmer's editor written in Ruby. — Read more

  cancel

http://redcareditor.com

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Cleaning 
danlucraft (author)
Sat Jun 20 08:39:32 -0700 2009
commit  98fc680c861e8bb955304e8f6b7eb45c722ede97
tree    70803f07cff632eac4336d0d0d27974258ad2e6c
parent  3e008623694c3cc783e77e269e3ad71765f4459e
redcar / INSTALL.md INSTALL.md
100644 71 lines (41 sloc) 2.566 kb
edit raw blame history

Installing on Ubuntu 9.04 (Jaunty)

This assumes that you have Ruby installed from packages. This will overwrite your Ruby if you have Ruby installed from source, so be sure.

  1. (Install Ruby from packages, if you haven't already).

    sudo apt-get install ruby ruby1.8-dev rubygems1.8 libhttp-access2-ruby1.8 rubygems1.8 rake
    echo "export PATH=/var/lib/gems/1.8/bin:\$PATH" >> ~/.bashrc
    source ~/.bashrc
    
  2. Now install Ruby-GNOME2 and other system packages. Ubuntu 9.04 has shipped with an out of date Ruby-GNOME2, so you need to add a new package repository to get the latest version. (If you are using a version of Ruby installed from source, you will need to download and install Ruby-GNOME2 from http://ruby-gnome2.sourceforge.jp/ instead of doing this.)

    echo "deb http://franz.hob-bruneck.info/downloads/ jaunty/" >> /etc/apt/sources.list
    sudo apt-get update
    sudo apt-get install ruby-gnome2 build-essential libonig2 libonig-dev libgtk2.0-dev libglib2.0-dev libgee0 libgee-dev libgtksourceview2.0-dev libxul-dev xvfb libdbus-ruby libwebkit-dev libwebkit-1.0-1
    
  3. There are a few needed development headers:

    wget redcareditor.com/stuff/missing_x64_headers/rbgdkconversions.h
    wget redcareditor.com/stuff/missing_x64_headers/rbgtkconversions.h
    

    If you are on 32bit Ubuntu (most likely):

    sudo cp rbgdkconversions.h /usr/lib/ruby/1.8/i486-linux/
    sudo cp rbgtkconversions.h /usr/lib/ruby/1.8/i486-linux/
    

    If you are on 64bit Ubuntu

    sudo cp rbgdkconversions.h /usr/lib/ruby/1.8/x86_64-linux/
    sudo cp rbgtkconversions.h /usr/lib/ruby/1.8/x86_64-linux/
    
  4. Install the required Ruby gems:

    sudo gem install oniguruma activesupport rspec cucumber hoe open4 zerenity statemachine
    
  5. Clone the Redcar source.

    git clone git://github.com/danlucraft/redcar.git
    
    (You can install git on Ubuntu with "sudo apt-get install git-core")
  6. Checkout the latest Redcar release.

    git checkout stable
    
  7. Download the Redcar git submodules

    cd redcar/
    git submodule init
    git submodule update
    
  8. Build Redcar

    rake build
    
  9. And start Redcar:

    ./bin/redcar /optional/path/to/my/project
    

The first time Redcar runs it will spend time loading the Textmate Bundles. This only happens once.

Problems?

  • Irc at #redcar on irc.freenode.net
  • Mailing list at http://groups.google.com/group/redcar-editor
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server