Skip to content

vye16/cluster_fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Server for browsing files on the cluster

Server inherits from Python's native HTTPS server to serve files in a grid. To run, make sure you forward the port (default 8080) when you ssh into the server

ssh -L 8080:localhost:8080 siberian

or modify your ~/.ssh/config

Host siberian
    HostName siberian.ist.berkeley.edu
    LocalForward 8080 localhost:8080

On the server, to install:

pip install git+ssh://[email protected]/vye16/cluster_fs.git

then, to run:

cluster_fs

or, for options:

cluster_fs --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •