pmg-docs/debian/tree/pmg-docs-apache/README
Stoiko Ivanov 0d15b893c6 add new pmg-docs-apache package
containing a short apache-config snippet for delivering the pmg-docs via apache.

Mostly added for consistency between pve-docs (containing pve-docs-mediawiki)
and pmg-docs (containing pmg-docs-apache, because it does not have a wiki)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-05-31 13:19:11 +02:00

23 lines
510 B
Plaintext

Include the shipped config-snippet in the virtualhost you wish to serve
the documentation from:
```
Include /etc/apache2/conf-available/pmg-docs.conf
```
If pmg-docs is the only vhost on the host you can also globally enable
the config-snippet:
# a2enconf pmg-docs.conf
in both cases reload apache2 afterwards
# systemctl reload apache2
Now you should be able to access the documentation at:
* Admin Guide and Manual pages
http://your-server/pmg-docs
* API Viewer
http://your-server/pmg-docs/api-viewer