Browser-based UI to interact with Karya the distributed task execution framework.
NOTE: WEB-UI CURRENTLY DOES NOT SUPPORT SCHEDULING CHAINED PLANS
-
Run the docker container using the following command:
docker run -d --name karya-ui -p 5001:5000 saumyabhatt10642/karya-ui
-
Open the browser and navigate to
http://localhost:5001
-
On the login page, provide the URL where the Karya server is running and enter a username (if not already registered, a new user will be created)
And you're good to go!
Note: Leave the URL field empty to use a stubbed client to test the UI