Skip to content

Get PQR up and running again #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amCap1712
Copy link

Due to lack of maintenance, the codebase has become outdated. I was unable to build it as is on Ubuntu 22.04. This PR has the minimal changes I needed to get the server up and running again.

  1. Update to Python 2.7.18. Older versions of Python cannot be built.
  2. The latest versions of Flask are incompatible with Python 2 and existing code. So, Pin dependency versions of Flask and related deps.
  3. Remove a secret_config import as the file is not present in the repo.
  4. Install lesshat using npm and update lesshat imports.
  5. Update gulp and related imports.
  6. Fix code in bindevents.js to make gulp build pass.

Due to lack of maintenance, the codebase has become outdated. I was unable
to build it as is on Ubuntu 22.04. This PR has the minimal changes I needed
to get the server up and running again.

1) Update to Python 2.7.18. Older versions of Python cannot be built.
2) The latest versions of Flask are incompatible with Python 2 and existing
  code. So, Pin dependency versions of Flask and related deps.
3) Remove a secret_config import as the file is not present in the repo.
4) Install lesshat using npm and update lesshat imports.
5) Update gulp and related imports.
6) Fix code in bindevents.js to make gulp build pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant