Changes between Version 18 and Version 19 of UbuntuRunningDeepaMehtaAsDaemon


Ignore:
Timestamp:
02.12.2012 18:13:31 (12 years ago)
Author:
JuergeN
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuRunningDeepaMehtaAsDaemon

    v18 v19  
    2525 
    2626== Copy files == 
     27 
     28=== the lazy way === 
    2729Copy the DeepaMehta files to ''/opt/deepamehta'': 
    2830{{{ 
    2931cp -a deepamehta-4.XXX.YYY/* /opt/deepamehta 
    3032chown -R deepamehta:deepamehta /opt/deepamehta 
     33}}} 
     34 
     35=== the Debian way === 
     36 
     37{{{ 
     38DIRECTORY                       USER                    ACL     COMMENT 
     39=========================================================================================== 
     40/etc/deepamehta                 root:deepamehta         750     # config files 
     41/usr/lib/deepamehta             root:deepamehta         750     # bin dir, bundle dir 
     42/var/lib/deepamehta             deepamehta:deepamehta   750     # db dir, file dir 
     43/var/cache/deepamehta           deepamehta:deepamehta   750     # bundle-cache dir       
     44/var/run/deepamehta             deepamehta:deepamehta   750     # pid files 
     45/var/log/deepamehta             deepamehta:deepamehta   755     # logfiles 
     46/usr/share/doc/deepamehta       root:root               755     # readme, license, examples 
    3147}}} 
    3248