From 554b5dfb1d641cdac0046dd698053dc5af3d86db Mon Sep 17 00:00:00 2001 From: Luca Scheller Date: Sat, 28 Oct 2023 20:44:02 +0200 Subject: [PATCH] Add install notices for arHttp --- docs/src/resolvers/HttpResolver/overview.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/src/resolvers/HttpResolver/overview.md b/docs/src/resolvers/HttpResolver/overview.md index 5fe2d02..0e071fc 100644 --- a/docs/src/resolvers/HttpResolver/overview.md +++ b/docs/src/resolvers/HttpResolver/overview.md @@ -5,4 +5,18 @@ This is a proof of concept http resolver. This is kindly provided and maintained For documentation, feature suggestions and bug reports, please file a ticket there. -This repo handles the auto-compilation against DCCs and exposing to the automatic installation update manager UI. \ No newline at end of file +This repo handles the auto-compilation against DCCs and exposing to the automatic installation update manager UI. + +## Running the demo server +As the resolver reacts to http requests, we need to setup a local server to answer to our requests. + +~~~admonish tip +This can be easily done by running: +- /httpResolver/demo/server_install.sh/.bat file to create the python virtual environment with the necessary packages +- /httpResolver/demo/server_launch.sh/.bat file to run the demo server +~~~ + +~~~admonish warning +Please make sure that you have python installed at the system level and available on your "PATH" environment variable. +Our install scripts use it to create a virtual environment that runs the http demo server. +~~~ \ No newline at end of file