Update manyfold-install.sh

This commit is contained in:
Bas van den Berg 2025-03-25 13:57:36 +01:00 committed by GitHub
parent 79f6b41af5
commit bb2caff99b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,12 +103,12 @@ DATABASE_NAME=${DB_NAME}
DATABASE_CONNECTION_POOL=16 DATABASE_CONNECTION_POOL=16
MULTIUSER=enabled MULTIUSER=enabled
HTTPS_ONLY=false HTTPS_ONLY=false
RAILS_ENV=production
EOF EOF
msg_ok ".env file setup" msg_ok ".env file setup"
msg_info "Installing Manyfold" msg_info "Installing Manyfold"
source /opt/.env source /opt/.env
export RAILS_ENV=production
cd /opt/manyfold cd /opt/manyfold
chown -R manyfold:manyfold /opt/manyfold chown -R manyfold:manyfold /opt/manyfold
$STD gem install bundler $STD gem install bundler