$customHeader
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 4 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.

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

Set up

https://richie.education/docs/next/cookiecutter

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

Make and activate the site:

make add-site
bash bin/activate
export RICHIE_SITE=demo
make bootstrap
  • No labels