Difference between revisions of "Turtle Sense/Website design"

From Nerds Without Borders
Jump to navigation Jump to search
(another try?)
(update)
Line 9: Line 9:
 
## '''/www''' -- websites
 
## '''/www''' -- websites
 
### '''/ts'''  -- Turtle Sense --  This is the destination of '''root.turtlesense.org'''
 
### '''/ts'''  -- Turtle Sense --  This is the destination of '''root.turtlesense.org'''
#### '''/web''' -- Turtle Sense websites
+
#### '''/live''' -- this is the eventual destination of '''turtlesense.org''' and '''www.turtlesense.org'''
##### '''/live''' -- this is the eventual destination of '''turtlesense.org''' and '''www.turtlesense.org'''
+
#### '''/test''' -- this is the destination of '''test.turtlesense.org''' for testing
##### '''/dev''' -- this is the destination of '''dev.turtlesense.org''' for testing
+
#### '''/manager''' -- (cron, logging, parser, invokeParser, etc.) this is the destination of '''manager.turtlesense.org'''
#### '''/manager''' -- (cron, logging, invokeParser, etc.) this is the destination of '''manager.turtlesense.org'''
 
 
##### '''/logs'''  -- (a record of activities)
 
##### '''/logs'''  -- (a record of activities)
#### '''/parser'''  -- (parsing code, db config, etc.) this is the destination of '''parser.turtlesense.org'''
 
 
#### '''/orgs''' -- Data from differnt orgs
 
#### '''/orgs''' -- Data from differnt orgs
 
##### '''/nps''' -- National Park Service (Directory with acronym for each organization)
 
##### '''/nps''' -- National Park Service (Directory with acronym for each organization)
###### '''/nc''' -- North Carolina (sub directory, might be different for differnt organizations)
+
###### '''/caha''' -- Cape Hatteras National Seashore (sub directory, might be different for differnt organizations)
 
####### '''/2014''' -- (Season)  This is the destination of '''nps.turtlesense.org''' and can change every year
 
####### '''/2014''' -- (Season)  This is the destination of '''nps.turtlesense.org''' and can change every year
 
####### '''/processed''' -- Reports are moved here after they are processed
 
####### '''/processed''' -- Reports are moved here after they are processed
 +
######  '''/zzz''' -- Other sub directories for each organization
 
###### '''/backup'''  -- Backups of the database for each organization
 
###### '''/backup'''  -- Backups of the database for each organization
##### '''/xxx''' -- Other organizations get their own subdirectory
+
##### '''/xxx''' -- Other organizations get their own subdirectory structure
 
### '''/nwb''' -- Other domains, like NerdsWithoutBorders for example
 
### '''/nwb''' -- Other domains, like NerdsWithoutBorders for example

Revision as of 03:44, 12 July 2014

Proposed structure

  1. /bin - system executable files
  2. /lib - system libraries
  3. /boot - kernel files (critical)
  4. /etc - system configuration files
  5. /usr - shared user applications
  6. /home - home directories for specific users
  7. /var - services files (logs, mailboxes, web)
    1. /www -- websites
      1. /ts -- Turtle Sense -- This is the destination of root.turtlesense.org
        1. /live -- this is the eventual destination of turtlesense.org and www.turtlesense.org
        2. /test -- this is the destination of test.turtlesense.org for testing
        3. /manager -- (cron, logging, parser, invokeParser, etc.) this is the destination of manager.turtlesense.org
          1. /logs -- (a record of activities)
        4. /orgs -- Data from differnt orgs
          1. /nps -- National Park Service (Directory with acronym for each organization)
            1. /caha -- Cape Hatteras National Seashore (sub directory, might be different for differnt organizations)
              1. /2014 -- (Season) This is the destination of nps.turtlesense.org and can change every year
              2. /processed -- Reports are moved here after they are processed
            2. /zzz -- Other sub directories for each organization
            3. /backup -- Backups of the database for each organization
          2. /xxx -- Other organizations get their own subdirectory structure
      2. /nwb -- Other domains, like NerdsWithoutBorders for example