|
@@ -5,7 +5,7 @@ fw_depends mysql rvm ruby-2.0 nginx
|
|
|
sed -i 's|host: .*|host: '"${DBHOST}"'|g' config/database.yml
|
|
|
sed -i 's|/usr/local/nginx/|'"${IROOT}"'/nginx/|g' config/nginx.conf
|
|
|
|
|
|
-rvm ruby-$MRI_VERSION do bundle install --jobs=4 --gemfile=$TROOT/Gemfile --path=vendor/bundle
|
|
|
+rvm ruby-$MRI_VERSION do bundle install --jobs=4 --gemfile=$TROOT/Gemfile --path=$IROOT/rails-stripped/bundle
|
|
|
|
|
|
nginx -c $TROOT/config/nginx.conf
|
|
|
|