Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.29 KB

replit.md

File metadata and controls

32 lines (18 loc) · 1.29 KB

Replit

  1. Sign in to Replit
  2. Create a new Repl. Select Node.js as Template and fill in your preferred Title.

  1. After a new Repl is created, switch to Shell tab

  1. Type in npm install -g flowise into the Shell terminal window

  1. Then followed by npx flowise start

  1. You should now be able to see Flowise on Replit!

  1. If you would like to turn on app level authorization, change the command to:
npx flowise start --FLOWISE_USERNAME=user --FLOWISE_PASSWORD=1234
  1. You will now see a login page. Simply login with the username and password you've set.