We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123a442 commit 8354e71Copy full SHA for 8354e71
1 file changed
init-live.sh
@@ -3,7 +3,6 @@ export PHP_MEMORY_LIMIT="512M"
3
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"
4
php console.php status
5
php console.php app:enable solid
6
-sed -i '96 i\ RewriteRule ^\\.well-known/openid-configuration /apps/solid/openid [R=302,L]' /var/www/html/.htaccess
7
sed -i "25 i\ 1 => 'server'," /var/www/html/config/config.php
8
sed -i "26 i\ 2 => 'nextcloud.local'," /var/www/html/config/config.php
9
sed -i "27 i\ 3 => 'thirdparty'," /var/www/html/config/config.php
0 commit comments