Skip to content

Commit

Permalink
text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rideam committed Aug 2, 2024
1 parent b450189 commit df09d1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astro/src/content/docs/operate/secure-and-monitor/slack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ You now have a token you can use in a service that monitors FusionAuth to post a
In this section you are going to run FusionAuth.

- Install [Docker](https://docs.docker.com/get-docker/) if you don't have it on your machine.
- Download and extract the files from this FusionAuth kickstart [repository](https://github.com/FusionAuth/fusionauth-kickstart-instance). (This example FusionAuth instance is based on the [five-minute guide](/docs/quickstarts/5-minute-setup-guide).)
- Save the [`docker-compose.kickstart-nosearch.yml`](https://github.com/FusionAuth/fusionauth-containers/tree/main/docker/fusionauth/docker-compose.kickstart-nosearch.yml) file (rename the downloaded file to `docker-compose.yml`) and [`.env`](https://github.com/FusionAuth/fusionauth-containers/blob/main/docker/fusionauth/.env) file from the FusionAuth containers repo to your working directory on your computer.
- In the same working directory create a folder called `kickstart` and save the [`kickstart-quickstart.json`](https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/fusionauth/kickstart-quickstart.json) file to it ( rename the downloaded file to `kickstart.json`).
- Run FusionAuth with `docker compose up`.
- Browse to http://localhost:9011/admin and check you can log in with `[email protected]` and `password`.
- This FusionAuth installation will already be configured with an API key you can use to call the FusionAuth API as defined in the `kickstart/kickstart.json` file. But in a new installation, you will need to create your own API key. Create an API key by navigating to <Breadcrumb>Settings -> API Keys</Breadcrumb> and clicking the <IconButton icon="plus" color="green" /> button. Enter a <InlineField>Description</InlineField> for the API key and click on the <IconButton icon="save" color="blue" /> button to save the API key. On the API Keys list page, click the red lock <IconButton icon="lock" color="red" /> next to the newly generated key to reveal the key value and copy and save it.
Expand Down

0 comments on commit df09d1f

Please sign in to comment.