hi all i configure ecommerce site configuration when i execute this commande
python manage.py create_or_update_site --site-id=1 --site-domain=<server:18130 or url> --partner-code=edX --partner-name='Open edX' --lms-url-root=http://<server or url> --theme-scss-path=sass/themes/edx.scss --payment-processors=cybersource,paypal --client-id=<change to OIDC client ID> --client-secret=<change to OIDC client secret> [email protected] i change the argument i have this error manage.py create_or_update_site: error: argument --discovery_api_url is required but i don't know where to find this argument thanx for your help Le mardi 7 juin 2016 15:03:14 UTC-4, Clinton Blackburn a écrit : > > Avadhut, > > Again, we are not yet ready to provide open source support for the Course > Catalog service. All of our IDAs use edX OpenID Connect, so you can find > docs at > http://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/ecommerce/index.html; > > but, we do not have any publicly-available docs for the Course Catalog > service. > > You are welcome to try the code, but we are not committing to supporting > it at this time. > > Clinton Blackburn > > On Tue, Jun 7, 2016 at 7:40 AM, <[email protected] <javascript:>> > wrote: > >> >> Thanks Clinton, >> >> As course discovery provides REST api, I am planning to use this for >> providing support of edx-discovery-search on mobile clients. >> >> I am trying to test current implementation of course-discovery with >> latest master branch of edx-platform. >> >> Can I get details/docs of operation flow between LMS server and course >> discovery server ? >> >> I did not understand how catalog are feed in course discovery server ? >> >> Thanks >> Avadhut >> >> On Friday, June 3, 2016 at 4:06:42 AM UTC+5:30, Clinton Blackburn wrote: >>> >>> Avadhut, >>> >>> The Course Catalog service (formerly known as Course Discovery) is not >>> yet read for OpenEdX support. We will announce it's support once it is >>> available. >>> >>> Clinton >>> >>> On Thursday, June 2, 2016 at 6:55:09 AM UTC-4, [email protected] >>> wrote: >>>> >>>> Hi All, >>>> >>>> I am running local devstack with latest master branch of edx-platform. >>>> >>>> I was able to find the course-discovery api connectivity implementation >>>> here in >>>> https://github.com/edx/edx-platform/blob/master/openedx/core/djangoapps/api_admin/utils.py >>>> . >>>> >>>> But on my local devstack i was unable to found any course-discovery app >>>> ( https://github.com/edx/course-discovery ) installations. >>>> >>>> Does course discovery service needs manual installation in existing edx >>>> VM or come with default edx ansible installation ? >>>> >>>> I can find other REST services app like ecommerce in "/edx/app/" but >>>> not found course-discovery. >>>> >>>> Thanks >>>> Avadhut Sonawane >>>> >>>> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "General Open edX discussion" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/edx-code/4c0d3c80-ce38-49eb-ae55-b6dcfc0df34f%40googlegroups.com >> >> <https://groups.google.com/d/msgid/edx-code/4c0d3c80-ce38-49eb-ae55-b6dcfc0df34f%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > > -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/c44a6b1c-b1d1-49a1-b717-ac97a30c0f0b%40googlegroups.com.
