summaryrefslogtreecommitdiffstats
path: root/blimp/docs
diff options
context:
space:
mode:
authorkmarshall <kmarshall@chromium.org>2016-01-11 13:06:28 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-11 21:08:36 +0000
commit6c98508d79c87fb92e01fa10eaf76d564497fb67 (patch)
treef668b4f0d49cb0880f6bcf272677e2d056dffa15 /blimp/docs
parente78c80d026068d8c94385e9d458a812ee37c068b (diff)
downloadchromium_src-6c98508d79c87fb92e01fa10eaf76d564497fb67.zip
chromium_src-6c98508d79c87fb92e01fa10eaf76d564497fb67.tar.gz
chromium_src-6c98508d79c87fb92e01fa10eaf76d564497fb67.tar.bz2
Blimp: add port forwarding docs for local Engine runs.
R=nyquist@chromium.org BUG= Review URL: https://codereview.chromium.org/1568403002 Cr-Commit-Position: refs/heads/master@{#368666}
Diffstat (limited to 'blimp/docs')
-rw-r--r--blimp/docs/running.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/blimp/docs/running.md b/blimp/docs/running.md
index 4174eae..b8bba0f 100644
--- a/blimp/docs/running.md
+++ b/blimp/docs/running.md
@@ -33,4 +33,12 @@ TBD
## Running the engine
+### In a container
For running the engine in a container, see [container](container.md).
+
+### On a workstation
+If you are running the engine on your workstation and are connected to the
+client device via USB, you'll need remote port forwarding to allow the Blimp
+client to talk to your computer. Follow the instructions
+[here](https://developer.chrome.com/devtools/docs/remote-debugging) to get
+started. You'll probably want to remap 25467 to "localhost:25467".