summaryrefslogtreecommitdiff
path: root/config
blob: 20da21d59c8fb519feae5fa781037e7fdff08a78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/sh

# Configuration options for OpenTox installations (sets shell variables for installation scripts)

# Linux distribution (currently only debian)
distribution=debian

# Choose a root password for the MySQL database
# Please insert the correct password if mysql-server is already installed
mysql_root=opentox

# Services to be installed
# Options:
# gem	Installs only the opentox-ruby gem (useful, if you want to use external services with the opentox-ruby DSL)
# all	Installs all IST/ALU services (useful for local and server installations)
install=all

# Installation type
# Options:
# local   local installation
# server  inter or intranet server
#type=local
type=server

# Git branch of services
# Options: master test development
# "master" is the current stable version
branch=master