Add script to install mandatory config files from their .sample version.

This commit is contained in:
Cyril Rohr 2013-10-08 13:52:29 +01:00
parent 6713db7133
commit 43ce16a6dc
1 changed files with 7 additions and 0 deletions

7
packaging/debian/setup.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
# This script installs the required example config files before buildpack compilation.
set -ex
cp config/database.yml.production-sample config/database.yml
cp config/redis.yml.sample config/redis.yml