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 . +```