aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorZachary Sloan2013-07-17 23:06:32 +0000
committerZachary Sloan2013-07-17 23:06:32 +0000
commit1a3a456eb7635337a966913f2e2e75c8a89bb92e (patch)
treea57c551065d9ffadddaac481311acf54dad6a3c1 /misc
parentc89e66a6c772de31abc9336acebc72483f84074c (diff)
downloadgenenetwork2-1a3a456eb7635337a966913f2e2e75c8a89bb92e.tar.gz
Fixed gen_select_dataset.py
Appended redis installation info to notes
Diffstat (limited to 'misc')
-rw-r--r--misc/gn_installation_notes.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/misc/gn_installation_notes.txt b/misc/gn_installation_notes.txt
index 7545a5b8..913021db 100644
--- a/misc/gn_installation_notes.txt
+++ b/misc/gn_installation_notes.txt
@@ -181,6 +181,46 @@ ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key
============================================
+Installing redis server
+
+In the dls directory:
+$ wget http://redis.googlecode.com/files/redis-2.6.14.tar.gz
+$ tar xzf redis-2.6.14.tar.gz
+$ cd redis-2.6.14
+$ make
+
+Run redis (from inside redis-2.6.14 directory):
+src/redis-server
+
+For the rest of the installation instructions, refer to:
+http://redis.io/topics/quickstart
+
+To continue installation (from the README):
+
+In order to install Redis binaries into /usr/local/bin just use:
+
+ % make install
+
+Make install will just install binaries in your system, but will not configure
+init scripts and configuration files in the appropriate place. This is not
+needed if you want just to play a bit with Redis, but if you are installing
+it the proper way for a production system, we have a script doing this
+for Ubuntu and Debian systems:
+
+ % cd utils
+ % ./install_server
+
+The script will ask you a few questions and will setup everything you need
+to run Redis properly as a background daemon that will start again on
+system reboots.
+
+In the redis config file (/etc/redis/6379.conf) uncomment the following line:
+bind 127.0.0.1
+
+This is so only the local computer has access
+
+============================================
+
Using Yolk
Install Yolk: