front-end
Closed this issue · 8 comments
- check ReproNim standardization option
- turn it into a docker image
- play with to display a proof of concept website
- host on website
This setup seems to be completed 🙂 I suppose the question is what separation of concerns you'd like for different repositories: the entire code base from schema-ui
in this repo is certainly an option. If not, I'm not sure if it's very useful to have a Dockerfile in this repo.
EDIT: this might also be the place to discuss what you see as the next step to develop the web app. Let me know if you'd like any input!
I will talk with someone from ReproNim later today. I will see things more clearly after that I hope.
I am not sure that the render-ui at this stage of dev can do all the details we want but it can already do a lot. So I am keen to sort of keep them separate until we know more: if only to pull updates from the repronim repo easily.
But I agree that having a Dockerfile here is superfluous. Will kick it out.
I tried again yesterday on a different machine and this seemed to give me trouble again. Will make some further checks to see what is going on.
Hi @Remi-Gau, let me know if there's anything I can help you with and I'll check it out 👍
This is what I am getting and I am not sure what to make of it
remi@remi-XPS-15-9570:~/github/schema-ui$ docker-compose up
Recreating d8c395cbba88_d8c395cbba88_d8c395cbba88_d8c395cbba88_d8c395cbba88_schemaui_web_1 ...
Recreating d8c395cbba88_d8c395cbba88_d8c395cbba88_d8c395cbba88_d8c395cbba88_schemaui_web_1 ... error
ERROR: for d8c395cbba88_d8c395cbba88_d8c395cbba88_d8c395cbba88_d8c395cbba88_schemaui_web_1 no such image: sha256:b8f7d622f50cc208165a589ebde44eacbf7f1e5292c60ef34715a95476e0da68: No such image: sha256:b8f7d622f50cc208165a589ebde44eacbf7f1e5292c60ef34715a95476e0da68
ERROR: for web no such image: sha256:b8f7d622f50cc208165a589ebde44eacbf7f1e5292c60ef34715a95476e0da68: No such image: sha256:b8f7d622f50cc208165a589ebde44eacbf7f1e5292c60ef34715a95476e0da68
ERROR: Encountered errors while bringing up the project.
Also I think I also need to start looking into creating an actual website for this...