Skip to content

textile/textile-doc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Generates online Textile documentation from textile-spec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published