From 4aca7a222598529433c201ed9c85530c5a34197d Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 20 Jul 2020 09:49:54 -0400 Subject: [PATCH] Update Dev Logs --- Dev Logs.md | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/Dev Logs.md b/Dev Logs.md index ffe7faa..1ca607f 100644 --- a/Dev Logs.md +++ b/Dev Logs.md @@ -1,7 +1,7 @@ # Dev Logs These are daily and weekly summaries of the work thats been done on webqueue2. They start on 6/23 because that's whe this document was started but other work was done before this time. -## Week 4: 7/13/20 - 7/19/20 +## Week 5: 7/20/20 - 7/26/20 ### This Week's Goals - Finish Item View - Finish read-only API @@ -10,6 +10,31 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T --- + + + + + + + + + + + + + + + +## Week 4: 7/13/20 - 7/19/20 +### This Week's Goals +- Finish Item View +- Finish read-only API + +### This Week's Recap +- Created a working and reproducable environment to run Flask and WSGI apps in Python 3 using virtual environments and gunicorn + +--- + ### Monday - 7/13/20 - Got python virtual environments to work with mod_python under Apache - **Note:** Commands run through the virtual environment's interpreter MUST be run on templeton. @@ -22,10 +47,8 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T - Got mod_wsgi-py3 running under Ubutnu 18.04. See [installation notes](https://github.rcac.purdue.edu/ECN/webqueue2/blob/master/docs/Installing%20Apache2%20and%20mod_wsgi%20on%20Ubuntu%2018.04.md). - Got mod_wsgi-p2 running under CentOS 6.10. - - - - +### Thursday - 7/16/20 +- Successfully ran Flask in a Python 3 virtual environment and proxied api requests to a Flask app via gunicorn. Plan to proceed with this method. ## Week 3: 7/6/20 - 7/12/20 ### This Week's Goals: