Difference between revisions of "MoinMoin install"
From Organic Design wiki
(install location) |
m |
||
Line 5: | Line 5: | ||
Instructions available in tar.gz distributions INSTALL file | Instructions available in tar.gz distributions INSTALL file | ||
===OS X=== | ===OS X=== | ||
+ | Whe MoinMoin is installed a contributed package under the directory ''MoinMoin'' is put into the system directory; | ||
+ | ''/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages'' | ||
+ | |||
The default installation script; | The default installation script; | ||
python setup.py --quiet install --record=install.log | python setup.py --quiet install --record=install.log | ||
− | will place the | + | will place the wiki share directory ''moin'' directory into the same inconvenient system directory |
− | + | To install the shared files to 'the doirectory path '/usr/local/share/moin''; | |
− | To install the shared files to ''/usr/local/share/moin''; | ||
python setup.py install --install-data='/usr/local' | python setup.py install --install-data='/usr/local' |
Revision as of 21:16, 31 March 2007
Download
Install
Instructions available in tar.gz distributions INSTALL file
OS X
Whe MoinMoin is installed a contributed package under the directory MoinMoin is put into the system directory;
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages
The default installation script;
python setup.py --quiet install --record=install.log
will place the wiki share directory moin directory into the same inconvenient system directory To install the shared files to 'the doirectory path '/usr/local/share/moin;
python setup.py install --install-data='/usr/local'