-
Notifications
You must be signed in to change notification settings - Fork 0
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
Review OVPSync and make sure it's working well #2
Comments
This might be a good admin solution: |
I'm having trouble getting the project to compile. While I'm not sure that the root of the issue is the For the long term, I think this is a good move. As much as I appreciate the convenience of |
The migration of opam/dune from esy is basically done. Only thing left to do is test it on production and fill out the stages in the Dockerfile. Definitely a good move. esy was too much of a black box. |
When calling a Makefile task using docker-compose, the OPAM env would not be setup properly. This fixes that, if kinda clumsily. Tried a few different things to get `eval $(opam env)` to run before any task instead at every OPAM-dependent command, but couldn't figure anything else out. Hopefully I'll discover a better way sooner than later. issue #2
Also re-organized project so everything app related (as apposed to DB) is in the same folder. issue #2
We're moved over to opam/dune so all the esy stuff is no longer necessary. issue #2
So... the production server has run out of space. The solution will be to use multiple external storage devices. To accommodate this setup, OVPSync will need to be modified to handle multiple data destinations. |
The text was updated successfully, but these errors were encountered: