A user needs ssh access to the "corpus" user to be able to build the censhare documentation.


DB schema documentation is build with the following command:

[corpus@server ~]$ cd ~/css && bin/build.sh db-schema.doc
CODE


Afterwards it can be found in ~/css/database/doc/index.html

[corpus@server ~]$ ls -l ~/css/database/doc/
insgesamt 1344
-rw-rw-r-- 1 corpus corpus   11185 18. Jan 16:28 db-schema2.html
-rw-rw-r-- 1 corpus corpus 1358603 18. Jan 16:28 db-schema.html
-rw-r--r-- 1 corpus corpus     585 21. Dez 13:55 index.html
CODE

Java documentation is build with the following command:

[corpus@server ~]$ cd ~/css && bin/build.sh clean init doc
CODE

Afterwards it can be found in:

css/target/doc/javadoc-server/index.html
CODE