- Stop web server or standalone process
- backup wiki instance (eg. mywiki or instance1)
- backup moinmoin installation path
- if there is customized logo, backup it as well (eg. moinmoin.png)
- delete *.pyc or *.pyo
find -name *.pyc -exec rm {} \;
- download moinoin1.9.7 and install to existing path
python setup.py install --prefix
- replace moinmoin.png if necessary
- if using web server, remember to change the static path from "/moin_static195" to "/moin_static197"
- start web server or standalone process
double check the version by http:///SystemInfo
No comments:
Post a Comment