Hey, can anyone send the startup guide on setting ...
# ask-the-community
m
Hey, can anyone send the startup guide on setting up the project locally?
t
Do you mean running the full flyte scheduler locally in demo mode? That is essentially
Copy code
curl -sL <https://ctl.flyte.org/install> | bash
flytectl demo start
https://docs.flyte.org/projects/flytectl/en/latest/ https://docs.flyte.org/projects/flytectl/en/latest/gen/flytectl_demo_start.html
k