You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INNPV should be able to support remote projects, with the help of a network mounted file system (e.g., sshfs). Most of the heavy lifting is in place, we just need to add a few more things:
Provide a way for the user to input a "local" project root (absolute path to the mounted file system)
Validate that the server and client "see" the same file system (exchange some kind of token by writing/reading a temporary file in the project)
The text was updated successfully, but these errors were encountered:
We should also consider the user experience of starting one of these sessions. For example, could there be just a single command that will perform all the needed set up?
Mount the remote project
Start the interactive server on the remote machine
INNPV should be able to support remote projects, with the help of a network mounted file system (e.g., sshfs). Most of the heavy lifting is in place, we just need to add a few more things:
The text was updated successfully, but these errors were encountered: