A user needs ssh access to the "corpus" user to be able to build the censhare database schema of the censhare Server version.
It's build with the following unix command:
[corpus@server ~]$ cd ~/css && bin/build.sh db-schema.doc |
---|
Afterwards the DB schema documentation 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 |
---|