Skip to content

UtrechtUniversity/researchcloud-items-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResearchCloud Components for Windows workspaces

This repository contains PowerShell installation scripts for use in conjunction with SURF ResearchCloud. ResearchCloud catalog maintainers can configure a playbook from this repo as a script source for a component.

There is a separate repository containting the UU installation scripts for Unix/Linux workspaces: https://github.com/UtrechtUniversity/researchcloud-items/

See here for user documentation and an introduction to ResearchCloud.

See here for general developer documentation (mostly focused on Linux workspaces).

Repository layout

The docs directory contains documentation for the installation scripts in the scripts directory.

scripts/lib is a set of general scripts containing functions that can be included in each scripts. Documentation for these is inline.

CI

Currently we are only running the PSScriptAnalyzer linter in CI.

A Dockerfile is provided for running PSScriptAnalyzer locally. To use it:

docker build . -t psscriptanalyzer
docker run --rm -v $(pwd):/src -it psscriptanalyzer # from the directory containing your scripts

About

Powershell scripts for SURF ResearchCloud components.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published