Skip to content
Open
Changes from all commits
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: 2 additions & 0 deletions getting-started/quick-start-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ You'll also need Docker, so see [Docker requirements](/getting-started/system-re

<AutoInstall/>

This command downloads an installation script from openops.sh and runs it on your machine. The script automatically installs Docker if needed, downloads OpenOps Docker images, and configures the environment. It's a one-command automated installer for quick setup.
Copy link
Contributor

@ravikiranvm ravikiranvm Feb 12, 2026

Choose a reason for hiding this comment

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

@marco-comi-openops An user asked Mintlify AI in our docs website about this curl command. Do you think we should add this explanation to the installation command?

Choose a reason for hiding this comment

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

This sentence

The script automatically installs Docker if needed
contradicts the following sentence just above:

You’ll also need Docker, so see Docker requirements to make sure you have a compatible version of a Docker client.

Which one is correct?


Wait for the installation script to complete. When it finishes, it will display the URL of your OpenOps instance (typically `http://localhost/`), along with the admin username and an autogenerated password.

## Open OpenOps in your browser
Expand Down