Starting ragna
from jhub-apps
#147
aktech
announced in
Announcements
Replies: 1 comment
-
That could also be done by setting the
We should look into this. This is what the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion is more of a documentation on how to use Ragna via
jhub-apps
:The workflow for running Ragna on JHub Apps would be something like this:
ragna.toml
to addroot_path
and updateurl
(see sampleragna.toml
below for example) and redeploy, so that API works in the deployed app (as the url for the going to be deployed app on jhub-apps is not known in advance)Input for custom command field in jhub-apps for starting:
(You'd need to use the paths for your deployment/system)
Ragna UI
Ragna API
In the Environment variable field you'd need to pass in the
ragna.toml
Sample
ragna.toml
that worked locally:Beta Was this translation helpful? Give feedback.
All reactions