Skip to content

Commit

Permalink
Create install.sh and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sobrinho committed Oct 24, 2009
1 parent ad09a64 commit 5ca76de
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

RSpec Mate is a plugin for Gedit. This provide a window with results of spec like textmate. You can see screenshots in [Cairo'sBlog][rspec_mate_url].

RSpec Mate depends of python-webkitgtk package, if you don't use debian/ubuntu based distro, you will need install from source. The Python Webkit Home is located on http://code.google.com/p/pywebkitgtk/.
RSpec Mate depends of python-webkit package, if you don't use debian/ubuntu based distro, you will need install from source. The Python Webkit Home is located on http://code.google.com/p/pywebkitgtk/.

To install on a debian/ubuntu based distro just run in a terminal:

$ sudo apt-get install python-webkitgtk
$ git clone git://github.com/sobrinho/rspec_mate.git
$ cd rspec_mate
$ ./install.sh

[Download RSpec Mate][down] and extract in ~/.gnome2/gedit/plugins.

You can install the gem syntax to see the codes more sexy ;)

$ sudo gem install syntax
Expand Down Expand Up @@ -41,10 +41,20 @@ Site: [http://www.cleitonfco.com.br][cleitonfco_site]

Twitter: [@cleitonfco][cleiton_twitter_url]

### **Gabriel Sobrinho**

Development Director of Hite

Site: [http://www.hite.com.br][hite_url]

Twitter: [@sobrinho][sobrinho_twitter_url]

[rspec_mate_url]: http://www.caironoleto.com/2009/03/28/rspec-mate-plugin-para-o-geditrspec-mate-plugin-para-o-gedit/
[down]: http://github.com/caironoleto/rspec_mate/tarball/master
[blog_url]: http://www.caironoleto.com/
[twitter_url]: http://www.twitter.com/caironoleto
[cleiton_twitter_url]: http://www.twitter.com/cleitonfco
[cleitonfco_site]: http://www.cleitonfco.com.br
[jus]: http://jus.uol.com.br/
[hite_url]: http://www.hite.com.br/
[sobrinho_twitter_url]: http://www.twitter.com/sobrinho
17 changes: 17 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/sh

# Dummy
echo 'Installing RSpec Mate...'

# Copy plugin to Gedit folder
mkdir -p ~/.gnome2/gedit/plugins/rspec_mate

cp rspec_mate/__init__.py ~/.gnome2/gedit/plugins/rspec_mate
cp rspec_mate.gedit-plugin ~/.gnome2/gedit/plugins

# Ask for Python-Webkit package
sudo apt-get install python-webkit

# Dummy
echo 'Done!'

0 comments on commit 5ca76de

Please sign in to comment.