To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / extra / soundsoftware / vagranttest / provision.d / 050-webapp-db.sh @ 1578:06ca2df3d7ca

History | View | Annotate | Download (310 Bytes)

1 1577:e38eee2e1d47 Chris
#!/bin/bash
2
3
set -e
4
5
#!!! This will fail until we have the user-supplied password
6
#!!! interpolation logic (also the path is silly)
7
8
if [ ! -f /var/www/code/config/database.yml ]; then
9
    cp /var/www/code/extra/soundsoftware/dockertest/database.yml.interpolated \
10
       /var/www/code/config/database.yml
11
fi