]> git.proxmox.com Git - pmg-docs.git/blob - debian/tree/pmg-docs-apache/README
package repositories: mention new apt repository ui
[pmg-docs.git] / debian / tree / pmg-docs-apache / README
1 Include the shipped config-snippet in the virtualhost you wish to serve
2 the documentation from:
3
4 ```
5 Include /etc/apache2/conf-available/pmg-docs.conf
6 ```
7
8 If pmg-docs is the only vhost on the host you can also globally enable
9 the config-snippet:
10
11 # a2enconf pmg-docs.conf
12
13 in both cases reload apache2 afterwards
14 # systemctl reload apache2
15
16 Now you should be able to access the documentation at:
17
18 * Admin Guide and Manual pages
19 http://your-server/pmg-docs
20
21 * API Viewer
22 http://your-server/pmg-docs/api-viewer