Schnittstelle CampusOnline (TU Graz) zu SuperX-Modul COSTAGE http://www.superx-projekt.de/doku/costage_modul/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
586 B

3 years ago
Nach dem Auschecken des Repository z.B. in /home/superx/git können Sie es wie folgt installieren:
3 years ago
#Installieren Sie ant, z.B. in /home/superx/tools
3 years ago
wget https://dlcdn.apache.org/ant/binaries/apache-ant-1.10.12-bin.tar.gz
3 years ago
3 years ago
#Ergänzen Sie die SQL_ENV um die Zeilen
3 years ago
ANT_HOME=/home/superx/tools/apache-ant-1.10.12
export ANT_HOME
PATH=$PATH:$ANT_HOME/bin
export PATH
1 year ago
COSTAGE_PFAD=$SUPERX_MODULE/costage; export COSTAGE_PFAD
3 years ago
3 years ago
#Dann gehen Sie ins Verzeichnis
3 years ago
cd git/COSTAGE
3 years ago
3 years ago
#und führen aus:
3 years ago
ant -DMODULE_PATH=$COSTAGE_PFAD -DBASE_DIR=. -DWEBAPP=$WEBAPP -DMODULE=costage all