Getting Started¶
This guide contains eveything you need to download install and run HARP Proxy.
Note
If you’re looking for help with using the dashboard, you may be looking for the User Guide.
Installation¶
Several options exist to install HARP Proxy on your development machine.
The easiest and most reliable method is using (docker) containers, ensuring you have the exact set of dependencies, including the system, that we have battle-tested.
For advanced users and fellow pythonistas, you can choose to install from PyPI, using pip. This method is more flexible but requires a working Python environment and some knowledge of Python.
If you want to extend or contribute to HARP, consider installing from sources.
What next?¶
Once you’re able to successfully run the proxy, you may want to head over to the Configuration section of the Operator Guide.
You can also jump to one of the following guides:
Install and run your first proxy. |
|
Discover HARP Proxy, feature by feature. |
|
Explore the user interface. |
Configure and watch. |
Enhance and extend. |
Dive in the internals. |
Exhaustive reference list and description of commands, functions, classes, settings, etc. |