GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Adds basic social networking capabilities to your existing application, including users, blogs, photos, clippings, favorites, and more.
Homepage: http://www.communityengine.org
Clone URL: git://github.com/bborn/communityengine.git
more deploy template tweaks
bborn (author)
Wed Aug 27 18:04:25 -0700 2008
commit  ebc3ddf08ae28e1ebe04679fe1fae2241812bbed
tree    1b6d5333cc49224a609a1749bf855d2ff58fb8c2
parent  2ee16156f4e9d748eb5ed95e90da6d1744ca15d1
...
89
90
91
 
 
 
 
 
 
92
93
94
...
89
90
91
92
93
94
95
96
97
98
99
100
0
@@ -89,6 +89,12 @@ namespace :deploy do
0
     sudo "chown -R #{user} #{apps_dir}/"
0
     
0
     sudo "mkdir -p /etc/mongrel_cluster"
0
+
0
+ sudo "mkdir -p #{apps_dir}/releases"
0
+ sudo "chown -R #{user} #{apps_dir}/releases""
0
+
0
+ sudo "mkdir -p /etc/mongrel_cluster"
0
+ sudo "mkdir -p /etc/rails"
0
   end
0
 
0
   desc "Setup nginx configuration"

Comments

    No one has commented yet.