From e81098da1dfd9db8fbb20ef9fabdca6f432a609e Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 10 Mar 2011 11:58:12 +0100 Subject: README updated --- README | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 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 -- cgit v1.2.3 From 4caea3b8acb048d96739f5a4307c29efb5269e1c Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 10 Mar 2011 12:35:51 +0100 Subject: default branch master --- config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 + -- cgit v1.2.3