Daniel Quathamer
3 years ago
1 changed files with 10 additions and 0 deletions
@ -1,14 +1,24 @@ |
|||||||
Nach dem Auschecken des Repository z.B. in /home/superx/git können Sie es wie folgt installieren: |
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 |
# Installieren Sie ant, z.B. in /home/superx/tools |
||||||
|
|
||||||
wget https://dlcdn.apache.org/ant/binaries/apache-ant-1.10.12-bin.tar.gz |
wget https://dlcdn.apache.org/ant/binaries/apache-ant-1.10.12-bin.tar.gz |
||||||
|
|
||||||
#Ergänzen Sie die SQL_ENV um die Zeilen |
#Ergänzen Sie die SQL_ENV um die Zeilen |
||||||
|
|
||||||
ANT_HOME=/home/superx/tools/apache-ant-1.10.12 |
ANT_HOME=/home/superx/tools/apache-ant-1.10.12 |
||||||
|
|
||||||
export ANT_HOME |
export ANT_HOME |
||||||
|
|
||||||
PATH=$PATH:$ANT_HOME/bin |
PATH=$PATH:$ANT_HOME/bin |
||||||
|
|
||||||
export PATH |
export PATH |
||||||
|
|
||||||
#Dann gehen Sie ins Verzeichnis |
#Dann gehen Sie ins Verzeichnis |
||||||
|
|
||||||
cd git/COSTAGE |
cd git/COSTAGE |
||||||
|
|
||||||
#und führen aus: |
#und führen aus: |
||||||
|
|
||||||
ant -DMODULE_PATH=$COSTAGE_PFAD -DBASE_DIR=. -DWEBAPP=$WEBAPP -DMODULE=costage all |
ant -DMODULE_PATH=$COSTAGE_PFAD -DBASE_DIR=. -DWEBAPP=$WEBAPP -DMODULE=costage all |
||||||
|
|
Loading…
Reference in new issue