summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README21
-rw-r--r--config7
2 files changed, 20 insertions, 8 deletions
diff --git a/README b/README
index 734ad0b..3c85262 100644
--- a/README
+++ b/README
@@ -1,8 +1,19 @@
Installer for OpenTox IST/ALU Services
+======================================
-Usage (currently only for Debian):
+Usage
+-----
- git clone http://github.com/helma/opentox-install.git
- cd opentox-install
- vi config
- sudo ./install
+tested with Debian Squeeze, might work for Ubuntu and other Debian based distributions
+
+ git clone http://github.com/opentox/install.git
+ cd install
+ vi config
+ sudo ./install
+
+Adjusting for other distributions
+---------------------------------
+
+- Create a script {distribution}.sh that installs all dependencies and libraries
+- Set {distribution} in config
+- Run sudo ./install
diff --git a/config b/config
index 272b132..b5dabcc 100644
--- a/config
+++ b/config
@@ -17,6 +17,7 @@ mysql_root=opentox
install=server
# Git branch of services
-# Options: master test development
-# "master" is the current stable version
-branch=development
+# Options: master development
+# "master" installs the current stable version
+branch=master
+