Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

Commit

Permalink
Updated readme to explain what each script does.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Jan 3, 2012
1 parent 579c504 commit 5e7cd6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -89,5 +89,10 @@ From http://plugins.jquery.com.dev/wp-admin/
* Leave `siteId` null (unless you happen to be using a Wordpress multi-site installation locally, in which case supply the site's ID in the multi-site install) * Leave `siteId` null (unless you happen to be using a Wordpress multi-site installation locally, in which case supply the site's ID in the multi-site install)


6. `node src/setup.js` 6. `node src/setup.js`
* This is a one time setup which will erase any previous data generated by other scripts in this repo.


7. `node src/main.js` 7. `node src/update.js`
* This currently just mocks a specific post-receive hook. This will actually be the script invoked by post-receive hooks.

8. `node src/wp-update.js`
* This is intended to run as a long running processes, monitored by a system such as monit.

0 comments on commit 5e7cd6f

Please sign in to comment.