summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-01 15:03:46 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-01 15:03:46 +0200
commitaae109a81e53aa10e720cdb4cfa5c05a3ccb31dd (patch)
treef7dab29b5114dab66a900ca39f8843245bc55e11 /config
parent674f6cd24b6ee37465c27b3643ea702ca5343bb0 (diff)
Merged config
Diffstat (limited to 'config')
-rw-r--r--config19
1 files changed, 0 insertions, 19 deletions
diff --git a/config b/config
deleted file mode 100644
index e72242b..0000000
--- a/config
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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 (authentication and authorisation disabled)
-# server inter or intranet server (authentication and authorisation enabled)
-install=server
-
-# Git branch of services
-# Options: master development
-# "master" installs the current stable version
-branch=master
-