I’m sorry that I can’t help any further. I hope you are able to get some help from your previous developer. When you get settled, I recommend seeing if you can upgrade to a newer version (we’re about to release Redwood, and we release twice per year).
Some of the comments in the post about the moved repos may be helpful – rather than changing repo URLs from edx to openedx, you may be able to reconfigure git to automatically swap out the URLs on checkout.
Thank you so much for your swift response. The previous developer is not able to provide much assistance at the moment. I have been trying to use devstack from Lilac branch and getting issues. I am going to try and see the posts @Tim_McCormack has mentioned.
Future plan of work is definitely going to be upgrading to a newer version. But I need to get my system up and running first.
Thanks for your response @Tim_McCormack. I have a couple of more questions and I request you to please see if you can give me your insights on them as I am really struggling here:
I am trying to do a fresh installation using devstack on a Ubuntu VM. I have cloned devstack from the openedxURL instead of the edxURL this time and checked the lilac.master branch out (the previous developer has asked us to use the lilac.master branch because our development and production servers are using them currently). Seems like lilac.master branch still points to the edx URLs even on this repository(repo.sh). Therefore, I manually changed these files to point to the openedx versions for the repos which have been marked affected. I am not sure if this is a correct approach or not but this cloned all of the repos without throwing any git errors.
Even after cloning, make dev.provision fails and gives the error TASK [demo : import demo course] followed by a long error message. This makes me wonder if I should stop trying to install this version and go for a newer one? If yes, which version should I go for?
How should I go on about upgrading from lilac.master? Not just this time but how do I keep going to newer updates so that this does not happen with me or future developers anymore?
I can’t really provide much help on this, but for the moment, changing the URLs manually is probably your best bet.
The demo course issue might be related to a relatively recent change in the format of the demo course repo. Pinning the demo course import to an older commit may help.
I’ve pushed all the old open-release tags to edx/edx-platform and a few other repos that were affected, and hopefully that will unblock part of your work.
Thank you so much for your help and support! I will try it once again. I had started working on switching from devstack to tutor but I will give this a go once.