Update flowiseai-install.sh

test
pull/2688/head
tteckster 9 months ago committed by GitHub
parent e8fcc7ec3d
commit 6a77af66a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -30,6 +30,8 @@ msg_ok "Installed Node.js"
msg_info "Installing FlowiseAI (Patience)"
$STD npm install -g flowise
mkdir -p /opt/flowiseai
wget -q https://raw.githubusercontent.com/FlowiseAI/Flowise/main/packages/server/.env.example -O /opt/flowiseai/.env
msg_ok "Installed FlowiseAI"
msg_info "Creating Service"
@ -39,6 +41,7 @@ Description=FlowiseAI
After=network.target
[Service]
EnvironmentFile=/opt/flowiseai/.env
ExecStart=npx flowise start
Restart=always

Loading…
Cancel
Save

Powered by BW's shoe-string budget.