Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

https://www.fun-mooc.fr/en/

This talk is a how-to for an open source prospectus FUN created called Richie.

https://richie.education/

Set up

Instructions for demo:

...

Code Block
make add-site

Choose any site name and site URLdomain. We used demo and demo.com.

...

Code Block
bash bin/activate
export RICHIE_SITE=demo
make bootstrap

Once done, populate demo data:

Code Block
make demo-site

Create a superuser:

Code Block
make 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