Skip to content

FusionAuth/fusionauth-quickstart-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fusionauth QuickStart App

This repository contains a Docker configuration for a FusionAuth instance, its dependencies, and the initial configuration you need to run a QuickStart.

Prerequisites

  • Docker 23 or later
  • On macOS and Windows, one of the following container management tools:
    • Docker desktop
    • OrbStack (to use Orbstack for docker compose commands after install, run docker context use orbstack)
    • Podman (in the commands below, replace docker with podman)

Install and Run FusionAuth

  1. Open your container management tool (listed in the prerequisites above).

  2. Clone this repo to your local machine:

    git clone git@github.com:FusionAuth/fusionauth-quickstart-app.git
  3. Navigate into the cloned directory:

    cd fusionauth-quickstart-app
  4. To start a local instance of FusionAuth, run the following command (omit the -d flag to see all Docker logs):

    docker compose up -d
  5. Wait until all networks, volumes, and containers have a green status of Healthy, Started, or Created (this may take a few minutes, depending on your network speed and cached dependencies).

  6. Open http://localhost:9011 to access the FusionAuth Admin UI.

  7. Click the lock icon in the top right of the screen to log in with these credentials:

    • username: admin@example.com
    • password: password

About

Fusionauth instance to use for quickstarts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages