From 917227e5610374f838f3872df2f6df884cb4a239 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 10 Jul 2013 18:15:20 -0500 Subject: Updated installation notes --- misc/gn_installation_notes.txt | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3