Compare commits
No commits in common. "a13b71420899b52f2ff26eb47e4a8f514efe3956" and "3599c8bb8d21d51f3c52ec3cd3d575fd303796be" have entirely different histories.
a13b714208
...
3599c8bb8d
@ -60,8 +60,7 @@ wget -q https://github.com/koel/koel/releases/download/${RELEASE}/koel-${RELEASE
|
|||||||
unzip -q koel-${RELEASE}.zip
|
unzip -q koel-${RELEASE}.zip
|
||||||
cd /opt/koel
|
cd /opt/koel
|
||||||
apt-get install composer -y
|
apt-get install composer -y
|
||||||
mv .env.example .env
|
$STD composer update --no-interaction
|
||||||
$STD composer install --no-interaction
|
|
||||||
sed -i -e "s/DB_CONNECTION=.*/DB_CONNECTION=pgsql/" \
|
sed -i -e "s/DB_CONNECTION=.*/DB_CONNECTION=pgsql/" \
|
||||||
-e "s/DB_HOST=.*/DB_HOST=localhost/" \
|
-e "s/DB_HOST=.*/DB_HOST=localhost/" \
|
||||||
-e "s/DB_DATABASE=.*/DB_DATABASE=$DB_NAME/" \
|
-e "s/DB_DATABASE=.*/DB_DATABASE=$DB_NAME/" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user