Skip to content

Commit 5e7cd6f

Browse files
committed
Updated readme to explain what each script does.
1 parent 579c504 commit 5e7cd6f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,10 @@ From http://plugins.jquery.com.dev/wp-admin/
8989
* 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)
9090

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

93-
7. `node src/main.js`
94+
7. `node src/update.js`
95+
* This currently just mocks a specific post-receive hook. This will actually be the script invoked by post-receive hooks.
96+
97+
8. `node src/wp-update.js`
98+
* This is intended to run as a long running processes, monitored by a system such as monit.

0 commit comments

Comments
 (0)