perl.org Simple Ubuntu Install |
Simple Instructions for Installing a Combust/Perl.Org Dev
Environment on Ubuntu
# *** Ubuntu Jaunty
# *** check out combust
git clone git://git.develooper.com/combust.git combust
# *** check out content and setup tree
cd combust
svn co https://svn.perl.org/perl.org/docs/live perl.org-docs-live
mkdir docs
cd docs
ln -s ../perl.org-docs-live live
cd ..
# *** patch combust
--- a/apache/conf/httpd2.tmpl
+++ b/apache/conf/httpd2.tmpl
@@ -11 +11,2 @@ LoadModule apreq_module /mod_apreq2.so
-LoadModule log_config_module /mod_log_config.so
+#LoadModule log_config_module /mod_log_config.so
+LoadModule autoindex_module /mod_autoindex.so
# *** make config file
cat > combust.conf <