Hi all,
I have some problem while installing Open edX on production server, I’m using native installation method and open-release/maple.1 version. But, after long time running, it come up with some ansible error as below:
TASK [edxapp : combined lms auth env for yml] **********************************
fatal: [localhost]: FAILED! => {“censored”: “the output has been hidden due to the fact that ‘no_log: true’ was specified for this result”}
Hi @SamnangLaor!
Looks like you have an error in your server vars, probably a duplicated value, invalid key name or a syntax error. Unfortunately log is disabled for this task.
Btw, is there an specific reason for using native installation instead of Tutor? Note that maple is likely to be the last release supporting native installation. If you can, I’d suggest giving Tutor a try.
Well… that can depend on multiple factors.
I suggest you start with the default values to get a working installation, and then start making changes progressively to match your needs. A tutor local quickstart should work in most situations and it’s a good starting point. Remember that starting from maple, you will need to enable the MFE plugin.
If you need support to make a particular installation, you can find many solutions providers that can help you.
Thanks @erickhgm and @Andres.Aulasneo , I come up with the issue because I have not set up sub domain for studio on Azure Cloud. After config sub domain, everything is perfectly orchestrate.
Cheer!