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 d596ced commit adde42aCopy full SHA for adde42a
install/baikal-install.sh
@@ -13,12 +13,8 @@ setting_up_container
13
network_check
14
update_os
15
16
-msg_info "Installing Dependencies"
17
-$STD apt-get install -y apache2
18
-msg_ok "Installed Dependencies"
19
-
20
PG_VERSION="16" setup_postgresql
21
-PHP_APACHE="YES" PHP_MODULE="pgsql, dom" PHP_VERSION="8.2" setup_php
+PHP_APACHE="YES" PHP_MODULE="pgsql" PHP_VERSION="8.2" setup_php
22
fetch_and_deploy_gh_release "baikal" "sabre-io/Baikal"
23
24
msg_info "Setting up PostgreSQL Database"
0 commit comments