Skip to content
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

Installation description in README doesn't have a lot of small details #1092

Closed
krllstdn opened this issue Dec 6, 2022 · 1 comment · Fixed by #1123
Closed

Installation description in README doesn't have a lot of small details #1092

krllstdn opened this issue Dec 6, 2022 · 1 comment · Fixed by #1123
Assignees

Comments

@krllstdn
Copy link
Contributor

krllstdn commented Dec 6, 2022

  • libssl1.1.1. for wkhtmltopdf
  • npm and node should be of a newer versions. otherwise some packages will not work. (by default apt installs version of node 12 which is too old for some packages)
  • swagger (openapi-generator) needs java 8 to work Swagger generation needs Java 8  #1091
  • sudo npm install -g @openapitools/openapi-generator-cli in frontend readme
  • first launch on Ubuntu system must be with super user rights (sudo openapi-generator-cli validate -i txmatching/web/swagger/swagger.yaml - command from Makefile). After that we can use regular make validate-swagger command. We need that to install the last version of openapi-generator (first run on the system makes an update because the version of it in npm is too old)

All described above is related to Ubuntu system and Ubuntu-based WSL

@krllstdn krllstdn self-assigned this Dec 6, 2022
@krllstdn
Copy link
Contributor Author

krllstdn commented Dec 9, 2022

was blocked by #1091

@krllstdn krllstdn added the blocked Blocked by another PR label Dec 9, 2022
@kubantjan kubantjan removed the blocked Blocked by another PR label Jan 3, 2023
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 a pull request may close this issue.

2 participants