Difference between revisions of "MoinMoin install"

From Organic Design wiki
 
(install location)
Line 3: Line 3:
  
 
=Install=
 
=Install=
instructions available in tar.gz distributions INSTALL file
+
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'

Revision as of 21:07, 31 March 2007

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'