|
@@ -1,6 +1,7 @@
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
|
|
|
|
sed -i 's| host:.*| host:'"${DBHOST}"'|g' config/database.yml
|
|
sed -i 's| host:.*| host:'"${DBHOST}"'|g' config/database.yml
|
|
|
|
+sed -i 's|/usr/local/installs/nginx/|'"${IROOT}"'/nginx/|g' config/nginx.conf
|
|
|
|
|
|
# We assume single-user installation as
|
|
# We assume single-user installation as
|
|
# done in our rvm.sh script and
|
|
# done in our rvm.sh script and
|