Fix for current HEAD server setting files.
This commit is contained in:
parent
707d93bcbb
commit
e90a8ce140
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ matrix:
|
|||
- sudo add-apt-repository -y ppa:mc3man/trusty-media
|
||||
- sudo apt-get update
|
||||
- sudo apt-get -y --allow-unauthenticated install ffmpeg
|
||||
- cp server/config.yaml.dist config.yaml
|
||||
- sed -i -e 's/^#database:$/database:\ postgres:\/\/szuru:dog@localhost:5432\/szuru_test/' config.yaml
|
||||
- cp server/config.yaml.dist server/config.yaml
|
||||
- sed -i -e 's/^#database:$/database:\ postgres:\/\/szuru:dog@localhost:5432\/szuru_test/' server/config.yaml
|
||||
- sudo -i -u postgres createuser szuru -D -R -S
|
||||
- sudo -i -u postgres createdb szuru_test
|
||||
- sudo -i -u postgres psql -c "ALTER USER szuru PASSWORD 'dog';"
|
||||
|
|
Reference in a new issue