forked from geonetwork/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
41 lines (22 loc) · 868 Bytes
/
README.txt
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
31
32
33
34
35
36
37
38
39
Website build
=============
In order to build website, checkout the website source::
svn co https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/website
Run the following command to install required module (optional only required to build JS docs):
python setup_website
. bin/activate
Build GeoNetwork user manual
----------------------------
Retrieve user and developer docs using shell script or paver:
./checkup_docs.sh
or
paver checkup_docs
Run make html in docsrc to build website using sphinx:
make html
Copy the javadoc to the build/html folder:
cp -fr ../../trunk/docs/build/html/javadoc build/html/.
Publish the website on geonetwork-opensource.org
Build JS documentation (experimental)
-----------------------------------------
Run paver in order to extract rst documentation from JS source files:
paver parse_docs