Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki_administration [2016/08/18 00:12] jwangwiki_administration [2017/08/04 22:00] (current) jwang
Line 7: Line 7:
 ===== Hardware ===== ===== Hardware =====
  
-Everything is currently on ''lupus.astro.berkeley.edu''+Everything is currently on ''serpens.astro.berkeley.edu''. If you're the webmaster, ask Bill to get permission to edit the wiki. 
  
 ===== Software ===== ===== Software =====
  
-The DokuWiki files are in ''/astroweb/badgrads'', which does not seem to be network-accessible right now. They are version-controlled in a Git repository with some site-specific customizations. See below for more details on how the repository works.+The DokuWiki files are in ''/export/astroweb/badgrads'', which does not seem to be network-accessible right now. They are version-controlled in a Git repository with some site-specific customizations. See below for more details on how the repository works.
  
 The file permissions setup is a little complicated. The reason for this is that multiple administrator uses **and** the webserver all need to be able to write files in the DokuWiki tree. The tree is owned by group ''badgrads'' with group write bits active. The directories have their setgid bits set so that files created within them get put in the ''badgrads'' group regardless of who creates them. If you're going to modify the files, you obviously need to be a member of ''badgrads''. You also need to set your umask to 002, so that files you create are group-writeable and other administrators can modify them. The permissions on the DokuWiki installation have been set up to create files with the right modes. The file permissions setup is a little complicated. The reason for this is that multiple administrator uses **and** the webserver all need to be able to write files in the DokuWiki tree. The tree is owned by group ''badgrads'' with group write bits active. The directories have their setgid bits set so that files created within them get put in the ''badgrads'' group regardless of who creates them. If you're going to modify the files, you obviously need to be a member of ''badgrads''. You also need to set your umask to 002, so that files you create are group-writeable and other administrators can modify them. The permissions on the DokuWiki installation have been set up to create files with the right modes.
Line 19: Line 19:
 **Note on updating the wiki: Our hack to only allow users to register that are on computers in Campbell Hall will get overwritten if you do a simple update of the dokuwiki backend. You must preserve the ~5 lines of code in inc/auth.php in the register() function around line 920 (can be grepped with "BADGrads modification"). Thus, it is recommended you copy/merge dokuwiki updates (i.e. download new dokuwiki backend, modify it's inc/auth.php with the ~5 lines, then copy them over to the live badgrads server). Otherwise, lifting the IP restriction will cause spambots to spam the wiki.** **Note on updating the wiki: Our hack to only allow users to register that are on computers in Campbell Hall will get overwritten if you do a simple update of the dokuwiki backend. You must preserve the ~5 lines of code in inc/auth.php in the register() function around line 920 (can be grepped with "BADGrads modification"). Thus, it is recommended you copy/merge dokuwiki updates (i.e. download new dokuwiki backend, modify it's inc/auth.php with the ~5 lines, then copy them over to the live badgrads server). Otherwise, lifting the IP restriction will cause spambots to spam the wiki.**
  
-^ Component ^ Current Installed Version ^ +==== Git Repository Setup (old) ====
-| [[http://httpd.apache.org/|Apache HTTPD]] | 2.2.13 | +
-| [[http://www.php.net/|PHP]] | 5.6.1 | +
-| [[http://www.dokuwiki.org/|DokuWiki]] | 2016-06-26a "Elenor of Tsort" | +
-| [[doku>template:monobook|MonoBook]] | 2014-02-09 | +
-| [[doku>plugin:actionlink|ActionLink Plugin]] | 2006-05-26 | +
-| [[doku>plugin:definitionlist|Definition List Plugin]] | 2008-08-13 | +
-| [[doku>plugin:google_cal|Google Calendar Plugin]] | 2007-05-1 | +
-| [[doku>plugin:jsmath|JSMath Plugin]] | 2010-10-13 | +
-| [[doku>plugin:sortablejs|Sortable Tables Plugin]] | 2.4a (2010-12-18) | +
-| [[http://www.math.union.edu/~dpvc/jsMath/|jsMath]] | 3.6e | +
-| [[http://www.math.union.edu/~dpvc/jsMath/|jsMath Image Fonts]] | 1.3 | +
- +
-==== Git Repository Setup ====+
  
 The files in the live site are backed by a Git repository. As part of the DokuWiki directory tree, the ''.git'' directory is subject to the file ownership scheme described above. The files in the live site are backed by a Git repository. As part of the DokuWiki directory tree, the ''.git'' directory is subject to the file ownership scheme described above.