forked from FusionAuth/fusionauth-site
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,8 +83,7 @@ You now have a token you can use in a service that monitors FusionAuth to post a | |
Now run FusionAuth. | ||
|
||
- Install [Docker](https://docs.docker.com/get-docker/) if you don't have it on your machine. | ||
- 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`). | ||
- Clone the [FusionAuth example Docker compose repository](https://github.com/FusionAuth/fusionauth-example-docker-compose) to your computer and in your terminal navigate to the `light` directory that is within the repo. | ||
- Run FusionAuth with `docker compose up`. | ||
- Browse to http://localhost:9011/admin and check you can log in with `[email protected]` and `password`. | ||
|
||
|