Skip to content

inq-team/inq-web

Repository files navigation

This project faciliates sources for http://www.inquisitor.ru/ website. It outputs almost pure static HTML and is generated by webgen.

Installation

Debian/Ubuntu

# apt-get install ruby1.8-dev rubygems librmagick-ruby
$ gem install --remote --version '=3.0.4' --no-rdoc --no-ri RedCloth
$ gem install --remote --version '=0.4.7' --no-rdoc --no-ri webgen
$ mkdir ~/bin
$ ln -s ~/.gem/ruby/1.8/bin/webgen ~/bin

Building

Then run webgen to rebuild the site:

$ webgen

And use the browser to view the output in output/ directory.

Publishing

Run ./publish script to publish results on live websites. Obviously, you'll need credentials at current target web servers.