fraibacas / prefect-orion

MIT License
73 stars 20 forks source link

setup confusion #3

Closed GuidoS closed 2 years ago

GuidoS commented 2 years ago

I think there is a step missing between this setup instruction below. I don't know what "create a flow run " means in this context. Were we supposed to open a webpage, if so which one.

* Deploy test flow and deployment
make register-test-flow
```
A flow named `my-docker-flow` and a `my-docker-flow/docker-example` deployment should have been created
fraibacas commented 2 years ago

Hello! The step before the first one you posted describes how to access the UI * Open http://prefect-server:4200 in your browser and verify Prefect UI is up and running

The screenshot below shows how to run a flow from the deployment screen

Create a flow run from the Deployments screen by selecting the deployment and clicking on Run ![Uploading Screen Shot 2022-09-19 at 8.07.53 AM.png…]()

fraibacas commented 2 years ago
Screen Shot 2022-09-19 at 8 07 53 AM
GuidoS commented 2 years ago

@fraibacas Thank you for your help on that.