From bbea5b776d4b6dd2f0cee23ffdccb0fc4e202cb4 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 3 Jan 2011 13:03:18 -0800 Subject: Describe deploy_schema in the README --- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index 5cc29b3..267aeb4 100644 --- a/README +++ b/README @@ -16,10 +16,14 @@ perl jitterbug.pl # If you need to start it on a different port use -p # perl jitterbug.pl -p 3001 +In another terminal, deploy a DBIx::Class schema ( which is SQLite by default, +change the values in config.yml to tweak) : + +perl scripts/deploy_schema config.yml + Now add a post-receive hook to your github project that hits the /hook/ URL on the server that the jitterbug Dancer app is running on, i.e. http://example.com:3001/hook/ -TODO: Deploy a DBIx::Class schema - +TODO: docs for builder.pl -- cgit v1.2.3