Skip to content

Commit

Permalink
rm /etc/apache2/conf-enabled/apache-limits.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Sep 19, 2023
1 parent 00941a2 commit 4d8d770
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
export PHP_MEMORY_LIMIT="512M"
rm /etc/apache2/conf-enabled/apache-limits.conf
php console.php maintenance:install --admin-user alice --admin-pass alice123
php console.php status
php console.php app:enable solid
Expand Down
1 change: 1 addition & 0 deletions run-solid-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function startPubSub {

function startSolidNextcloud {
docker run -d --name "$1" --network=testnet --env-file "./env-vars-$1.list" "${2:-solid-nextcloud}"
docker exec -it "$1" rm /etc/apache2/conf-enabled/apache-limits.conf
until docker run --rm --network=testnet solidtestsuite/webid-provider-tests curl -kI "https://$1" 2> /dev/null > /dev/null
do
echo Waiting for "$1" to start, this can take up to a minute ...
Expand Down

0 comments on commit 4d8d770

Please sign in to comment.