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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,18 @@
3
3
## Overview
4
4
MarkLogic Script Runner is a web application designed to allow users to quickly run server-side MarkLogic scripts without needing to use the qconsole, or have any xquery background.
5
5
6
+
## Scripts
7
+
Scripts are defined via xml configuration files. These script definition files must be located within a database on the MarkLogic Server where the scripts are to be executed. Each script definition should have the following form:
0 commit comments