mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Add script to install mandatory config files from their .sample version.
This commit is contained in:
parent
6713db7133
commit
43ce16a6dc
1 changed files with 7 additions and 0 deletions
7
packaging/debian/setup.sh
Executable file
7
packaging/debian/setup.sh
Executable 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
|
Loading…
Reference in a new issue