Skip to content

Commit

Permalink
Update Dev Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Jul 20, 2020
1 parent 0e00c86 commit 4aca7a2
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions Dev Logs.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -10,6 +10,31 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T

---

<!-- ### Monday - 7/20/20 -->

<!-- ### Tuesday - 7/21/20 -->

<!-- ### Wednesday - 7/22/20 -->

<!-- ### Thursday - 7/23/20 -->

<!-- ### Friday - 7/24/20 -->

<!-- ### Saturday - 7/25/20 -->

<!-- ### Sunday - 7/26/20 -->


## 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.
Expand All @@ -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 -->
<!-- ### Friday - 7/17/20 -->
<!-- ### Saturday - 7/18/20 -->
<!-- ### Sunday - 7/19/20 -->
### 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:
Expand Down

0 comments on commit 4aca7a2

Please sign in to comment.