aboutsummaryrefslogtreecommitdiff
path: root/misc/gn_installation_notes.txt
diff options
context:
space:
mode:
authorZachary Sloan2013-01-25 23:58:58 +0000
committerZachary Sloan2013-01-25 23:58:58 +0000
commit8e6fd914688625b686e8bd7da1704e96d83265f1 (patch)
treedec4b1cfb139e83a71adbcb4e982d7e231b50a8d /misc/gn_installation_notes.txt
parentb2c9e0a7dce0dc474704bf53ed70f9d92694d289 (diff)
downloadgenenetwork2-8e6fd914688625b686e8bd7da1704e96d83265f1.tar.gz
Added a bunch of things to notes
Diffstat (limited to 'misc/gn_installation_notes.txt')
-rw-r--r--misc/gn_installation_notes.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/misc/gn_installation_notes.txt b/misc/gn_installation_notes.txt
index 173f2819..bad21226 100644
--- a/misc/gn_installation_notes.txt
+++ b/misc/gn_installation_notes.txt
@@ -19,6 +19,27 @@ apt-file search _______
Install from requirements.txt:
pip install -r gene/wqflask/requirements.txt -t ve27
+
+============================================
+
+Using dpkg
+
+Check which system packages are already installed:
+dpkg -l | less
+
+===========================================
+
+Using Yolk
+
+Install Yolk:
+pip install yolk
+
+Check packages installed in this virtual environment:
+yolk -l
+
+Checks packages that have updates available:
+yolk -U
+
===========================================
Installing virtualenv:
@@ -97,6 +118,12 @@ pip install logging_tree
==========================================
+Install colordiff (just to make it easier to view differences in files, not necessary for GN)
+
+sudo apt-get install colordiff
+
+==========================================
+
To get server running:
!If having seemingly inexplicable problems with imports, make sure I've started the environment!