Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
acdh-ch authored Apr 3, 2024
1 parent 162bc0f commit 069011f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ export PATH="/app/.heroku/php/bin:${PATH}"
cd /app/
composer update
php maintenance/update.php
# php extensions/SemanticMediaWiki/maintenance/updateEntityCollation.php
php extensions/SemanticMediaWiki/maintenance/updateEntityCollation.php


# php extensions/CirrusSearch/maintenance/UpdateSearchIndexConfig.php --startOver
# php extensions/CirrusSearch/maintenance/ForceSearchIndex.php --skipLinks —indexOnSkip
# php maintenance/runJobs.php

sed -i -r -e 's|max_execution_time = 30|max_execution_time = 300|g' /app/.heroku/php/etc/php/php.ini

# Start web server
exec heroku-php-apache2 -F fpm_custom.conf
# exec heroku-php-nginx

0 comments on commit 069011f

Please sign in to comment.