summaryrefslogblamecommitdiffstats
path: root/satellit_installer/includes/00-variables.inc
blob: 7872b02de947e4a242081f6e9b032242fdbba7af (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                       



                                                           

                                                                                   


                                                                                   
                                          

                                                                                



                                                                                          

                                                                                  
                                                                     
                                                                              
 
 
                                                                                            



                                                                                                




                                                                                         
                                                                                   
# List of needed variables

### Script variables, directories etc.:

# these vars are set in main program, just to mention them:
# SELF="$(readlink -f "$0")"
# BASEDIR="$(dirname "${SELF}")"

export DEBIAN_FRONTEND="noninteractive"			# Part of keeping apt quiet
export LANG="en_US.UTF-8"

### Needed Packages:
# Set list of needed packages (scripting needs) - remember, Debian-specific so far.
PACKAGELIST_SCRIPT="cracklib-runtime wget"

# Set list of needed packages (server needs) - remember, Debian-specific so far.
# Keep in mind we use for standard installing of these packages the apt-get install
# options (-qq -y) --no-install-recommends to keep the list of installed packages
# lithe and lean. So, if you add a package here make sure it installs using these options.
# If this is not the case or in doubt use PACKAGELIST_WITH_RECOMMENDS below.
PACKAGELIST_SERVER="
	mysql-server lighttpd pure-ftpd-mysql atftpd php5-cgi php5-curl cifs-utils
	sudo php5-common php5-mysqlnd php5-cli nfs-kernel-server curl
	nfs-common libowfat0 ldap-utils vim gcc make unattended-upgrades gnupg
"

# Enter here packages needing installation of recommended packages as determines by apt-get:
PACKAGELIST_WITH_RECOMMENDS="
	openjdk-7-jre-headless open-vm-tools
"
# (java simply fails otherwise, open-vm-tools needs recommended packages for its kernel modules)

### http for static files:
HTTP_BASE="http://132.230.8.69/satellit/"
HTTP_FILES="bwLehrpoolSuite_Server.jar db_openslx_dump.sql ldadp.tgz openslx_tftp.tar.gz"
HTTP_FILES+=" taskmanager.tar.gz db_bwLehrpool_dump.sql ftp-config.tar.gz openslx.tar.gz"
HTTP_FILES+=" slx-admin.tar.gz syncdaemon.tar.gz syslinux6.tar.gz syslinux4.tar.gz"