node24
This commit is contained in:
@@ -13,7 +13,7 @@ setting_up_container
|
||||
network_check
|
||||
update_os
|
||||
|
||||
NODE_VERSION="22" setup_nodejs
|
||||
NODE_VERSION="24" setup_nodejs
|
||||
fetch_and_deploy_gh_release "kanba" "Kanba-co/kanba" "tarball" "latest" "/opt/kanba"
|
||||
fetch_and_deploy_gh_release "supabase" "supabase/cli" "binary" "latest" "/opt/supabase" "supabase-linux-x64"
|
||||
POSTGRES_VERSION="16" setup_postgresql
|
||||
@@ -29,10 +29,10 @@ $STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET client_encoding TO 'utf8'
|
||||
$STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET default_transaction_isolation TO 'read committed';"
|
||||
$STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET timezone TO 'UTC';"
|
||||
{
|
||||
echo "Kanba-Credentials"
|
||||
echo "Kanba Database Name: $DB_NAME"
|
||||
echo "Kanba Database User: $DB_USER"
|
||||
echo "Kanba Database Password: $DB_PASS"
|
||||
echo "Kanba-Credentials"
|
||||
echo "Kanba Database Name: $DB_NAME"
|
||||
echo "Kanba Database User: $DB_USER"
|
||||
echo "Kanba Database Password: $DB_PASS"
|
||||
} >>~/kanba.creds
|
||||
msg_ok "Set up PostgreSQL Database"
|
||||
|
||||
|
||||
@@ -15,15 +15,15 @@ update_os
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt-get install -y \
|
||||
build-essential \
|
||||
make \
|
||||
git
|
||||
build-essential \
|
||||
make \
|
||||
git
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
## WIP - only protoype with git call
|
||||
|
||||
setup_go
|
||||
NODE_VERSION="22" NODE_MODULE="pnpm" setup_nodejs
|
||||
NODE_VERSION="24" NODE_MODULE="pnpm" setup_nodejs
|
||||
|
||||
msg_info "Setup ocis"
|
||||
cd /opt
|
||||
|
||||
Reference in New Issue
Block a user