| Generate build and run modified version of hypothesis in a production environment | fico89 | 7/27/16 12:16 AM | Hi, Do you have any instructions or recommendations to generate the build version of hypothesis after have done some modifications so we don't have to use the development environment to serve final users? Thanks in advance for your help. |
| Re: [h-dev] Generate build and run modified version of hypothesis in a production environment | Nick Stenning | 8/1/16 3:37 AM | Hi Federico, We deploy
That will build the source code into an image called We push the built image to the Docker Hub and deploy by If you do this, you'll need to ensure you have appropriate config set in the environment for the docker container you run. At a bare minimum, I think you'll need something like this -- say in a file called
The Of course, you'll also need to set the values of Once that's done, you can run Hypothesis using something like:
Sorry this is still so ad-hoc. We're investing time in improving the state of things for people who want to run their own services, but in the meantime running -N --
|
| Re: [h-dev] Generate build and run modified version of hypothesis in a production environment | fico89 | 8/1/16 1:55 PM | Thanks! :) --
FEDERICO LÓPEZ GÓMEZ Ingeniero de Sistemas Universidad del Valle |