Mercurial > moin > 1.9
changeset 537:d07d043e8413
Added small note about the location of moin.py
imported from: moin--main--1.5--patch-541
author | Alexander Schremmer <alex@alexanderweb.de.tla> |
---|---|
date | Sat, 08 Apr 2006 19:32:00 +0000 |
parents | 9aebec40e7f9 |
children | b75b2c863349 |
files | ChangeLog docs/README.migration |
diffstat | 2 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Apr 08 19:01:34 2006 +0000 +++ b/ChangeLog Sat Apr 08 19:32:00 2006 +0000 @@ -2,6 +2,18 @@ # arch-tag: automatic-ChangeLog--arch@arch.thinkmo.de--2003-archives/moin--main--1.5 # +2006-04-08 20:32:00 GMT Alexander Schremmer <alex@alexanderweb.de.tla> patch-541 + + Summary: + Added small note about the location of moin.py + Revision: + moin--main--1.5--patch-541 + + + modified files: + ChangeLog docs/README.migration + + 2006-04-08 20:01:34 GMT Thomas Waldmann <tw@waldmann-edv.de> patch-540 Summary:
--- a/docs/README.migration Sat Apr 08 19:01:34 2006 +0000 +++ b/docs/README.migration Sat Apr 08 19:32:00 2006 +0000 @@ -8,6 +8,9 @@ sudo -u www-data moin --config-dir=/path/to/config_dir --wiki-url=wiki.example.org/ migration data +Note: If you did not use setup.py, you can call the moin script directly. It is located + in MoinMoin/scripts/moin.py + The new style mig stuff will then load the config for that wiki, get into its data_dir, read the meta file content and determine what it has to do internally.