SMART icon indicating copy to clipboard operation
SMART copied to clipboard

Add instructions for deploying in production

Open rjurney opened this issue 4 years ago • 2 comments

I want to deploy this in production so that task workers (in this case friends) can help me label data. It would be great if someone did this and documented it. Since nobody has, I suppose that will be me.

But by all means, if anyone has done this - please let me know!

rjurney avatar Feb 28 '20 00:02 rjurney

I happened to do this a couple of weeks ago. The whole process was actually very simple: I updated the prod Dockerfiles so that an image could be built. However, it does seem like that I've been running the development server (that is python ./manage.py runserver 0.0.0.0:8000) the whole time so I guess it would need a bit more work.

If you'd be up for putting this documentation together, please let me know -- I'd be happy to help!

mrshu avatar Apr 23 '20 18:04 mrshu

The prod images do not build. Lots of things seem to be broken (paths and python versions). The dev images work fine though.

lobocv avatar Apr 07 '22 17:04 lobocv