forked from plone/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
31 lines (19 loc) · 809 Bytes
/
README.txt
File metadata and controls
31 lines (19 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This is the official Plone Documentation, maintained by the Plone Docs-Team.
You can read the documentation on http://docs.plone.org
If you want to contribute, please read:
http://docs.plone.org/about/contributing.html
thanks,
the documentation team
If you want to have a full and complete copy of the docs and the supporting buildout,
for now you can do the following on a *nix system:
git clone https://github.com/plone/papyrus.git
virtualenv --no-site-packages papyrus
(make sure you have a 2.7 virtualenv)
cd papyrus
./bin/python bootstrap.py
bin/buildout
(wait a bit, as this also enables robot-framework it needs to download quite a few eggs)
make externals
(this fetches the external packages whose docs-folder is part of this documentation)
make html
and browse the results in build/html/