summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/openid/start-test
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-09-03 06:24:23 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-09-03 06:24:23 +0000
commit62d5e37461b84c52c6b40ea681bad90d375722b8 (patch)
tree3738af604b3012e22adfe7360f456156ced72ca7 /sca-cpp/trunk/modules/openid/start-test
parent21f05fa8f3880e033e664a005006d58616772869 (diff)
Configure mod-auth-openid to use memcached instead of sqlite. Remove dependencies on sqlite.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992219 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/openid/start-test')
-rwxr-xr-xsca-cpp/trunk/modules/openid/start-test7
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/openid/start-test b/sca-cpp/trunk/modules/openid/start-test
index 67020cf701..55e7a13f26 100755
--- a/sca-cpp/trunk/modules/openid/start-test
+++ b/sca-cpp/trunk/modules/openid/start-test
@@ -18,12 +18,19 @@
# under the License.
# Setup
+../../components/cache/memcached-start 11212
+../../components/cache/memcached-start 11213
+
../../modules/http/ssl-ca-conf tmp localhost
../../modules/http/ssl-cert-conf tmp localhost
../../modules/http/httpd-conf tmp localhost 8090 htdocs
../../modules/http/httpd-ssl-conf tmp 8453
+
./openid-conf tmp
+./openid-memcached-conf tmp localhost 11212
+./openid-memcached-conf tmp localhost 11213
./openid-step2-conf tmp
+
../../modules/server/server-conf tmp
../../modules/server/scheme-conf tmp
cat >>tmp/conf/httpd.conf <<EOF