diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-03 13:03:18 -0800 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-03 13:03:18 -0800 |
| commit | bbea5b776d4b6dd2f0cee23ffdccb0fc4e202cb4 (patch) | |
| tree | 285fc24c4296050d6114f1ab7ab05bf3096ee528 | |
| parent | add the beginning of installation steps for jitterbug (diff) | |
| download | jitterbug-bbea5b776d4b6dd2f0cee23ffdccb0fc4e202cb4.tar.gz | |
Describe deploy_schema in the README
| -rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
