MoinMoin install

From Organic Design wiki
Revision as of 21:07, 31 March 2007 by Sven (talk | contribs) (install location)

Download

Install

Instructions available in tar.gz distributions INSTALL file

OS X

The default installation script;

python setup.py --quiet install --record=install.log

will place the moinmoin directory into an inconvenient system directory

/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages .

To install the shared files to /usr/local/share/moin;

python setup.py install --install-data='/usr/local'