mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 23:19:25 +08:00
Add script to install mandatory config files from their .sample version.
This commit is contained in:
parent
6713db7133
commit
43ce16a6dc
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…
x
Reference in New Issue
Block a user