Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DocsDevREADME.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ end tell
- To size and compress images without losing too much quality, follow these steps:
1. Resize to width of 1600 in Preview.app ( or you can use `sips --resampleWidth 1600 *.png` from the command line)
2. Crop the image vertically to only display the necessary content.
- Use https://local.fusionauth.io and use the correct kickstart to add the Silicon Valley characters ( https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/fusionauth/kickstart-development.json )
- Use https://local.fusionauth.io and use the correct kickstart to add the Silicon Valley characters ( https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/development/kickstart.json )
- Make sure that the same character is used for every screenshot on a page (unless you are demonstrating a view from the admin and also user perspective)
- The shrink-images GitHub Action will call https://tinypng.com/ to compress the images that you commit.

Expand Down
3 changes: 1 addition & 2 deletions astro/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"remark-mdx": "^3.0.1",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"semver": "^7.5.4",
"sharp": "^0.33.5",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Copy it into a text editor and set it off to the side. We'll be using it in a mo

## Setting up FusionAuth using a Kickstart file

Instead of manually setting up FusionAuth, you can also use Kickstart. This lets you get going quickly if you have a fresh installation of FusionAuth. Learn more about how to use [Kickstart](/docs/get-started/download-and-install/development/kickstart). Here's an example [Kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/example-apps/python-first-app.json) which sets up FusionAuth for this tutorial.
Instead of manually setting up FusionAuth, you can also use Kickstart. This lets you get going quickly if you have a fresh installation of FusionAuth. Learn more about how to use [Kickstart](/docs/get-started/download-and-install/development/kickstart). Here's an example [Kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/python-first-app/kickstart.json) which sets up FusionAuth for this tutorial.

## Defining terms

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ You'll now be returned to your application list. Click <InlineUIElement>Edit</In

### Setting up FusionAuth using Kickstart

Instead of manually setting up FusionAuth using the admin UI, you can also use Kickstart. This lets you get going quickly if you have a fresh installation of FusionAuth. Learn more about how to use [Kickstart](/docs/get-started/download-and-install/development/kickstart). Here's an example [Kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/example-apps/joomla-sso.json) which sets up FusionAuth for this tutorial.
Instead of manually setting up FusionAuth using the admin UI, you can also use Kickstart. This lets you get going quickly if you have a fresh installation of FusionAuth. Learn more about how to use [Kickstart](/docs/get-started/download-and-install/development/kickstart). Here's an example [Kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/joomla-sso/kickstart.json) which sets up FusionAuth for this tutorial.

You'll need to edit that Kickstart file and update the application name and redirect URLs.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Once you're done, click <InlineUIElement>Save</InlineUIElement>. Now that we are

## Setting up FusionAuth using a Kickstart file

Instead of manually setting up FusionAuth above, you can also use Kickstart. This lets you get going quickly if you have a fresh installation of FusionAuth. Learn more about how to use [Kickstart](/docs/get-started/download-and-install/development/kickstart). Here's an example [Kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/example-apps/python-first-app.json) which sets up FusionAuth for this tutorial.
Instead of manually setting up FusionAuth above, you can also use Kickstart. This lets you get going quickly if you have a fresh installation of FusionAuth. Learn more about how to use [Kickstart](/docs/get-started/download-and-install/development/kickstart). Here's an example [Kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/python-first-app/kickstart.json) which sets up FusionAuth for this tutorial.

## Installing Python PIP package manager

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Click the blue <InlineUIElement>Save</InlineUIElement> icon to save all the sett

Instead of manually configuring FusionAuth as above, you can also use Kickstart. This lets you get going quickly if you have a fresh installation of FusionAuth.

You can learn more about how to use [Kickstart](/docs/get-started/download-and-install/development/kickstart). If you want to give it a try, here's an [example Kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/example-apps/asp-net-razor-pages.json) which sets up FusionAuth for this tutorial.
You can learn more about how to use [Kickstart](/docs/get-started/download-and-install/development/kickstart). If you want to give it a try, here's an [example Kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/asp-net-razor-pages/kickstart.json) which sets up FusionAuth for this tutorial.

_Want to simplify your ASP.NET Core OAuth setup? [Schedule a demo](/contact) to see how FusionAuth supports secure login flows with ease._

Expand Down
2 changes: 1 addition & 1 deletion astro/src/content/blog/single-sign-on-with-discord.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ docker compose up

Next, it's time to configure FusionAuth. If this is your first time logging in to your FusionAuth instance, you need to register an account. Just enter your name, email, password, and click <InlineUIElement>Submit</InlineUIElement>. There's also [a tutorial about setting up an instance the first time](/docs/get-started/download-and-install/setup-wizard).

You can also use this [sample kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/example-apps/discord-sso.json) to set up everything if you don't want to do these steps manually. Make sure to review the kickstart file and update the authorized redirect URLs, at a minimum. Learn more about [Kickstart here](/docs/get-started/download-and-install/development/kickstart).
You can also use this [sample kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/discord-sso/kickstart.json) to set up everything if you don't want to do these steps manually. Make sure to review the kickstart file and update the authorized redirect URLs, at a minimum. Learn more about [Kickstart here](/docs/get-started/download-and-install/development/kickstart).

Once you’ve created your administrator account, you need to create a new application. Navigate to <Breadcrumb>Applications</Breadcrumb> in the sidebar, and click the Plus button at the top of the screen.

Expand Down
2 changes: 1 addition & 1 deletion astro/src/content/blog/single-sign-on-with-drupal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Then click <InlineUIElement>Install</InlineUIElement>.

Next, it's time to configure FusionAuth. If this is your first time logging in to your FusionAuth instance, you need to register an account. Just enter your name, email, password, and click <InlineUIElement>Submit</InlineUIElement>. There's also [a tutorial about setting up an instance the first time](/docs/get-started/download-and-install/setup-wizard).

You can also use this [sample kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/example-apps/drupal-sso.json) to set up everything if you don't want to do these steps manually. Make sure to review the kickstart file and update the authorized redirect URLs, at a minimum. Learn more about [Kickstart here](/docs/get-started/download-and-install/development/kickstart).
You can also use this [sample kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/drupal-sso/kickstart.json) to set up everything if you don't want to do these steps manually. Make sure to review the kickstart file and update the authorized redirect URLs, at a minimum. Learn more about [Kickstart here](/docs/get-started/download-and-install/development/kickstart).

Once you are at the FusionAuth dashboard, navigate to <Breadcrumb>Applications</Breadcrumb> and then click the green plus button to add a new application.

Expand Down
2 changes: 1 addition & 1 deletion astro/src/content/blog/single-sign-on-with-shopify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Keep this window open as you’ll be coming back to it.

Next, it's time to configure FusionAuth. If this is your first time logging in to your FusionAuth instance, you need to register an account. Just enter your name, email, password, and click <InlineUIElement>Submit</InlineUIElement>. There's also [a tutorial about setting up an instance the first time](/docs/get-started/download-and-install/setup-wizard).

You can also use this [sample kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/example-apps/shopify-sso.json) to set up everything if you don't want to do these steps manually. Make sure to review the kickstart file and update the authorized redirect URLs, at a minimum. Learn more about [Kickstart here](/docs/get-started/download-and-install/development/kickstart).
You can also use this [sample kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/shopify-sso/kickstart.json) to set up everything if you don't want to do these steps manually. Make sure to review the kickstart file and update the authorized redirect URLs, at a minimum. Learn more about [Kickstart here](/docs/get-started/download-and-install/development/kickstart).

Once you are at the FusionAuth dashboard, navigate to <Breadcrumb>Applications</Breadcrumb> and then click the green plus button to add a new application.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To customize our theme, we'll need to create two files:

The requests we add to the `kickstart.json` file will each need a separate JSON file.

If you'd like to skip ahead to the <InlineUIElement>Running Kickstart</InlineUIElement> section, you can [download the completed files here](https://github.com/FusionAuth/fusionauth-example-kickstart-theme).
If you'd like to skip ahead to the <InlineUIElement>Running Kickstart</InlineUIElement> section, you can [download the completed files here](https://github.com/FusionAuth/fusionauth-example-kickstart/tree/main/theme-css-only).

### The `darkTheme.css` File

Expand All @@ -85,7 +85,7 @@ We've just defined our first `css` rule. Copy the text that you generated, inclu
}
```

You can keep using this process to add rules to your `darkTheme.css` file until you've got a fully defined style that you're happy with. Feel free to use [this file](https://github.com/FusionAuth/fusionauth-example-kickstart-theme/blob/main/kickstart/darkTheme.css) for this tutorial.
You can keep using this process to add rules to your `darkTheme.css` file until you've got a fully defined style that you're happy with. Feel free to use [this file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/theme-css-only/darkTheme.css) for this tutorial.

Once you have your `darkTheme.css` file, create a folder called `kickstart` and move your `darkTheme.css` file into it.

Expand Down Expand Up @@ -250,7 +250,7 @@ Finally, create a file called `registerUser.json` containing the following:

This request adds a registration for the user that we just created to our custom application. This requires a separate request because our initial request used its `"registration"` field for the default application.

With these files, our `kickstart` folder is complete and ready to use. The entire folder can be downloaded [here](https://github.com/FusionAuth/fusionauth-example-kickstart-theme/tree/main/kickstart).
With these files, our `kickstart` folder is complete and ready to use. The entire folder can be downloaded [here](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/theme-css-only).

## Modifying the Files from the 5-Minute Guide

Expand Down Expand Up @@ -412,7 +412,7 @@ When you relaunch the instance using the `docker compose up` command, the result

## Conclusion

This guide has shown you how to use Kickstart to launch a reproducible FusionAuth instance with a custom theme. The complete set of files for this project can be found [here](https://github.com/FusionAuth/fusionauth-example-kickstart-theme).
This guide has shown you how to use Kickstart to launch a reproducible FusionAuth instance with a custom theme. The complete set of files for this project can be found [here](https://github.com/FusionAuth/fusionauth-example-kickstart) in the directory called `theme-css-only`.

Some suggestions for further reading are as follows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ Open a terminal in the directory containing the repository files.

Run the command below to start FusionAuth.

```sh
cd light
docker compose up
```
```sh
cd light
docker compose up
```

<Aside type="note">
If you have completed any FusionAuth tutorials before, you might need to first delete any existing FusionAuth containers with the same name and the database volumes. Run the command below to do that.
Expand Down
2 changes: 1 addition & 1 deletion astro/src/content/docs/extend/examples/multi-tenant.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Finally, create a separate tenant to serve as a blueprint tenant. This tenant wi

![Creating a blueprint tenant.](/img/docs/extend/examples/adding-blueprint-tenant.png)

Instead of doing all of these manually, you may also download [a kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/example-apps/multi-tenant-control-plane-setup.json), customize it, and run it using [Kickstart](/docs/get-started/download-and-install/development/kickstart).
Instead of doing all of these manually, you may also download [a kickstart file](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/multi-tenant-control-plane/kickstart.json), customize it, and run it using [Kickstart](/docs/get-started/download-and-install/development/kickstart).

### Defining The Tenant Object

Expand Down
6 changes: 0 additions & 6 deletions astro/src/content/json/exampleapps.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@
"description": "Tailwind + DaisyUI Theming",
"language": "themes"
},
{
"url": "https://github.com/FusionAuth/fusionauth-example-kickstart-theme",
"name": "Theme Kickstart",
"description": "Theming example using Kickstart",
"language": "themes"
},
{
"url": "https://github.com/FusionAuth/fusionauth-example-themes",
"name": "Theme CSS",
Expand Down
Loading