/textile-doc-server

Generates online Textile documentation from textile-spec

Primary LanguageRuby

Textile Cookbook – Doc. Server

Serves formatted documentation from the Textile spec.

Running locally

  1. gem install bundler # may require sudo or root
  2. cd doc-server
  3. bundle install
  4. memcached -d
  5. shotgun config.ru
  6. Visit http://localhost:9393/

Requirements

  • Ruby 1.9.2
  • Bundler gem
  • Memcached server

Running the specs

To run the Sinatra web app’s specifications, just run rake.

To run the Textile specifications, which the Sinatra app formats and serves, consult your Textile implementation.