Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 636 Bytes

README.rst

File metadata and controls

31 lines (19 loc) · 636 Bytes

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