Commit ffa2f7df authored by Madhur Tandon's avatar Madhur Tandon

Wrap to 80 characters per line

parent 4abae985
...@@ -66,19 +66,23 @@ on your `PATH`. ...@@ -66,19 +66,23 @@ on your `PATH`.
# Manual Testing # Manual Testing
The port 8000 of the docker environment and the system are automatically binded when ``./run_docker`` is run. The port 8000 of the docker environment and the host system are automatically
binded when ``./run_docker`` is run.
This can be used to test the ``pyodide`` builds running within the docker environment using external browser This can be used to test the ``pyodide`` builds running within the docker
programs of the system. environment using external browser programs on the host system.
To do this, simply run ``./bin/pyodide serve`` To do this, simply run ``./bin/pyodide serve``
This serves the ``build`` directory of the ``pyodide`` project on port 8000. This serves the ``build`` directory of the ``pyodide`` project on port 8000.
* To serve a different directory, use the ``--build_dir`` argument followed the path of the directory * To serve a different directory, use the ``--build_dir`` argument followed by
* To serve on a different port, use the ``--port`` argument followed by the desired port number the path of the directory
* To serve on a different port, use the ``--port`` argument followed by the
desired port number
Make sure that the port passed in ``--port`` argument is same as the one defined as ``DOCKER_PORT`` in the ``run_docker`` script. Make sure that the port passed in ``--port`` argument is same as the one
defined as ``DOCKER_PORT`` in the ``run_docker`` script.
# Benchmarking # Benchmarking
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment