Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 535 Bytes

README.textile

File metadata and controls

24 lines (16 loc) · 535 Bytes

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.