Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mozilla-services/servicedenuages.fr
- Owner: mozilla-services
- License: apache-2.0
- Archived: true
- Created: 2015-04-15T15:07:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T12:39:32.000Z (over 1 year ago)
- Last Synced: 2024-07-14T17:45:22.265Z (4 months ago)
- Topics: abandoned, unmaintained
- Language: HTML
- Homepage: http://www.servicedenuages.fr
- Size: 37.2 MB
- Stars: 5
- Watchers: 6
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - mozilla-services/servicedenuages.fr - DEPRECATED - Storage team blog. (others)
README
Service de nuages
=================Load and update plugins submodule::
git submodule init
git submodule update --recursive
git submodule statusTo 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