Skip to content

Commit

Permalink
Update marketplace pages (FusionAuth#3375)
Browse files Browse the repository at this point in the history
* expand marketplaces to a set of pages
  • Loading branch information
mooreds authored Nov 7, 2024
1 parent 4dc12f3 commit 739e157
Show file tree
Hide file tree
Showing 13 changed files with 118 additions and 25 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,3 @@ This is the state of things as of Nov 2023.
The sitemap is generated during the Astro build by [@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/).

As of today, we still have static sitemaps that were generated by Jekyll, located in [astro/public](astro/public). These static sitemaps reference the sitemap generated by Astro.


Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Once you install FusionAuth into your environment using the marketplace, you can [add a license](/docs/get-started/core-concepts/licensing). Doing so will allow you to use [additional features](/docs/get-started/core-concepts/plans-features).

You can add a license:

* [using kickstart](/docs/get-started/download-and-install/development/kickstart#set-your-license-id)
* manually using [the Reactor page in the Admin UI](/docs/get-started/core-concepts/licensing#adding-your-license-to-your-instance)
* using the [Reactor API](/docs/apis/reactor)

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: AWS Marketplace
description: Learn how to use FusionAuth with the AWS Marketplace.
section: get started
subcategory: run in the cloud
tertcategory: marketplaces
---
import PaidFeatures from 'src/content/docs/get-started/run-in-the-cloud/marketplaces/_paid-features.mdx';

## Overview

FusionAuth is available on the [AWS Marketplace](https://aws.amazon.com/marketplace/seller-profile?id=30ecc80d-f96e-4259-ae1c-fc3b994f90ea). This allows you to quickly get a FusionAuth instance up and running in FusionAuth Cloud using AWS billing and budgeting.

![FusionAuth's AWS Marketplace listing screenshot.](/img/docs/get-started/run-in-the-cloud/marketplaces/aws.png)

## Private Offers

You can also use [AWS Marketplace private offers](https://aws.amazon.com/marketplace/partners/private-offers) to purchase FusionAuth hosting and/or plans that are not available in the public AWS Marketplace listing.

[Contact our technical sales team](/contact) for more information about AWS Marketplace private offers.

## Paid Features

<PaidFeatures />
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: DigitalOcean Marketplace
description: Learn how to use FusionAuth with the DigitalOcean Marketplace.
section: get started
subcategory: run in the cloud
tertcategory: marketplaces
---
import PaidFeatures from 'src/content/docs/get-started/run-in-the-cloud/marketplaces/_paid-features.mdx';

## Overview

FusionAuth is available on the [DigitalOcean Marketplace](https://marketplace.digitalocean.com/apps/fusionauth). This allows you to quickly get a FusionAuth instance up and running in DigitalOcean while using DO billing and budgeting.

![FusionAuth's DigitalOcean Marketplace listing screenshot.](/img/docs/get-started/run-in-the-cloud/marketplaces/digitalocean.png)

## Paid Features

<PaidFeatures />
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: GitHub Actions Marketplace
description: Learn how to use FusionAuth with the GitHub Actions Marketplace.
section: get started
subcategory: run in the cloud
tertcategory: marketplaces
---

## Overview

FusionAuth is available on the [GitHub Actions Marketplace](https://github.com/marketplace/actions/fusionauth-action). This allows you to quickly get a FusionAuth instance up and running in GitHub actions for your CI/CD or testing pipelines.

![FusionAuth's GitHub Actions Marketplace listing screenshot.](/img/docs/get-started/run-in-the-cloud/marketplaces/gha.png)

## More Resources

Read more about using [FusionAuth and GitHub actions](/docs/get-started/run-in-the-cloud/github-actions) for testing purposes

This repository has [an example workflow showing how the GitHub action can be used](https://github.com/FusionAuth/fusionauth-theme-history-updater/blob/main/.github/workflows/update-theme-history.yml#L69) to stand up a FusionAuth instance [using a Kickstart file to configure FusionAuth to a known state](/docs/get-started/download-and-install/development/kickstart).

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Google Cloud Marketplace
description: Learn how to use FusionAuth with the GCP Marketplace.
section: get started
subcategory: run in the cloud
tertcategory: marketplaces
---
import PaidFeatures from 'src/content/docs/get-started/run-in-the-cloud/marketplaces/_paid-features.mdx';

## Overview

FusionAuth is available on the [Google Cloud Marketplace](https://console.cloud.google.com/marketplace/product/fusionauth-public/fusionauth-enterprise). This allows you to quickly get a FusionAuth instance up and running using GCP billing and budgeting.

![FusionAuth's Google Cloud Marketplace listing screenshot.](/img/docs/get-started/run-in-the-cloud/marketplaces/gcp.png)

## Private Offers

You can also use [Google Cloud Marketplace private offers](https://cloud.google.com/marketplace/docs/offers/discover-private-offers) to purchase FusionAuth hosting and/or plans that are not available in the public Google Cloud Marketplace listing.

[Contact our technical sales team](/contact) for more information about Google Cloud Marketplace private offers.

## Paid Features

<PaidFeatures />
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Overview
description: Learn how to install FusionAuth using cloud marketplaces such as AWS.
section: get started
subcategory: run in the cloud
tertcategory: marketplaces
topOfNav: true
---
import PaidFeatures from 'src/content/docs/get-started/run-in-the-cloud/marketplaces/_paid-features.mdx';

FusionAuth is available in the following cloud marketplaces:

* [AWS](/docs/get-started/run-in-the-cloud/marketplaces/aws)
* [DigitalOcean](/docs/get-started/run-in-the-cloud/marketplaces/digitalocean)
* [GitHub Actions](/docs/get-started/run-in-the-cloud/marketplaces/github-actions)
* [Google Cloud](/docs/get-started/run-in-the-cloud/marketplaces/google-cloud)

Know a marketplace FusionAuth isn't in but should be? Please [file a GitHub issue](https://github.com/FusionAuth/fusionauth-issues/issues/) with the details.

## Paid Features

<PaidFeatures />
2 changes: 2 additions & 0 deletions src/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"/dev-tools/jwt-debugger": "/dev-tools/jwt-decoder",
"/docs/getting-started": "/docs/get-started/",
"/docs/get-started/core-concepts/editions-features": "/docs/get-started/core-concepts/plans-features",
"/docs/get-started/run-in-the-cloud/marketplaces": "/docs/get-started/run-in-the-cloud/marketplaces/",
"/docs/customize/look-and-feel/cli": "/docs/customize/cli",
"/docs/lifecycle/migrate-users/scim/scim": "/docs/lifecycle/migrate-users/scim",
"/docs/extend/events-and-webhooks/kafka/kafka": "/docs/extend/events-and-webhooks/kafka",
Expand Down Expand Up @@ -525,6 +526,7 @@
"/docs/get-started/download-and-install/development/": true,
"/docs/get-started/download-and-install/kubernetes/": true,
"/docs/get-started/run-in-the-cloud/": true,
"/docs/get-started/run-in-the-cloud/marketplaces/": true,
"/docs/get-started/use-cases/": true,
"/docs/lifecycle/": true,
"/docs/lifecycle/authenticate-users/": true,
Expand Down

0 comments on commit 739e157

Please sign in to comment.