welcome: please sign in

The following 112 words could not be found in the dictionary of 7 words (including 7 LocalSpellingWords) and are highlighted below:
Administration   afs   all   allow   and   app   automatic   bin   branch   can   Category   cgi   Changes   common   Config   content   copy   current   data   digits   Dom   dots   Ensure   File   files   first   for   force   from   full   get   Git   hcoop   htdocs   if   import   in   include   insert   Install   install   Installation   installed   interim   is   latest   Layout   Let   lib   library   like   list   Local   log   macro   members   moinmoin   needed   net   new   not   of   packages   path   paths   prefix   pull   py   python   python2   Readable   record   release   releases   series   serve   server   set   setup   share   shortversion   site   so   something   sourcedir   src   stable   static   sys   System   tag   targetdir   that   the   This   to   Tool   tracking   Try   two   unless   Update   updates   use   users   using   Usually   Vcs   version   with   without   world  

Clear message
Edit

WebServicesAdmin / MoinMoin

1. File System Layout

Let

$moin/installed is set in DomTool's Config.worldReadable list so that all members can serve moin static content.

2. Installation of a new version

Update to the latest stable tag. Try not to pull interim releases, unless needed.

Install:

python setup.py install --force --record=install_$version.log --prefix=$targetdir --install-data=$targetdir

Update the moinMoin macro to use the latest htdocs prefix (moin_static$version without the dots).

2.1. Local Changes

Ensure that $targetdir/bin/moin and .../share/moin/server/moin.cgi include the python library paths for the afs moin. Usually something like:

import sys
sys.path.insert(0, '$targetdir/lib/python2.6/site-packages')

Update moinmoin-install to copy files from the new version if needed.


CategorySystemAdministration

WebServicesAdmin/MoinMoin (last edited 2018-10-04 02:34:05 by ClintonEbadi)