Sha256: cab0952e7dcb322cdd8fd5c3473493038dedf988c40b43515c6d19b720611d13

Contents?: true

Size: 1.94 KB

Versions: 5

Compression:

Stored size: 1.94 KB

Contents

---
title: Download & Installation
inMenu: true
---
h2(#download). Download


The newest version of webgen can be downloaded from Rubyforge.

Homepage: "webgen.rubyforge.org":http://webgen.rubyforge.org

Download: "http://rubyforge.org/frs/?group_id=296":http://rubyforge.org/frs/?group_id=296


h2(#deps). Dependencies


* "cmdparse":http://cmdparse.rubyforge.org version 2.0.0 or higher

* "RedCloth":http://redcloth.rubyforge.org version 2.0.10 or higher for Textile support (needed for examples
  and included website templates)

* [optional] "BlueCloth":http://www.deveiate.org version 1.0.0 or higher if you want Markdown
  support

* [optional] "RMagick":http://rmagick.rubyforge.org/ version 1.7.1 or higher if you want automatic
  thumbnail creation for image galleries

* [optional] "builder":http://builder.rubyforge.org/ version 2.0.0 or higher if you want programatic
  HTML/XML file generation

* [optional] "exifr":http://exifr.rubyforge.org/ version 0.10 or higher if you want to be able to
  have EXIF information available for image galleries

* [optional] "coderay":http://coderay.rubychan.de/ version 0.7.4.215 or higher if you want syntax
  highlighting to be available for certain plugins


All the optional libraries can be installed via Rubygems (which I recommend). You can check the
availability of the libraries by executing

  $ webgen check libs

The output tells you whether webgen has been able to load the optional libraries or not!


h2(#installation). Installation


The easiest way to install webgen is via Rubygems

  $ gem install webgen

However, you can also use the included @setup.rb@ installation method:

  $ ruby setup.rb config
  $ ruby setup.rb setup
  $ ruby setup.rb install

Or all commands together via

  $ rake install


The above listed methods also work when installing on Windows (preferred way is via Rubygems).




--- sidebar, textile

<h1>Information</h1>

webgen has been tested on Linux and on Windows XP with Ruby 1.8.4.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
webgen-0.4.5 doc/src/download.page
webgen-0.4.3 doc/src/download.page
webgen-0.4.4 doc/src/download.page
webgen-0.4.6 doc/src/download.page
webgen-0.4.7 doc/src/download.page