Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mozilla-services/servicedenuages.fr

DEPRECATED - Storage team blog.
https://github.com/mozilla-services/servicedenuages.fr

abandoned unmaintained

Last synced: 5 days ago
JSON representation

DEPRECATED - Storage team blog.

Awesome Lists containing this project

README

        

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