marcelomurad / rails-env-install

Rails / Passenger / Gitorious enviroment installation script

This URL has Read+Write access

rails-env-install / developer-env-install.sh
100755 25 lines (14 sloc) 0.55 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/bash
#Basic developer enviroment installation script for Ubuntu
#Developed by Marcelo Murad - email at marcelomurad dot com
#You can redistribute it and/or modify it under either the terms of the GPL (http://www.gnu.org/licenses/gpl-3.0.txt)
 
echo "Enable irb autocomplete"
echo "require 'irb/completion'" > ~/.irbrc
 
sudo apt-get -y install git-core
 
git clone git://github.com/lexrupy/gmate.git
 
cd gmate/
 
chmod u+x install.sh
 
sudo mkdir /usr/share/gedit-2/plugins/taglist
 
./install.sh
 
cd ..
 
cp -r developer_aux/gedit-2 ~/.gconf/apps/