summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-12 12:07:02 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-12 12:07:02 +0200
commitb3106bf37b94632f0cc3a4b99922868b7eea10fa (patch)
tree6216741f169031d3a39afea34dcf01d21a07252b
parentaf04398a95f2eb04dc01648921eb7e040bbe2b65 (diff)
parentd6d37c36feafac194b0ccbbbd20f0c8c14d946a8 (diff)
Merge branch 'universal_installer' of github.com:opentox/install into universal_installer
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 98c760d..adb12ed 100644
--- a/README
+++ b/README
@@ -13,12 +13,13 @@ Here are some of my goals when writing the installer:
- Encapsulated (everything is installed in a sub-directory in $HOME)
- Logged (all non-elemtary actions are logged)
-Even if we officially support only *one* distro (currently Debian 6.0.1), I tested the installer successfully on various Ubuntus. In the README at the top are the requirements of the installer. By default, everything is installed to $HOME/opentox-ruby (=OT_PREFIX). The configs go OT_PREFIX/.sh_<Package>_ot.sh for each package.
+Even if we officially support only *one* distro (currently Debian 6.0.1), I tested the installer successfully on various Ubuntus. In the README at the top are the requirements of the installer. By default, everything is installed to $HOME/opentox-ruby (=OT_PREFIX). The configs go to OT_PREFIX/.sh_<Package>_ot.sh for each package.
-After running the installer, configure the operating system by editing the startup file of your favorite shell (in my case, BASH with to the file ~ /. bashrc) include file ~/.opentox-ui.sh (in my case with 'source ...'). This file is the only one that the installer creates outside OT_PREFIX. Thus, the system is fully configured: If you open a new shell, all environment variables adjusted.
+After running the installer, configure the system by editing the startup file of your favorite shell (in my case, BASH with the file ~ /. bashrc) to include ~/.opentox-ui.sh (in my case with 'source ...'). This file is the only one that the installer creates outside OT_PREFIX. Thus, the system is fully configured: If you open a new shell, all environment variables will be adjusted.
+
+Edit ~/.opentox/config/production.yaml and change ": server: nil" to "server" (once).
To start the system I run the following (but that is not part of the installer):
-Edit ~/.opentox/config/production.yaml and change ": server: nil" to "server" (once)
sudo nohup ~/opentox-ruby/redis-2.2.2/src/redis-server ~/opentox-ruby/redis-2.2.2/redis.conf &
sudo nohup ~/opentox-ruby/nginx/sbin/nginx -c ~/opentox-ruby/nginx/conf/nginx.conf &