HI all, I am new to open edx. tried to install devstack. I cloned devstack in my local system and followed the instructions. make dev.provison step failed and got the below error
this was through but on opening the lms server I just found the welcome page… I did sign up. But I didn’t receive any activation link. I don’t know how to proceed further.
My requirement is: I would like to set up LMS and Authoring tool and little development/customization if required .
Getting the same error even if I execute in virtual environment.
ERROR: for edx.devstack.lms UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=180)
ERROR: for lms UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=180)
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 180).
make[1]: *** [Makefile:217: impl-dev.provision] Error 1
make[1]: Leaving directory ‘/home/poovizhi/virtualenvironment/devstack’
make: *** [Makefile:221: dev.provision] Error 2
(devstack) poovizhi@dti7de18-226:~/virtualenvironment/devstack$
So I think you might be missing to set the proper release variable. Check OPENEDX_RELEASE variable and also check if the clone that you did was of the correct version as well.
Apart from that, for mails and stuff you’ll need SMTP to be set.
I suggest to read through documentation and follow things from there.