diff options
author | Zachary Sloan | 2013-02-21 16:26:22 -0600 |
---|---|---|
committer | Zachary Sloan | 2013-02-21 16:26:22 -0600 |
commit | d391c4ca17a32c672b6aa65bb586d73eee4b48fc (patch) | |
tree | 0b38104590d5f01b7eddd267f75a1c50fe659ed4 /misc | |
parent | acbccafc5683e13cb13e426fadf9b8a4c919c4c9 (diff) | |
download | genenetwork2-d391c4ca17a32c672b6aa65bb586d73eee4b48fc.tar.gz |
Adding genotypes and new_genotypes (json files) directories to git
so they can be pulled to the new EC2 server
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/notes.txt b/misc/notes.txt index a2e9b32a..fd08d9a2 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -27,6 +27,7 @@ dpkg -l | less ============================================ +NEVER USE SUDO WITH PIP To fix error "mysql_config not found": sudo apt-get install libmysqlclient-dev @@ -62,6 +63,7 @@ history | grep "(whatever is being searched for)" Run web server: /usr/local/nginx/sbin/nginx +/usr/sbin/nginx Run server: python runserver.py |