source: doc/filetree.en.txt

qndtest
Last change on this file was f81c486, checked in by ramon <ramongomez@…>, 6 years ago

#730: Revisar cambios en nuevo nombre y URL.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5580 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.4 KB
Line 
1
2OpenGnsys 1.1.x Filesystem Hiearchy
3===================================
4
5
6Directory Structure of OpenGnsys Client
7---------------------------------------------
8
9/opt/opengnsys
10  bin (ro) - associated tools
11  cache (rw) - mount point of the local cache filesystem
12  etc (ro) - configuration files.
13    init (ro) - init scripts.
14  images (user=ro, admin=rw) - images repository.
15  lib (ro) - tool libraries.
16    engine/bin (ro) - cloning engine libraries.
17  log (rw) - log files.
18
19
20
21Directory Structure of OpenGnsys Server:
22----------------------------------------------
23
24/opt/opengnsys
25  bin - server binaries.
26  client - exports the client's directory structure.
27  doc - documentation files.
28  etc - configuration files.
29  lib - tools and libraries.
30  log - log files.
31  sbin - binaries for services.
32  tftpboot - remote boot files (linked to TFTP directory).
33  www - web files.
34
35
36
37Directory Structure of OpenGnsys Repository Manager
38---------------------------------------------------------
39
40/opt/opengnsys
41  bin - server binaries.
42  etc - configuration files.
43  images - filesystem images.
44  log - log files.
45  sbin - binaries for services.
46
47
48
49Relationship of network file systems
50------------------------------------
51
52Server: exports /opt/opengnsys/client -> Client: imports /opt/opengnsys
53Server: exports /opt/opengnsys/log/client -> Client: imports /opt/opengnsys/log
54RepoMan: exports /opt/opengnsys/images -> Client: imports /opt/opengnsys/images
55
56
Note: See TracBrowser for help on using the repository browser.