From 3a1599873fb2aa5fdd441160a8b559b160061977 Mon Sep 17 00:00:00 2001 From: Bryan Date: Tue, 14 Jan 2014 17:58:16 -0500 Subject: [PATCH] updating docs for debugging on prod system, such as a VM --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e4da2f5..3f50bd2 100644 --- 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 -- 2.25.1