insitro / redun

Yet another redundant workflow engine
https://insitro.github.io/redun/
Apache License 2.0
510 stars 43 forks source link

Please explain how to run redun server #58

Closed Melkaz closed 1 year ago

Melkaz commented 1 year ago

Hi,

First of all, thanks for this promising project !

I'm trying to use the redun server command and face this issue:

[redun] Attempting to start the redun server application, with the assumption that the `redun server` command was run from the root of the redun repository
ERROR: .FileNotFoundError: [Errno 2] No such file or directory: './redun_server/docker-compose.yml'

I couldn't find a procedure to set-up this folder and the associated YAML.

Could you please help ?

Thanks !

mattrasmus commented 1 year ago

Hi @Melkaz,

Thanks for the question. This subcommand is for running a server to visualize the redun call graphs. However, we haven't open source this code at this time so this subcommand won't work for external users right now.