public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/remi/mephisto.git
Search Repo:
mod_rails requires the rake *GEM* ... also, slicehost-setup-2 was using 
the 'msg' function and it wasn't defined
remi (author)
Tue Jul 22 10:27:02 -0700 2008
commit  87029e88db832971b8c9315e3d7fbf64ce492d4c
tree    5968c302e668b04f6788047147df508e1d4dcd79
parent  d6ed5678dbd0315840d8ae2f455f0735dd5f1ea8
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@ msg "Installing mod_rails"
0
 sudo aptitude update
0
 sudo aptitude install -y git-core apache2 apache2-prefork-dev php5 libapache2-mod-php5 apache2.2-common apache2-mpm-prefork apache2-utils libexpat1 apache2-prefork-dev libapr1-dev
0
 
0
-sudo gem install rack fastthread --no-ri --no-rdoc
0
+sudo gem install rack fastthread rake --no-ri --no-rdoc
0
 
0
 mkdir -p ~/sources
0
 cd ~/sources
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@
0
 
0
 # http://articles.slicehost.com/2007/11/6/ubuntu-gutsy-setup-page-2
0
 
0
-msg "Getting your slice up-to-date and installing screen, vim, build-essential, etc ..."
0
+echo "Getting your slice up-to-date and installing screen, vim, build-essential, etc ..."
0
 
0
 echo '
0
 PS1="\[\e[34m\]\u\[\e[37m\]@\[\e[36m\]\h\[\e[37m\]:\[\e[31m\]\w\[\e[37m\]$ "' >> ~/.bashrc

Comments

    No one has commented yet.