You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -89,5 +89,10 @@ From http://plugins.jquery.com.dev/wp-admin/
89
89
* 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)
90
90
91
91
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.
92
93
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