# HG changeset patch # User Paul Boddie # Date 1316124221 -7200 # Node ID e1f01a5c53921db351612e3e339f3d7e66a1bee0 # Parent a4793fd85d28d23aa3593c2502f2bf58d617f4c0 Updated the moinsetup invocations for moinsetup 0.3. diff -r a4793fd85d28 -r e1f01a5c5392 README.txt --- a/README.txt Sun Sep 11 20:09:41 2011 +0200 +++ b/README.txt Fri Sep 16 00:03:41 2011 +0200 @@ -65,13 +65,13 @@ follows with $EADIR referring to the EventAggregator distribution directory containing this README.txt file: - python moinsetup.py -f moinsetup.cfg install_extension_package $EADIR - python moinsetup.py -f moinsetup.cfg install_actions $EADIR/actions - python moinsetup.py -f moinsetup.cfg install_macros $EADIR/macros - python moinsetup.py -f moinsetup.cfg install_theme_resources $EADIR - python moinsetup.py -f moinsetup.cfg edit_theme_stylesheet screen.css event-aggregator.css - python moinsetup.py -f moinsetup.cfg edit_theme_stylesheet print.css event-aggregator.css - python moinsetup.py -f moinsetup.cfg edit_theme_stylesheet print.css event-aggregator-print.css + python moinsetup.py -f moinsetup.cfg -m install_extension_package $EADIR + python moinsetup.py -f moinsetup.cfg -m install_actions $EADIR/actions + python moinsetup.py -f moinsetup.cfg -m install_macros $EADIR/macros + python moinsetup.py -f moinsetup.cfg -m install_theme_resources $EADIR + python moinsetup.py -f moinsetup.cfg -m edit_theme_stylesheet screen.css event-aggregator.css + python moinsetup.py -f moinsetup.cfg -m edit_theme_stylesheet print.css event-aggregator.css + python moinsetup.py -f moinsetup.cfg -m edit_theme_stylesheet print.css event-aggregator-print.css The first command above uses the setup.py script provided as follows: @@ -99,7 +99,7 @@ The following command can be run with $VCDIR referring to the vContent distribution directory: - python moinsetup.py -f moinsetup.cfg install_extension_package $VCDIR + python moinsetup.py -f moinsetup.cfg -m install_extension_package $VCDIR This merely runs the setup.py script provided by that software, installing the software under the configured installation "prefix". @@ -112,13 +112,13 @@ through the Wiki and their contents copied in from each of the files. An easier installation method is to issue the following commands: - python moinsetup.py -f moinsetup.cfg make_page_package $EADIR/pages pages.zip - python moinsetup.py -f moinsetup.cfg install_page_package pages.zip + python moinsetup.py -f moinsetup.cfg -m make_page_package $EADIR/pages pages.zip + python moinsetup.py -f moinsetup.cfg -m install_page_package pages.zip You may need to switch user in order to have sufficient privileges to copy the page package into the Wiki. For example: - sudo -u www-data python moinsetup.py -f moinsetup.cfg install_page_package pages.zip + sudo -u www-data python moinsetup.py -f moinsetup.cfg -m install_page_package pages.zip Resource Pages -------------- @@ -132,13 +132,13 @@ To install the resource pages, use the following commands: - python moinsetup.py -f moinsetup.cfg make_page_package $EADIR/resource_pages resource_pages.zip - python moinsetup.py -f moinsetup.cfg install_page_package resource_pages.zip + python moinsetup.py -f moinsetup.cfg -m make_page_package $EADIR/resource_pages resource_pages.zip + python moinsetup.py -f moinsetup.cfg -m install_page_package resource_pages.zip You may need to switch user in order to have sufficient privileges to copy the page package into the Wiki. For example: - sudo -u www-data python moinsetup.py -f moinsetup.cfg install_page_package resource_pages.zip + sudo -u www-data python moinsetup.py -f moinsetup.cfg -m install_page_package resource_pages.zip Using the Macro ---------------