Bootstrapping Nikola

Nikola Tesla Corner by nicwest, on Flickr

I have managed to install Nikola, and build a site using it using this code:

install-nikola.sh (Source)

git clone git://github.com/getnikola/nikola.git
cd nikola
pip install -r requirements-full.txt
pip install .
nikola init --demo invibe
nikola build
nikola serve

Pretty simple, congratulations to the developpers!

More info: