Skip to content

Commit

Permalink
Rename community to advanced (#8)
Browse files Browse the repository at this point in the history
* community -> advanced

* Improved example descriptions
  • Loading branch information
bb-froggy authored Feb 9, 2023
1 parent 921855a commit 5530bcb
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 38 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Visit [containers.dev](https://containers.dev) for more information

## Examples

### Community
### Advanced

For more informations how to deploy folowing example, see [README](examples/community/README.md)
For more informations how to deploy folowing example, see [README](examples/advanced/README.md)

```hcl
# Version requirements
Expand Down
36 changes: 36 additions & 0 deletions examples/advanced/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# SCEPman - Advanced deployment

SCEPman deployment with sophisticated configuration using local state

## Using this example with Terraform CLI

### Variables

Edit the variables in the example `terraform.tfvars`.

Note: The following Azure Resource names must be globally unique:

- `storage_account_name`
- `key_vault_name`
- `app_service_name_primary`
- `app_service_name_certificate_master`

If you want to deploy the Community Edition, leave `AppConfig:LicenseKey` in `app_settings_primary` as *trial*. If you want to deploy the Enterprise Edition, use your valid license key.

### Deploy Configuration

```hcl
terraform init
terraform plan
terraform apply
```

### Post-Deployment Steps

Visit the homepage of your SCEPman App Service and follow the instructions for running the CMDlet `Complete-SCEPmanDeployment` of the [SCEPman PowerShell module](https://www.powershellgallery.com/packages/SCEPman/). This configures the [Managed Identities](https://docs.scepman.com/scepman-deployment/permissions/post-installation-config) of your App Services.

### Clean up resources

```hcl
terraform destroy
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
34 changes: 0 additions & 34 deletions examples/community/README.md

This file was deleted.

6 changes: 4 additions & 2 deletions examples/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

SCEPman deployment with reasonable defaults to get you started quickly

This example deploys the free Community Edition, but you can upgrade your existing SCEPman instance to an Enterprise Edition later by adding your [license key](https://docs.scepman.com/advanced-configuration/application-settings/basics#appconfig-licensekey).

## Using this example with Terraform CLI

### Variables

Edit the location variable in our example `terraform.tfvars` or use the default `westeurope`
Edit the location variable in our example `terraform.tfvars` or use the default `westeurope`.

### Deploy Configuration

Expand All @@ -18,7 +20,7 @@ terraform apply

### Post-Deployment Steps

[Managed Identities](https://docs.scepman.com/scepman-deployment/permissions/post-installation-config)
Visit the homepage of your SCEPman App Service and follow the instructions for running the CMDlet `Complete-SCEPmanDeployment` of the [SCEPman PowerShell module](https://www.powershellgallery.com/packages/SCEPman/). This configures the [Managed Identities](https://docs.scepman.com/scepman-deployment/permissions/post-installation-config) of your App Services.

### Clean up resources

Expand Down

0 comments on commit 5530bcb

Please sign in to comment.