From 74740df0e66fc55f65e5372b74a465f3aa68d442 Mon Sep 17 00:00:00 2001 From: Ubbo Veentjer Date: Fri, 11 Oct 2019 15:55:33 +0200 Subject: [PATCH 1/2] add install doc --- docs/install.md | 27 +++++++++++++++++++++++++++ navigation.xml | 1 + 2 files changed, 28 insertions(+) create mode 100644 docs/install.md diff --git a/docs/install.md b/docs/install.md new file mode 100644 index 0000000..f1801ef --- /dev/null +++ b/docs/install.md @@ -0,0 +1,27 @@ +# Install SADE + +## Debian / Ubuntu + +SADE is provided as Debian package for Debian based Linux distribustions 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 from gitlab: + +* [DOWNLOAD latest release](https://gitlab.gwdg.de/SADE/build/-/jobs/artifacts/master/download?job=build-master) - recommended +* [DOWNLOAD lastest unstable build](https://gitlab.gwdg.de/SADE/build/-/jobs/artifacts/develop/download?job=build-develop) + +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 you should be able to see eXist in your browser 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 1727382..4d2d060 100644 --- a/navigation.xml +++ b/navigation.xml @@ -1,6 +1,7 @@ + -- GitLab From 024b534866c35b2b5df4141899212411aa1eac9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20G=C3=B6bel?= Date: Fri, 18 Oct 2019 12:45:23 +0200 Subject: [PATCH 2/2] style --- docs/install.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/install.md b/docs/install.md index f1801ef..48aca9a 100644 --- a/docs/install.md +++ b/docs/install.md @@ -2,19 +2,23 @@ ## Debian / Ubuntu -SADE is provided as Debian package for Debian based Linux distribustions like Ubuntu. +SADE is provided as Debian package for Debian based Linux distributions like Ubuntu. -Latest snapshot development packages can be downloaded from +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 from gitlab: +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 -* [DOWNLOAD latest release](https://gitlab.gwdg.de/SADE/build/-/jobs/artifacts/master/download?job=build-master) - recommended -* [DOWNLOAD lastest unstable build](https://gitlab.gwdg.de/SADE/build/-/jobs/artifacts/develop/download?job=build-develop) Unzip the file `artifacts.zip`and change to directory `build/sade/bin` @@ -22,6 +26,5 @@ 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 you should be able to see eXist in your browser at [http://localhost:8080/](http://localhost:8080/) and the local SADE is visible at +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). - -- GitLab