@@ -64,8 +64,7 @@ The digital edition of Webers Freischütz was developed by the project "[Freisch
## Get started
Edirom Online is a web application written in XQuery and JavaScript, and designed for deployment in [eXist-db].
Please be aware, the software is still under high development and has to be seen as beta software.
Edirom Online is a web application written in XQuery and JavaScript, and designed for deployment in [eXist-db].
### Cloning this repository
...
...
@@ -106,7 +105,7 @@ When you have your system prepared with all Sencha Cmd prerequisites or you have
* Login with "admin:[empty]"
* build and deploy **xar of Edirom**
* also see [building Edirom locally] above
* at `http://localhost:8080/exist/apps/dashboard/admin#` (signed-in) go to "Package Manager" then "Upload" and select the xar file which (supposed above build-method was used) was built at `/PATH_TO_LOCAL_EDIROM_REPO/build-xar/Edirom-Online-1.0.0-beta.5-[TIMESTAMP].xar`
* at `http://localhost:8080/exist/apps/dashboard/admin#` (signed-in) go to "Package Manager" then "Upload" and select the xar file which (supposed above build-method was used) was built at `/PATH_TO_LOCAL_EDIROM_REPO/build-xar/Edirom-Online-1.0.0-[TIMESTAMP].xar`
* build **xar of sample data** for deploying at exist-db
* also see [building sample data]
* at `http://localhost:8080/exist/apps/dashboard/admin#` (signed-in) go to "Package Manager" then "Upload" and select the xar file which (supposed above build-method was used) was built at `/PATH_TO_LOCAL_EDIROM_EDITION_EXAMPLE_REPO/build/EditionExample-0.1.xar`
@@ -36,7 +36,7 @@ If you want to customize it, you need to build it and create a xar-package by yo
root@d5f2f1591708:/app#
```
- the Edirom Online-package is built, we can leave docker-container: `exit`
- the directory `build-xar/` was created inside the Edirom-Online repository and contains the built xar-file of Edirom Online: `Edirom-Online-1.0.0-beta.6-20240926-1521.xar` (version and date-strings will vary)
- the directory `build-xar/` was created inside the Edirom-Online repository and contains the built xar-file of Edirom Online: `Edirom-Online-1.0.0-20250213-1739.xar` (version and date-strings will vary)
- navigate back to the edirom-base-directory: `cd ..`
## Build data package
...
...
@@ -77,7 +77,7 @@ Also at this step we can use a docker image, instead of downloading exist on our
```
- you might also want to save that password, because it wont be shown elsewhere
- go to "Package Manager" in the menu on the left and upload the two previously generated xar-packages
-`Edirom-Online-1.0.0-beta.6-20240927-0804.xar`
-`Edirom-Online-1.0.0-2025213-1739.xar` (version and date-string varies)
-`EditionExample-0.1.xar`
- once the upload is finished, the edirom will be available here: [`http://localhost:8080/exist/apps/Edirom-Online/index.html`](http://localhost:8080/exist/apps/Edirom-Online/index.html)(if not, a reload of the browser window may help)
- you can stop the docker container with `^+C` (Mac) or `CTRL+C` (Windows and Linux) or force-stop it by closing the terminal