-
Notifications
You must be signed in to change notification settings - Fork 53
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
Docker compatibility #32
Comments
https://store.docker.com/community/images/systemsector/tematres (this docker have tematres 2.2) |
We are going to use TemaTres for our app, for managing taxanomies of our software. We can make our dockerfile afterwards available to all users, however I have two questions:
I guess mysql version 5.7 is ok. php version in your wiki doc says something about v4 or 5. Should we use php 5.6 (currently not supported) or, even go for version 7.3? Thank you! |
Hi @juanda99 :) I'm very happy about your initiative to put TemaTres in Docker. We test in production Tematres in PHP Version 7.0.33 and MySql mysql 5.7 (mysql 5.7.25). best regards! |
Hello, One thing would be amazing will be to fetch some configuration from environment variables and the db password from secrets/or environment variables. For my usage I use this dockerfile :
I do not need a mysql inside since I use an external service for that. You can also use the image with kubernetes :
Some other things:
Edit:
|
Hi @T1loc :) thank you about the feedback and in special about the las 3 recomendations :). We go to:
About URI: Tematres can manage many instances with the same core, so we use the URI of each vocab to manage differentiate sessions. You can change the URI in config form. Another solution can be use relative URL in navigation. About Dokeos... I do not have experience with dokeos... please help me to help :) I know case about tematres fork who add tiny script to create tematres instances (http://vocabularios.educacion.gov.ar/admin/) Best regards :) |
Please check the new commit, we add support in db.tematres.php for InnoDB and charset configuration :). Thank you! |
it looks good ! thank you. |
It will be cool and easiest if the application run at docker containers.
The text was updated successfully, but these errors were encountered: