We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6cab2 commit bf91e04Copy full SHA for bf91e04
install/bookstack-install.sh
@@ -20,7 +20,7 @@ msg_ok "Installed Dependencies"
20
PHP_MODULE="ldap,tidy,bz2,mysqli" PHP_FPM="YES" PHP_APACHE="YES" PHP_VERSION="8.3" setup_php
21
setup_composer
22
setup_mariadb
23
-MARIADB_DB_NAME="bookstack_db1" MARIADB_DB_USER="bookstack_user1" setup_mariadb_db
+MARIADB_DB_NAME="bookstack_db" MARIADB_DB_USER="bookstack_user" setup_mariadb_db
24
fetch_and_deploy_gh_release "bookstack" "BookStackApp/BookStack"
25
import_local_ip
26
0 commit comments