Skip to content

Commit b3d31f2

Browse files
committed
Install the thin rc.d stuff and small gem changes.
1 parent cff781f commit b3d31f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

serverjuice.rb

+5-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def generate
9898
gem install $RDOC $RI mysql
9999
100100
# Install other Gems
101-
gem install $RDOC $RI redcloth tinder json rake tzinfo bluecloth god thin vlad
101+
gem install $RDOC $RI RedCloth tinder json rake tzinfo BlueCloth god thin vlad
102102
103103
# Install Nginx
104104
cd /usr/local/src
@@ -119,6 +119,10 @@ def generate
119119
./configure
120120
make
121121
make install
122+
123+
# Install thin
124+
thin install
125+
/usr/sbin/update-rc.d -f thin defaults
122126
EOF
123127
end
124128
end

0 commit comments

Comments
 (0)