Project

Profile

Help

Task #3132

Updated by bmbouter about 6 years ago

Users should have docs on how they can configure the webserver to serve Pulp. This should be a "Webserver" section on a new page to be created in the docs called "Deploying". 

 These docs should explain to the user the top level url(s) hat need to be matched for the "content" part of Pulp and the "REST API". Specifically the "content" part needs to match on <code>/content/</code> and route that to the Pulp WSGI app. For the REST API part it needs to match on both <code>/api/v3/</code>. <code>/api/v3/</code> and <code>/status/</code>. 

 This documentation should not give examples for specific webservers. It should generally fulfill the following requirements: 

 As a deployer of Pulp, I understand the urls Pulp needs to serve the "Content" part of Pulp and that I need to route them to the Pulp WSGI app 
 As a deployer of Pulp, I understand the urls Pulp needs to serve the REST API and that I need to route them to the Pulp WSGI app

Back