Francisco Ramirez
Francisco Ramirez
I think we need to be careful with this section because unlike all other parts of the tutorial, we can't implement it in a way that people can do outside...
I don't know if this works if I add it as comment or it has to be on the OP, but just to note that this will fix #269 EDIT:...
@ltalirz would it be good enough to have all the defaults for the interactive prompt be the ones that set up localhost?
Ahh, I see now. Yes, your second interpretation is right, since we were talking about localhost, my mind automatically inserted a `computer` between that `verdi setup`. Let me rethink this...
# Behaviour ### Starting new database easily ``` console (base) jovyan@cff850c30c3d:~/work/aiida-core$ verdi quicksetup Report: enter ? for help. Report: enter ! to ignore the default and set no value. Profile...
@sphuber people who have no admin access to the postgres service (we had a very recent case of someone who was in this situation, they had to make a request...
Functionality finished and tests added. I also documented the characteristics of the feature in the docstring of the options of the command, but there is no specific place in the...
I managed to get a "more minimal" example, if that helps. This is the `Dockerfile`: ``` # syntax=docker/dockerfile:1 FROM python:3-slim RUN pip3 install shellingham ENTRYPOINT ["tail", "-f", "/dev/null"] ``` Then...