Next: upgrade-commit-pull-push, Previous: addUser-delUser, Up: Scripts [Contents][Index]
Theses 2 scripts manage collection subscribing or unsubscribing. Notice: if local host is the collection master host, theses scripts also manage the creation/destruction of the collection. The third script clean the HTML catalogue.
Process conceptual model:
mdtx-COLL collection system user and group.
bind()to bind-unbind (see bind-unbind): make collection repository accessible from the chrooted jail for SSH remote access.
$ git init --bare$ git config$ git cloneto Git (see Git): initialise and/or checkout a GIT collection module.
/
|- etc/
| +- mediatex/
| + mdtx-COLL (symlink -> 1)
|- var/
+- lib/
| +- mediatex/
| +- mdtx/
| +- mdtx-COLL/
| |- apache2/
| |- catalog00.txt
| |- extract00.txt
| +- servers.txt
+- cache/
+- mediatex/
+- mdtx/
|- cache/
| +- mdtx-COLL/
|- git/
| +- mdtx-COLL/ (1)
| |- apache2/
| |- catalog00.txt
| |- extract00.txt
| +- servers.txt
|- jail/
| +- var/
| |- lib
| | +- mdtx-COLL/
| |- cache
| +- mdtx-COLL/
|- md5sums/
| +- mdtx-COLL.md5
|- tmp/
+- home/
+- mdtx-COLL/
|- .ssh/
+- public_html/
Examples:
Code:
Next: upgrade-commit-pull-push, Previous: addUser-delUser, Up: Scripts [Contents][Index]