Versions Compared

Key

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

...

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

Set up

https://richie.education/docs/next/cookiecutter Instructions for demo

Start the container:

Code Block
docker run --rm -it -u $(id -u):$(id -g) -v $PWD:/app fundocker/cookiecutter gh:openfun/richie --directory cookiecutter

...

Code Block
cd orgname-richie-site-factory

Make and activate Add the site:

Code Block
make add-site
site

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

Make and activate the site:

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

...