Skip to content

Commit

Permalink
docs(contrib): remove outdated section on using multiple terminals (a…
Browse files Browse the repository at this point in the history
…rgoproj#13604)

Signed-off-by: Mason Malone <[email protected]>
  • Loading branch information
MasonM authored Sep 16, 2024
1 parent 19b2322 commit c1c1c53
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/running-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,3 @@ go tool pprof http://localhost:6060/debug/pprof/profile # 30-second CPU profil
go tool pprof http://localhost:6060/debug/pprof/heap # heap profile
go tool pprof http://localhost:6060/debug/pprof/block # goroutine blocking profile
```

## Using Multiple Terminals

I run the controller in one terminal, and the UI in another. I like the UI: it is much faster to debug workflows than
the terminal. This allows you to make changes to the controller and re-start it, without restarting the UI (which I
think takes too long to start-up).

As a convenience, `CTRL=false` implies `UI=true`, so just run:

```bash
make start CTRL=false
```

0 comments on commit c1c1c53

Please sign in to comment.