Skip to content

Commit

Permalink
Add install notices for arHttp
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScheller committed Oct 28, 2023
1 parent 824f772 commit 554b5df
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/src/resolvers/HttpResolver/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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:
- <install/dist root folder>/httpResolver/demo/server_install.sh/.bat file to create the python virtual environment with the necessary packages
- <install/dist root folder>/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.
~~~

0 comments on commit 554b5df

Please sign in to comment.