1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-04 22:35:40 +00:00

Updated to 1.6.3, removed custom patches

This commit is contained in:
Dennis Schwerdel
2017-03-12 10:45:14 +01:00
parent a5022969c3
commit 497199febd
6 changed files with 14 additions and 56 deletions

View File

@@ -11,8 +11,8 @@ if ! [ -f /app/data/.installed ]; then
--environment production --default_user admin \
--db-type mysql --db-host "${MYSQL_HOST}:${MYSQL_PORT}" \
--db-user "${MYSQL_USERNAME}" --db-password "${MYSQL_PASSWORD}" \
--db-base "${MYSQL_DATABASE}" --db-prefix ""
php set_config.php # --db-prefix "" seems to be ignored
--db-base "${MYSQL_DATABASE}" --db-prefix "" \
--disable_update
php cli/create-user.php --user admin --password password --language en
php cli/actualize-user.php --user admin
touch /app/data/.installed
@@ -27,8 +27,12 @@ for f in $(ls /app/code/extensions-orig); do
done
echo "Creating config file"
php set_config.php
echo "Updating config file"
php cli/reconfigure.php --default_user admin --base_url "https://${APP_DOMAIN}/p" \
--db-type mysql --db-host "${MYSQL_HOST}:${MYSQL_PORT}" \
--db-user "${MYSQL_USERNAME}" --db-password "${MYSQL_PASSWORD}" \
--db-base "${MYSQL_DATABASE}" --db-prefix "" \
--disable_update
echo "Setting permissions"