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.
22 lines
423 B
22 lines
423 B
# Basis / Tools |
|
zypper -n in -l dos2unix |
|
zypper -n in -l rsync |
|
zypper -n in -l zip |
|
zypper -n in -l curl |
|
zypper -n in -l recode |
|
|
|
# Java |
|
zypper -n in -l java-1_11_0-openjdk |
|
|
|
# Webserver |
|
zypper -n in -l apache2 |
|
zypper -n in -l apache2-devel |
|
zypper -n in -l apache2-mod_jk |
|
|
|
# Application Server |
|
zypper -n in -l tomcat |
|
|
|
# Datenbank |
|
zypper -n in -l postgresql |
|
zypper -n in -l postgresql-server |
|
zypper -n in -l postgresql-contrib
|
|
|