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:
updated the big dirty script so it'll install everything necessary to get 
up and running with multisite mephisto
remi (author)
Tue Jul 22 04:54:44 -0700 2008
commit  68c73228c9e1143ca476e5166c3d89da45f94398
tree    bf73e6aaea565cc238c1f017ca38cfdd8a3edb43
parent  974707f722a972ea81a49f5b6628f7f3a043a5fd
...
57
58
59
 
 
 
 
60
61
...
57
58
59
60
61
62
63
64
65
0
@@ -57,5 +57,9 @@ system %{ssh-copy-id #{$slice_name}}
0
 puts "now we're going to install abunchof stuff on the server and get it setup!"
0
 
0
 system %{./remote-run #{$slice_name} new_slice_scripts/slicehost-setup-2}
0
+system %{./remote-run #{$slice_name} new_slice_scripts/install-ruby-and-rubygems}
0
+system %{./remote-run #{$slice_name} new_slice_scripts/install-camping}
0
+system %{./remote-run #{$slice_name} new_slice_scripts/install-mod_rails}
0
+system %{./remote-run #{$slice_name} new_slice_scripts/install-mephisto-mu}
0
 
0
 puts "for now, we're DONE! ... to run other scripts, yourself, use ./remote-run #{$slice_name} [script]"

Comments

    No one has commented yet.