Tutorial: Create a course catalog in 90 minutes
Meta
Date: April 26, 2022 10:30 am UTC+1, Room -115
Presenters: Ivo Branco • Sandro Costa • Samuel Paccoud • Jean-Baptiste Penrath
Samuel led the talk and is from France Université Numérique (FUN).
FUN operates this MOOC Open edX instance:
This talk is a how-to for an open source prospectus FUN created called Richie.
Set up
Instructions for demo:
https://richie.education/docs/next/cookiecutter
Repeated here.
Start the container:
docker run --rm -it -u $(id -u):$(id -g) -v $PWD:/app fundocker/cookiecutter gh:openfun/richie --directory cookiecutter
Choose [a-z]
org name. Then:
cd orgname-richie-site-factory
Add the site:
make add-site
Choose any site name and domain. We used demo
and demo.com
.
Make and activate the site:
Once done, populate demo data:
Create a superuser:
Log in using the created credentials via https://locahost:8070/admin.
You can edit any page on the site by navigating to it and clicking on Edit on the top right after logging in as the superuser.
Synchronize Course Catalog