Skip to content

Commit

Permalink
README: update run instructions (#5249)
Browse files Browse the repository at this point in the history
standalone is no longer reliable, switching to dab
  • Loading branch information
himdel authored Sep 23, 2024
1 parent 64ef614 commit c2910cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Run:

```
cd galaxy_ng
make oci/standalone
make oci/dab
```

The backend can be run in multiple modes - `standalone`, `community`, `insights`, `keycloak`, `ldap` and `dab`.
Expand All @@ -51,7 +51,7 @@ Run:

```
cd ansible-hub-ui
npm run start-standalone
API_PROXY_PORT=5001 npm run start-standalone
```

This app can be developed in standalone, community, or insights mode. Insights mode compiles the app to be run on the Red Hat cloud services platform (insights). Standalone mode only requires a running instance of the galaxy API for the UI to connect to. Community mode is similar to standalone, with github login and roles.
Expand Down

0 comments on commit c2910cb

Please sign in to comment.