Important: This repositories has been replaced by https://github.com/wazo-platform/wazo-platform.org. You can
find the moved content into content/uc-doc/
.
This is the documentation for the Wazo project.
The live version is hosted at http://documentation.wazo.community
With python2 and virtualenvwrapper :
mkvirtualenv -p /usr/bin/python2 doc
pip install -r requirements.txt
make html
You will need a LATEX compilation suite. On Debian, you can use the following packages :
$ apt-get install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended