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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,13 @@ The Srophé Application depends on a unique identifier, for Syriaca.org uses `te
35
35
It is also possible to use the document uri, changes would have to made in repo-config.xml and in controller.xql to enable use of the document uri rather then the tei:idno.
36
36
37
37
### Deploy data and application
38
-
In the root directory of each of your new repositories run '`./mvnw`' (or `mvnw.cmd` if you are on Windows) to build the application.
38
+
In the root directory of each of your new repositories run `./mvnw clean package` (or `mvnw.cmd` if you are on Windows) to build the application.
39
39
A new `srophe-3.1.0-SNAPSHOT.xar` file will be built and saved in `target/`. You can install these applications via the Elemental (or eXist-db) dashboard [http://localhost:8080/exist/apps/dashboard/index.html] using the Package Manager.
40
40
41
41
Once deployed the application should show up as 'The Srophé web application' on your dashboard.
42
42
Click on the icon to be taken to the app.
43
43
44
-
Learn how to customize the application.
44
+
Learn how to customize the application.
45
+
46
+
### Developing this Code Base
47
+
You can run the integration tests by executing `./mvnw clean package -Pintegration-test`.
0 commit comments