Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

mozilla-services/servicedenuages.fr

Service de nuages

Load and update plugins submodule:

git submodule init
git submodule update --recursive
git submodule status

To build the blog, just run:

make html

and to publish it:

make publish

Publish to gh-pages:

make github

Dependencies

Most of the dependencies are pure Python and are thus handled by pip directly; however, in order to build graphs dynamically, the dot binary from Graphviz is required.

To install dependencies you can use:

sudo apt-get install graphviz libjpeg8-dev libpng-dev python-dev