Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbta/on_prem_deploy

Support scripts for deploying to on-prem servers
https://github.com/mbta/on_prem_deploy

Last synced: about 1 month ago
JSON representation

Support scripts for deploying to on-prem servers

Awesome Lists containing this project

README

        

# on_prem_deploy
Support scripts for deploying to on-prem servers

## Testing

PowerShell tests are written with [Pester](https://pester.dev).

To run them from a Windows server:

``` powershell
.\InstallTestDependencies.ps1
.\RunPesterTests.ps1
```

To run them from a non-Windows server:

``` sh
docker build -f Dockerfile.test .
```