Fix for current HEAD server setting files.
This commit is contained in:
parent
0c6424d384
commit
707d93bcbb
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@ matrix:
|
||||||
- sudo apt-get -y --allow-unauthenticated install ffmpeg
|
- sudo apt-get -y --allow-unauthenticated install ffmpeg
|
||||||
- cp server/config.yaml.dist config.yaml
|
- cp server/config.yaml.dist config.yaml
|
||||||
- sed -i -e 's/^#database:$/database:\ postgres:\/\/szuru:dog@localhost:5432\/szuru_test/' config.yaml
|
- sed -i -e 's/^#database:$/database:\ postgres:\/\/szuru:dog@localhost:5432\/szuru_test/' config.yaml
|
||||||
- sed -i -e 's/^#elasticsearch:/elasticsearch:/' config.yaml
|
|
||||||
- sed -i -e 's/^#\ \ \ \ host: localhost$/\ \ \ \ host: localhost/' config.yaml
|
|
||||||
- sed -i -e 's/^#\ \ \ \ port: 9200$/\ \ \ \ port: 9200/' config.yaml
|
|
||||||
- sed -i -e 's/^#\ \ \ \ index: szurubooru$/\ \ \ \ index: szurubooru/' config.yaml
|
|
||||||
- sudo -i -u postgres createuser szuru -D -R -S
|
- sudo -i -u postgres createuser szuru -D -R -S
|
||||||
- sudo -i -u postgres createdb szuru_test
|
- sudo -i -u postgres createdb szuru_test
|
||||||
- sudo -i -u postgres psql -c "ALTER USER szuru PASSWORD 'dog';"
|
- sudo -i -u postgres psql -c "ALTER USER szuru PASSWORD 'dog';"
|
||||||
|
|
Reference in a new issue