aboutsummaryrefslogtreecommitdiff
path: root/misc/notes.txt
blob: 9d31fb5dbb8dc331b896e287d9ad7766744d8275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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)

===========================================

Unset ASKPASS when trying to git push

unset SSH_ASKPASS

===========================================

Python stuff:

Classes should always inherit "object"