Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Meta

Date: April 26, 2022 10:30 am, Room -115

Presenters: Ivo Branco • Sandro Costa • Samuel Paccoud • Jean-Baptiste Penrath

Samuel led the talk and is from FUN:

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

This talk is a how-to for an open source prospectus.

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 site URL. We used demo and demo.com.

Make and activate the site:

bash bin/activate
export RICHIE_SITE=demo
make bootstrap

  • No labels