Skip to content

Ban42/rucio-vscode-dev-env

 
 

Repository files navigation

rucio-vscode-dev-env

  • Clone this repo in the .vscode folder inside the rucio codebase
  • Get the host certificates and the CA certificate chain for your development server and place them in the certs directory (hostkey.pem, hostcert.pem, ca-bundle.pem)
  • Edit the rucio.cfg in the rucio source code to add the urls option in the webui section, specifying the host where you would host WebUI 2.0 ( http://localhost:3000 for local development)
  • Edit the docker-compose.yml in this repo and change the RUCIO_HOST environment variable for the rucio-dev container to the hostname of the remote development VM.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.3%
  • Shell 4.3%
  • Dockerfile 3.4%