Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions install/baikal-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ setting_up_container
network_check
update_os

msg_info "Installing Dependencies"
$STD apt-get install -y apache2
msg_ok "Installed Dependencies"

PG_VERSION="16" setup_postgresql
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
fetch_and_deploy_gh_release "baikal" "sabre-io/Baikal"

msg_info "Setting up PostgreSQL Database"
Expand Down