]> git.proxmox.com Git - pve-docs.git/blob - debian/tree/pve-docs-mediawiki/README
c065cfea18c65b2baf3150ac3f517891b3988495
[pve-docs.git] / debian / tree / pve-docs-mediawiki / README
1 To enable the apache site use:
2
3 # a2ensite pve-docs.conf
4 # /etc/init.d/apache2 reload
5
6 Now you should be able to access the documentation at:
7
8 * Admin Guide and Manual pages
9 http://your-server/pve-docs
10
11 * API Viewer
12 http://your-server/pve-docs/api-viewer
13
14 Mediawiki import
15
16 There is a small script 'pve-docs-mediawiki-import' which connects to
17 mediawiki and updates predefined pages with content from this package:
18
19 # pve-docs-mediawiki-import
20
21 Authentification credientials are read from '/root/.pve-docs'.
22 The format is 'username:password'.
23
24 require_once("/usr/lib/pve-docs/pvedocs-include.php");