Program,Course,Batch Hierarchy Creation

We are trying to customize openedx ironwood release for an university project.There we need to create a hierarchy like programs,course,batch.Is it possible to implement with openedx ? Most of the documentation shows Program creation is associated with discovery service.When we check the status of services by /edx/bin/supervisorctl status
analytics_api RUNNING pid 3492, uptime 5 days, 0:03:32
certs RUNNING pid 15428, uptime 4 days, 23:23:32
cms RUNNING pid 3796, uptime 5:13:14
discovery RUNNING pid 21189, uptime 2 days, 2:50:38
ecommerce RUNNING pid 12180, uptime 5 days, 0:08:31
ecomworker RUNNING pid 14192, uptime 5 days, 0:07:40
edxapp_worker:cms_default_1 RUNNING pid 26802, uptime 5 days, 0:29:34
edxapp_worker:cms_high_1 RUNNING pid 26814, uptime 5 days, 0:29:32
edxapp_worker:lms_default_1 RUNNING pid 27042, uptime 5 days, 0:29:31
edxapp_worker:lms_high_1 RUNNING pid 27137, uptime 5 days, 0:29:30
edxapp_worker:lms_high_mem_1 RUNNING pid 27248, uptime 5 days, 0:29:28
forum RUNNING pid 17800, uptime 4 days, 23:22:11
insights RUNNING pid 21206, uptime 2 days, 2:50:20
lms RUNNING pid 19631, uptime 5:33:10
notifier-celery-workers RUNNING pid 9403, uptime 4 days, 23:29:03
notifier-scheduler RUNNING pid 9351, uptime 4 days, 23:29:20
xqueue RUNNING pid 12470, uptime 4 days, 23:26:39
xqueue_consumer RUNNING pid 12507, uptime 4 days, 23:26:38

it shows all these services are running.
I follow this documentation (https://readthedocs.org/projects/edx-discovery/downloads/pdf/latest/) for accessing the discovery database. But I have no idea to enable the front end for discovery service. I got this page when I tried to access localhost:18381

.Simply my need is to create a course hierarchy. Please guide me if I am on the wrong path.

1 Like

@Devi_Sithar To Login use yourdomain.com:18381/admin

follow the documentation to create super user for loggining into the account.
https://github.com/edx/course-discovery/blob/master/docs/introduction.rst#api

@chinmaybhatk Thanks for the reply. I tried this and I can access the discovery admin. But I still can’t find out how to create a program.

Maybe this can help.

1 Like

Hi @Xperez. Thank you.