about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-01-03 13:03:18 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2011-01-03 13:03:18 -0800
commitbbea5b776d4b6dd2f0cee23ffdccb0fc4e202cb4 (patch)
tree285fc24c4296050d6114f1ab7ab05bf3096ee528
parentadd the beginning of installation steps for jitterbug (diff)
downloadjitterbug-bbea5b776d4b6dd2f0cee23ffdccb0fc4e202cb4.tar.gz
Describe deploy_schema in the README
Diffstat (limited to '')
-rw-r--r--README8
1 files 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