[arch-commits] Commit in moinmoin/trunk (moinmoin.install)
Sergej Pupykin
spupykin at archlinux.org
Thu Jul 2 10:23:27 UTC 2015
Date: Thursday, July 2, 2015 @ 12:23:27
Author: spupykin
Revision: 136260
FS#45523
Modified:
moinmoin/trunk/moinmoin.install
------------------+
moinmoin.install | 31 +------------------------------
1 file changed, 1 insertion(+), 30 deletions(-)
Modified: moinmoin.install
===================================================================
--- moinmoin.install 2015-07-02 09:51:45 UTC (rev 136259)
+++ moinmoin.install 2015-07-02 10:23:27 UTC (rev 136260)
@@ -1,32 +1,3 @@
post_install() {
- echo "
-Remember to add these lines to your apache configuration:
-/etc/httpd/conf/httpd.conf
-
-Alias /wiki/ \"/usr/share/moin/htdocs/\"
-<Directory /usr/share/moin/htdocs/>
- Order deny,allow
- Allow from all
-</Directory>
-<Location /mywiki>
- SetHandler python-program
- PythonPath \"['/home/httpd/html/mywiki'] + sys.path\"
- PythonHandler MoinMoin.request::RequestModPy.run
- PythonOption Location /mywiki
-</Location>
-
-
----
-
-Then copy wikiconfig.py into /home/httpd/html/wiki/wikiconfig.py and
-change the following:
-
-data_dir = '/usr/share/moin/data'
-data_underlay_dir = '/usr/share/moin/underlay'
-
-Don't forget to give write access to these dirs.
-
-Restart apache and enjoy at the following:
-httpd://localhost/mywiki/
-"
+ echo "Check https://wiki.archlinux.org/index.php/Moinmoin page for instructions"
}
More information about the arch-commits
mailing list