Skip to content

Commit

Permalink
docs(contrib): remove outdated section on using multiple terminals
Browse files Browse the repository at this point in the history
I noticed the `CTRL` variable was deleted in
05e1318 and now does nothing, so I
figured it's best to delete this section to avoid confusion.

Signed-off-by: Mason Malone <[email protected]>
  • Loading branch information
MasonM committed Sep 15, 2024
1 parent 8065edb commit ad49093
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 ad49093

Please sign in to comment.