summaryrefslogtreecommitdiff
path: root/config
blob: cada2e295a89c1f87a6179a4dc934bc2c13835c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

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

# Linux distribution (currently only debian)
distribution=debian

# Installation type
# Options:
# gem	Installs only the opentox-ruby gem (useful, if you want to use external services with the opentox-ruby DSL)
# local   local installation
# server  inter or intranet server
type=local

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