From 67c2ee7e0ee265d97f6e5ada69c6e6d8c4725618 Mon Sep 17 00:00:00 2001 From: danielq Date: Wed, 20 Apr 2022 09:06:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EInstallation=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index bb00077..fcd36d9 100644 --- a/Installation.md +++ b/Installation.md @@ -1,7 +1,8 @@ -= Installation +# Installation Für SuperX-Installationen, wenn ANT installiert ist, hier die Anleitung "in Short": +``` git clone https://git.campussource.de/git/SuperX/viz.git cd viz cat superx/WEB-INF/conf/edustore/db/bin/SQL_ENV_viz.sam >> $SUPERX_DIR/db/bin/SQL_ENV @@ -11,4 +12,5 @@ ant -DMODULE_PATH=$VIZ_PFAD -DBASE_DIR=. -DWEBAPP=$WEBAPP -DMODULE=viz all cd $VIZ_PFAD module_install viz . +```