You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,21 +156,21 @@ $ make start-feature-backend
156
156
157
157
`make start-feature-backend` will inject the `perses-dashboards`, `incidents`, and `dev-config` features by default. Features such as `acm-alerting` which take in extra parameters will need to run the `make start-feature-backend` command with the appropriate environment variables, such as `MONITORING_PLUGIN_ALERTMANAGER`.
158
158
159
-
#### Local Development with Perses Proxy
159
+
#### Local Development with Perses Proxy
160
160
The bridge script `start-console.sh` is configured to proxy to a local Perses instance running at port `:8080`. To run the local Perses instance you will need to clone the [perses/perses](https://github.com/perses/perses) repository and follow the start up instructions in [ui/README.md](https://github.com/perses/perses/blob/63601751674403f626d1dea3dec168bdad0ef1c7/ui/README.md) :
161
161
162
162
```
163
-
# Clone the perses/perses repo
163
+
# Clone the perses/perses repo
164
164
$ git clone https://github.com/perses/perses.git
165
165
$ cd perses
166
166
167
167
# Follow the instructions in ui/README.md
168
-
$ cd ui
169
-
$ npm install
168
+
$ cd ui
169
+
$ npm install
170
170
$ npm run build
171
171
$ ./scripts/api_backend_dev.sh
172
172
173
-
# Lastly navigate to http://localhost:8080/ to see Perses app running
173
+
# Lastly navigate to http://localhost:8080/ to see Perses app running
0 commit comments