aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorroot2013-07-10 18:15:20 -0500
committerroot2013-07-10 18:15:20 -0500
commit917227e5610374f838f3872df2f6df884cb4a239 (patch)
treeab069083e70f84e6f045a4e97d623ce4c7cbaaa4 /misc
parentd56f54d23b9f1621049e4cf62049e17e21b88201 (diff)
downloadgenenetwork2-917227e5610374f838f3872df2f6df884cb4a239.tar.gz
Updated installation notes
Diffstat (limited to 'misc')
-rw-r--r--misc/gn_installation_notes.txt27
1 files changed, 26 insertions, 1 deletions
diff --git a/misc/gn_installation_notes.txt b/misc/gn_installation_notes.txt
index 11bda48c..46441b39 100644
--- a/misc/gn_installation_notes.txt
+++ b/misc/gn_installation_notes.txt
@@ -137,6 +137,31 @@ sudo /usr/sbin/nginx
============================================
+Copy over zach_settings.py to /home/zas1024 directory (or whatever is home directory)
+
+export WQFLASK_SETTINGS=~/gene/wqflask/cfg/zach_settings.py (or wherever file is located)
+
+============================================
+
+Install MySQL Server
+
+sudo apt-get install mysql-server
+
+mkdir /mnt/big
+fdisk /dev/sdb
+m: for help
+n: new partion
+...
+w: write to table and exit
+
+Start MySQL server:
+service mysql start
+
+Stop MySQL server:
+service mysql stop
+
+============================================
+
Using Yolk
Install Yolk:
@@ -207,7 +232,7 @@ Start up virtual environment:
source ~/ve27/bin/activate
To set WQFLASK_SETTINGS environment variable:
-export WQFLASK_SETTINGS=~/gene/wqflask/cfg/zach_settings.py (or wherever file is located)
+export WQFLASK_SETTINGS=~/zach_settings.py (or wherever file is located)
To change screen environment variable (if man not working or to get color, for example):
export TERM=screen