diff --git a/docs/install.md b/docs/install.md new file mode 100644 index 0000000000000000000000000000000000000000..48aca9ae292f2994bfd29b154274f4b360b5bc0f --- /dev/null +++ b/docs/install.md @@ -0,0 +1,30 @@ +# Install SADE + +## Debian / Ubuntu + +SADE is provided as Debian package for Debian based Linux distributions like Ubuntu. + +Latest snapshot development packages can be downloaded from +[https://ci.de.dariah.eu/packages/pool/snapshots/s/sade/](https://ci.de.dariah.eu/packages/pool/snapshots/s/sade/) + +## All Operating Systems + +Make sure to have [Java](https://www.java.com/de/download/) at least in version 1.8 installed. + +Download SADE as zip file: + +* [latest release](https://gitlab.gwdg.de/SADE/build/-/jobs/artifacts/master/download?job=build-master) - recommended +* [lastest unstable and untested build](https://gitlab.gwdg.de/SADE/build/-/jobs/artifacts/develop/download?job=build-develop) + +https://example.com///-/jobs/artifacts//download?job= +https://gitlab.gwdg.de/SADE/build/-/jobs/artifacts/master/download?job=build-master + + +Unzip the file `artifacts.zip`and change to directory `build/sade/bin` + +Start the service with `./startup.sh` (Linux/Mac) or `startup.bat` (Windows). + +If you have problems starting SADE this way you may also try to change to directory `build/sade` and enter `java -jar start.jar jetty` + +Finally eXist front and back end is available at [http://localhost:8080/](http://localhost:8080/) and the local SADE is visible at +[http://localhost:8080/exist/apps/sade/index.html](http://localhost:8080/exist/apps/sade/index.html). diff --git a/navigation.xml b/navigation.xml index 17273821528aac2d57af2eb0f0a8903ce640afab..4d2d060795c6e9a230fa837d6003b7150db372ef 100644 --- a/navigation.xml +++ b/navigation.xml @@ -1,6 +1,7 @@ +