Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Added section on running scripts
Browse files Browse the repository at this point in the history
- Noted that one should run the scripts to generate contributors, get changelog
  data, process the faq, and get agile zen integration running
  • Loading branch information
weierophinney committed Mar 12, 2012
1 parent 5be0b36 commit 0667b1d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,20 @@ files:
- Create a symlink from "working" to a directory containing a ZF checkout.

- app/jobs/agilezen.php (configure only if you want to update the kanban data)
- add your ZF 2.0.0beta3 path, on line 19
- add the API key of AgileZen, on line 30;
- add your ZF 2.0.0beta3 path, on line 19
- add the API key of AgileZen, on line 30;

- app/jobs/invite_agile.php (configure only if you want to activate the invitation
of AgileZen in the kanban system)
- add your ZF 2.0.0beta3 path, on line 19;
- add the API key of AgileZen, on line 31;
- add the path to the log file, on line 60.
- add your ZF 2.0.0beta3 path, on line 19;
- add the API key of AgileZen, on line 31;
- add the path to the log file, on line 60.

- Run the following scripts:
- app/jobs/generateContributorsList.php
- app/jobs/getChangelogData.php
- app/jobs/processFaq.php
- app/jobs/agilezen.php (if testing/using the AgileZen integration)

## Documentation

Expand Down

0 comments on commit 0667b1d

Please sign in to comment.