diff options
author | Zachary Sloan | 2012-09-12 18:22:45 -0500 |
---|---|---|
committer | Zachary Sloan | 2012-09-12 18:22:45 -0500 |
commit | f1d7725c5f7529c5f587bab4ea89d3467b903ddb (patch) | |
tree | 899dd0c7fe717412bc91b93661fd0498fd227e2f /misc/notes.txt | |
parent | e7e3117695ef86a28df96cf32bfb66f6da2bc404 (diff) | |
download | genenetwork2-f1d7725c5f7529c5f587bab4ea89d3467b903ddb.tar.gz |
Worked towards correctly passing form data to correlation page and addressed various bugs that arose while doing so
Diffstat (limited to 'misc/notes.txt')
-rw-r--r-- | misc/notes.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/misc/notes.txt b/misc/notes.txt new file mode 100644 index 00000000..be023c1d --- /dev/null +++ b/misc/notes.txt @@ -0,0 +1,41 @@ +To get server running: + +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) + +To search for commands in history if necessary: +history | grep "(whatever is being searched for)" + +Run server: +python runserver.py + +=========================================== + +Start screen session +byobu -RD (to start) +control-a then :multiuser on +control-a then :acladd sam + +type: screen -list for sessions +screen -r zas1024/25679.byobu + +or if only one: + +screen -r zas1024/ + +=========================================== + +Coffeescript Stuff: + +coffee -c (filename) +coffee -c -w (to watch for changes and recompile) +coffee --help (for information about setting options) + +=========================================== + +Python stuff: + +Classes should always inherit "object"
\ No newline at end of file |