Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Jun 17, 2022
1 parent 531f6c4 commit d45c8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export PHP_MEMORY_LIMIT="512M"
php console.php maintenance:install --admin-user admin --admin-pass $MARIADB_ROOT_PASSWORD --database "mysql" --database-name "nextcloud" --database-user "root" --database-pass "$MARIADB_ROOT_PASSWORD" --database-host "127.0.0.1"
php console.php status
php console.php app:enable solid
sed -i '96 i\ RewriteRule ^\\.well-known/openid-configuration /apps/solid/openid [R=302,L]' /var/www/html/.htaccess
sed -i '96 i\ RewriteRule ^\\.well-known/openid-configuration /apps/solid/openid [PT,L]' /var/www/html/.htaccess
sed -i "25 i\ 1 => 'server'," /var/www/html/config/config.php
sed -i "26 i\ 2 => 'nextcloud.local'," /var/www/html/config/config.php
sed -i "27 i\ 3 => 'thirdparty'," /var/www/html/config/config.php
Expand Down

0 comments on commit d45c8ab

Please sign in to comment.