From 1298d156c7b48c5df05f46bc7288b5cf07a5945d Mon Sep 17 00:00:00 2001 From: all9lives Date: Mon, 15 Oct 2012 16:24:03 -0300 Subject: [PATCH 1/2] Directory with AllowOverride to apache conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding block to allow override within the apache config of the web-base-template setup.  --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5227dfa2..caeba14e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ This is a set of plugins, themes, and configuration files for jQuery's website i ServerName dev.jquery.com ServerAlias *.jquery.com *.jqueryui.com *.jquery.org *.qunitjs.com *.sizzlejs.com *.jquerymobile.com DocumentRoot "/srv/www/jquery" + + Options All + AllowOverride All + Order allow,deny + Allow from all + ``` From d7c1b184bacb62097054ff0edca931e252b0d986 Mon Sep 17 00:00:00 2001 From: all9lives Date: Tue, 16 Oct 2012 14:12:04 -0300 Subject: [PATCH 2/2] Added prerequisites to install --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index caeba14e..69062829 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ This is a set of plugins, themes, and configuration files for jQuery's website infrastructure, which is powered by WordPress. It is designed as a custom content directory. So think of `web-base-template` as your `wp-content` directory. +## Prerequisites + +This install guide assumes you already have certain prerequisites already configured within your environment. + +* Apache +* Mysql +* PHP + ## Installation 1. Configure your local webserver with a virtual host that covers the relevant jQuery domains, such as `*.jquery.com` and `*.jqueryui.com`, all pointing to the same root. For example, in Apache: