https://github.com/rmja/cloudspool
https://github.com/rmja/cloudspool
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmja/cloudspool
- Owner: rmja
- Created: 2020-03-19T16:33:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:44:03.000Z (over 3 years ago)
- Last Synced: 2025-08-22T17:51:21.945Z (11 months ago)
- Language: C#
- Size: 23.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://dev.azure.com/rmja/Cloudspool/_build/latest?definitionId=11&branchName=master)
Cloudspool provides convenient printing capabilities to pos printers
Build Instructions
==================
Run `.\build.ps1 -All` from the `k8s` folders, and deploy the resulting images to the local dev kubernetes cluster with `.\deploy.ps1 -All`.
Deploy Instructions
===================
The deploy script can be run with with multiple switches, for example:
```
.\deploy.ps1 -All -Environment Production -Configs C:\MyConfigs\Production -Context MyClusterContext
```
The production configs are [here](https://github.com/rmja/Cloudspool) (private repo).
Release Instructions
====================
Create a github release with the tag `vX.Y.Z` where the version matches the one produced by the [CI server](https://dev.azure.com/rmja/Cloudspool).
The name of the release must also contain the version number.
Do not include assets, they are added afterwards, triggered by the tag