openshift-instruqt / blog-django-py

Sample blog application implemented using Python and Django.
44 stars 329 forks source link

Missing 'scripts/setup' #1

Open williamcaban opened 6 years ago

williamcaban commented 6 years ago

The instructions for persistent storage ask to run a setup script but this does not seems to be included in the source code or image for this project.

I'm referring to this section:

To run the setup script from the command line, you can run:

POD=oc get pods --selector app=blog-from-source-py -o name oc rsh $POD scripts/setup

citicruiser commented 4 years ago

ran into same issue.

ASCAPNYC-0698:apps pei_wang$ oc rsh $POD scripts/setup ERRO[0000] exec failed: container_linux.go:346: starting container process caused "exec: \"scripts/setup\": stat scripts/setup: no such file or directory" exec failed: container_linux.go:346: starting container process caused "exec: \"scripts/setup\": stat scripts/setup: no such file or directory" command terminated with exit code 1

ctrafa commented 4 years ago

same thing here!!! I'm deploying it to a openshift OCP cluster.

eyenx commented 11 months ago

it's under .s2i/action_hooks/setup