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.
 
 
Daniel Quathamer dc590def43 Howto install 3 years ago
src-modules/module/costage Bugfix Loading Application data #3 3 years ago
LICENSE Initial commit 3 years ago
README.md Howto install 3 years ago
build.xml Finalize Version 0.2 COSTAGE unload SOS 3 years ago
rsync_to_superx.x Sync script for superx2-p 3 years ago

README.md

Nach dem Auschecken des Repository z.B. in /home/superx/git können Sie es wie folgt installieren:

Installieren Sie ant, z.B. in /home/superx/tools

wget https://dlcdn.apache.org/ant/binaries/apache-ant-1.10.12-bin.tar.gz #Ergänzen Sie die SQL_ENV um die Zeilen ANT_HOME=/home/superx/tools/apache-ant-1.10.12 export ANT_HOME PATH=$PATH:$ANT_HOME/bin export PATH #Dann gehen Sie ins Verzeichnis cd git/COSTAGE #und führen aus: ant -DMODULE_PATH=$COSTAGE_PFAD -DBASE_DIR=. -DWEBAPP=$WEBAPP -DMODULE=costage all