Skip to content

Commit

Permalink
Merge pull request #2871 from RedHatInsights/readme-service-update
Browse files Browse the repository at this point in the history
Update documentation on how to run with local services
  • Loading branch information
Hyperkid123 authored Jun 28, 2024
2 parents 9b05c69 + 258dfb0 commit eb7bd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You can spin chrome locally together with other applications. Use `LOCAL_APPS` t
For illustration, to deploy Advisor together with Insights Chrome, you would require to

1. Run Advisor on any available port with `npm run start -- --port=8004` or `npm run start:beta -- --port=8004`,
2. Run Chrome and list the Advisor's port: `LOCAL_APPS=advisor:8004:http npm run dev` or `LOCAL_APPS=advisor:8004:http npm run dev:beta`.
2. Run Chrome and list the Advisor's port: `LOCAL_APPS=advisor:8004~http npm run dev` or `LOCAL_APPS=advisor:8004~http npm run dev:beta`.
#### Example 2 (using devServer route)
Expand Down

0 comments on commit eb7bd81

Please sign in to comment.