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

Make DESDEO2 runnable on Rahti #137

Merged
merged 24 commits into from
Aug 15, 2024

Conversation

juropo
Copy link

@juropo juropo commented Aug 14, 2024

I added the necessary s2i scripts to make it possible to build DESDEO2 into an image using s2i.

Also, updated some of the database code.

  • The config file is now actually used for database connections. You might need to update it for your local testing.
  • Changed how the database is cleared if database already exists when db_init is called. I don't think this will change how it will work for anyone else, but this solution avoids problems with user rights when using pukki database service.

@light-weaver
Copy link
Member

Feel free to merge it if it works. Mai needs this for the work that she's doing.

@juropo juropo linked an issue Aug 15, 2024 that may be closed by this pull request
@juropo
Copy link
Author

juropo commented Aug 15, 2024

I also fixed the issue with terrible database configs while I was there.
This works on Rahti, and I don't think it should cause any issues for anyone testing stuff locally. Just make sure to check your database settings if you do.

@juropo juropo merged commit 294f70c into industrial-optimization-group:desdeo2 Aug 15, 2024
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.

Moving hard-coded webapi configs somewhere else
2 participants