Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add hub task and note for running on remote server #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rettigl
Copy link

@rettigl rettigl commented Jan 8, 2025

Add a task to start the remote tools hub, and add some docu to how to access the installation on a remote server

Copy link
Collaborator

@blueraft blueraft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a small comment on remote server.

@@ -289,6 +295,10 @@ After the initial setup, here’s how to manage your daily development tasks.
uv sync
```

> [!NOTE]
>
> The nomad instance will be available on http://localhost:3000/fairdi/nomad/latest/gui, and expects to find the nomad API on localhost:8000, and the remotes tool hub on localhost:9000. If you are running the instance on a remote server, make sure to forward these ports locally.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As an alternative to port forwarding, the backend URL for the GUI can be configured too. We should add a line saying the REACT_APP_BACKEND_URL in packages/nomad-FAIR/gui/.env.development can be modified to the appropriate API url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants