Skip to content

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