Skip to content

Deploying WorkflUX on a remote server

e-buerger edited this page May 12, 2023 · 1 revision

Instructions on how to deploy WorkflUX on a server

Prerequisits

For theses instructions you need a running server and a working ssh connection to that server.

Installation

To install WorkflUX on the server, run the following command

python3 -m pip install workflux

To run WorkflUX with the default configuration, run

workflux up

Further information on the installation and how to run WorkflUX can be found here.

Connection

To reach WorkflUX in your local browser, you have to do port forwarding.

ssh user@server-ip -L local-ip:local-port:workflux-ip-from-server:workflux-port-from-server

Now you can reach WorkflUX in your local browser by visiting

http://local-ip:local-port
Clone this wiki locally