Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2008-11-24 22:00:51
Size: 620
Comment:
Revision 9 as of 2013-11-20 10:52:08
Size: 1103
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
The Moin''''''Moin installation is on ximinez, and is a stock Debian package. /!\ ''Please note: The administration pages have all been migrated to the new [[https://psf.projecthut.com/trac/psfsystems/wiki|PSF Systems Wiki]]. Please no longer add information to these pages. If you need access to the new wiki, please contact psf@python.org for details.''

The !MoinMoin installation is on dinsdale, and is a stock Debian package.
Line 10: Line 12:
Their configuration files are in /data/moin/instances/ ; there's also a farmconfig.py
containing global settings.
Their configuration files are in `/data/moin/instances/`; there's also a `farmconfig.py` containing global settings.
Line 17: Line 18:
Moin''''''Moin uses WSGI, which is configured to restart after 1000 The configuration files are kept in a mercurial repository, so please commit your changes with `hg commit -u yourname` if you change anything.

!MoinMoin uses WSGI, which is configured to restart after 1000
Line 20: Line 23:

See also [[PythonWikiChanges]]
----
CategoryPythonWebsite

/!\ Please note: The administration pages have all been migrated to the new PSF Systems Wiki. Please no longer add information to these pages. If you need access to the new wiki, please contact psf@python.org for details.

The MoinMoin installation is on dinsdale, and is a stock Debian package.

There are 4 instances:

  • main.py
  • jython.py
  • pycon.py
  • psf.py

Their configuration files are in /data/moin/instances/; there's also a farmconfig.py containing global settings.

After changing any of the configuration files, you should restart Apache for the changes to take effect: apache2ctl graceful. This should not cause any visible downtime to endusers.

The configuration files are kept in a mercurial repository, so please commit your changes with hg commit -u yourname if you change anything.

MoinMoin uses WSGI, which is configured to restart after 1000 requests, so any such change will propagate eventually (typically after about 1h).

See also PythonWikiChanges


CategoryPythonWebsite

Admin/Wiki (last edited 2013-11-20 10:52:08 by MarcAndreLemburg)

Unable to edit the page? See the FrontPage for instructions.