slashTools |
slashData | |
Date: | Sep 2006 |
---|---|
Author: | Jacco Loonstra |
History: | Now part of slashTools, http://members.home.nl/slashtools |
Initial version made for OSGroningen, www.osgroningen.nl | |
License: | This is free software (BSD license). |
1. Purpose of slashdata |
/data | drwxrwxr-x | root:root | # ($BASEDIR in slashdata script) |
/system | drwxrwx--- | root:root | # root accessible directory ($SYSDIR in slashdata script) |
/archive | drwxrwx--- | root:root | # for removed directories ($ARCHIVEDIR in slashdata script) |
/account | drwxrwxr-x | root:root | # ($USERDIR in slashdata script) |
/user1 | drwx------ | user1:companyname | # private directory of user1 |
/user2 | drwx------ | user2:companyname | # private directory of user2 |
/user3 | drwx------ | user3:companyname | # private directory of user3 |
/department | drwxrwxr-x | root:root | # ($DEPDIR in slashdata script) |
/staff | drwxrws--- | companyname:staff | # for members of group staff (which is a Unix group) |
/sales | drwxrws--- | companyname:sales | # for members of group sales (which is a Unix group) |
/companyname | drwxrws--- | companyname:companyname | # for all companyname groupmembers (which is a Unix group) |
/beheer | drwxrws--- | companyname:beheer | # for beheer groupmembers (which is a Unix group) |
/application | drwxrwxr-x | root:root | # ($APPDIR in slashdata script, documentroot in Apache) |
/webapp1 | drwxrwxr-x | companyname:webapp1 | # webapp1 (which is a Unix group) |
/web | drwxrwxr-x | companyname:webapp1 | # webap1 web |
/conf | drwxrwxr-x | companyname:webapp1 | # httpd conf file location |
/data | drwxrwxr-x | root:root | # ($BASEDIR in slashdata script) |
/system | drwxrwx--- | root:root | # root accessible directory ($SYSDIR in slashdata script) |
/archive | drwxrwx--- | root:root | # for removed directories ($ARCHIVEDIR in slashdata script) |
/application | drwxrwxr-x | root:root | # ($APPDIR in slashdata script, documentroot in Apache) |
/myproject-1.0-dev | lrwxrwxrwx | root:root | # link to the web branch in myproject, 1.0, devel |
/devel | drwxrwxr-x | root:root | # ($DEVDIR in slashdata script) |
/myproject | drwxrwxr-x | root:root | # name of the project (is also a Unix group) |
/1.0 | drwxrwxr-x | root:root | # version dir, home dir for the project members |
/source | drwxrws--- | companyname:myproject | # the source of the project |
/document | drwxrws--- | companyname:myproject | # documentation of the project branch |
/web | drwxrwsr-x | companyname:myproject | # if it's a web project |
/conf | drwxrwxr-x | companyname:myproject | # the apache conf file directory |
2. Before you start using slashdata |
3. Testing slashdata |
4. Using slashdata |
5. Error messages and warnings |
6. Appendix |
7. Disclaimer |