Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a section to support first time setup wizard #3040

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

andrewpai
Copy link
Collaborator

To support users coming in from first time setup wizards, I broke the Run FusionAuth into 2 subsections, one for docker and one for "other", and then added some first time setup info

Copy link
Collaborator

@lyleschemmerling lyleschemmerling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a couple notes

@@ -0,0 +1,7 @@
If you plan on running FusionAuth another way, check out our [downloads page](/download). When you start FusionAuth for the first time, go through the First Time Setup wizard - you'll see it at the top of the main Dashboard page. At the end of First Time Setup, you'll find the information you need for the quickstart configuration on the Summary page at the end of the wizard. You'll need to:
1. Take those values and use them in the `.env` config file
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

config is in the knownwords.txt so I am not sure what vale's problem is

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sometimes i think vale's check must be inverted, it complains about so much :-)

@@ -0,0 +1,7 @@
If you plan on running FusionAuth another way, check out our [downloads page](/download). When you start FusionAuth for the first time, go through the First Time Setup wizard - you'll see it at the top of the main Dashboard page. At the end of First Time Setup, you'll find the information you need for the quickstart configuration on the Summary page at the end of the wizard. You'll need to:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably need some indication here that the First Time Setup Wizard is only available as of version 1.50.0, as otherwise people are not going to know what you are talking about

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think many people will be doing a first time setup of old versions, who are also doing a quickstart? It seems like if you're doing a quickstart you're pretty new to FusionAuth. Or, conversely, if you're running a 1.40-something version then you've probably already been using it for a while. I'm ok with adding a note, I just want to make sure it's truly beneficial, otherwise it seems like it might just get in the way.

Copy link
Contributor

@bhalsey bhalsey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since_run-fusionauth-other.mdx is shared, we should pass in the config file and redirect URL as parameters so we can use this in the other quickstarts.

@@ -0,0 +1,7 @@
If you plan on running FusionAuth another way, check out our [downloads page](/download). When you start FusionAuth for the first time, go through the First Time Setup wizard - you'll see it at the top of the main Dashboard page. At the end of First Time Setup, you'll find the information you need for the quickstart configuration on the Summary page at the end of the wizard. You'll need to:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could suggest the user enters the specific redirect URL while they're going through the First Time Setup.

1. Take those values and use them in the `.env` config file
2. Update your application in FusionAuth
1. Go to the Applications area in FusionAuth and edit your application
2. On the OAuth tab, set the `Authorized Redirect URLs` to `http://localhost:5000/callback`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will want to send in the URL to this component so that it matches the rest of the quickstart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants