Saturday 7 November 2015

How to clone OpenFrameWorks documentation in Debian

Its helpful to have documentation of openFrameworks locally.Its possible to clone websites using wget but the good thing of using git is you can always update your clone with real one.

Follow these steps to clone documentation locally

1-git clone https://github.com/openframeworks/ofSite.git
2-install blogofile or apt-get install blogofile python-levenshtein
3-cd your git cloned folder
4-blogofile build
5-blogofile serve
6-go to http://127.0.0.1:8080/

Now you have openFrameworks website running locally :) 

No comments:

Post a Comment