pgRouting / website

Repository to deploy pgRouting website using Sphinx/ReST
https://pgrouting.org
24 stars 28 forks source link

pgRouting - Website

This readme describes how to setup the pgRouting website on Debian/Ubuntu server.

Installation

sudo apt-get install python-sphinx texlive-latex-base
git clone git://github.com/pgRouting/website.git website
cd website
make html
git checkout gh-pages
cp -r _build/html/* .
git add <new pages>
git commit -a -m "<commit message>"
git push origin gh-pages

License

Copyright(c) pgRouting Contributors

This documentation is licensed under a Creative Commons Attribution-Share Alike 3.0 License