diff options
-rw-r--r-- | misc/notes.txt | 14 | ||||
-rw-r--r-- | wqflask/requirements.txt | 23 |
2 files changed, 35 insertions, 2 deletions
diff --git a/misc/notes.txt b/misc/notes.txt index 306cadeb..f9834fa3 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -1,3 +1,8 @@ +Clone code from git repository: +git clone http://github.com/zsloan/genenetwork.git gene + +============================================ + To get server running: !If having seemingly inexplicable problems with imports, make sure I've started the environment! @@ -27,6 +32,9 @@ byobu -RD (to start) control-a then :multiuser on control-a then :acladd sam +More info on sharing byobu screen with other users: +http://wiki.networksecuritytoolkit.org/nstwiki/index.php/HowTo_Share_A_Terminal_Session_Using_Screen + control-a c to create channel type: screen -list for sessions @@ -60,7 +68,11 @@ unset SSH_ASKPASS htop: Gives information on processes, cpu/memory load, etc dstat: Also gives various system information, resource usage, etc df: Reports file system disk space usage -d + +=========================================== + +ll h*: Finds items in the directory starting with h + =========================================== tidyp - Improves/beautifies html code diff --git a/wqflask/requirements.txt b/wqflask/requirements.txt index 684722aa..ee5972b1 100644 --- a/wqflask/requirements.txt +++ b/wqflask/requirements.txt @@ -1,5 +1,26 @@ -Flask==0.8 +Flask==0.9 Jinja2==2.6 MySQL-python==1.2.3 +Piddle==0.1-dev +PyYAML==3.10 +Reaper==1.0 +SQLAlchemy==0.7.9 Werkzeug==0.8.3 +ipython==0.13.1 +logging-tree==1.1 +logilab-astng==0.24.0 +logilab-common==0.58.1 +mercurial==2.4-rc +nose==1.2.1 +numarray==1.5.2 +numpy==1.6.2 +pp==1.6.2 +pylint==0.25.2 +readline==6.2.2 +requests==0.13.3 +## FIXME: could not find svn URL in dependency_links for this package: +rpy2==2.2.6dev-20120907 +scipy==0.11.0 +simplejson==2.6.2 wsgiref==0.1.2 +yolk==0.4.3 |