https://github.com/mithrandyr/geocallmisc
Miscellaneous Tools around GeoCall
https://github.com/mithrandyr/geocallmisc
Last synced: 2 months ago
JSON representation
Miscellaneous Tools around GeoCall
- Host: GitHub
- URL: https://github.com/mithrandyr/geocallmisc
- Owner: mithrandyr
- License: mit
- Created: 2019-09-13T14:23:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T14:52:31.000Z (over 5 years ago)
- Last Synced: 2024-12-27T15:22:25.114Z (4 months ago)
- Language: PowerShell
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Configuring and deploying GeoCall Azure Environments# Getting Started
1. Install PowerShell Modules from PowerShellGallery: Az, SimplySql, SimplyCredential
``` ps
Install-Module Az
```
2. Install the Azure CLI MSI package (needed for some actions that are not yet in the AzureRM PowerShell Module):
[Azure CLI on Windows](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest)# Project Descriptions
## AzureDeploy
## CertRenew
this script handles renewing the \*.geocall.\*.\* wildcard certificate from letsencrypt.org. Running with a '-production' switch will renew the production certificate and upload it to the Azure Blob Storage -- to deploy to systems, remotely logon, import GCPosh and run 'Invoke-GCPDeploySSL'.## GeoCallDeploy
## LocalDeploy