updating docs for debugging on prod system, such as a VM
authorBryan <btbonval@gmail.com>
Tue, 14 Jan 2014 22:58:16 +0000 (17:58 -0500)
committerBryan <btbonval@gmail.com>
Tue, 14 Jan 2014 22:58:16 +0000 (17:58 -0500)
README.md

index e4da2f5f21fb4d49b1211fde35ac2033de917504..3f50bd21a06d18d005e24e929f6d11f4ed738afa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -293,6 +293,8 @@ not generally be needed.
    Within the virtualenv:
 
     1. Update the Python depenencies with `pip -i {project_root}/reqs/prod.txt`
+        * If you want debugging on a production-like system, run
+          `pip -i {project_root}/reqs/vmdev.txt`
     
     1. Setup the database with `python {project_root}/manage.py syncdb --migrate`
 
@@ -417,6 +419,7 @@ pip) are listed in these files:
 * `{project_root}/reqs/common.txt`
 * `{project_root}/reqs/dev.txt`
 * `{project_root}/reqs/prod.txt`
+* `{project_root}/reqs/vmdev.txt` (just a combo of dev.txt and prod.txt)
 
 # Thanks