An open API service indexing awesome lists of open source software.

https://github.com/textile/textile-doc-server

Generates online Textile documentation from textile-spec
https://github.com/textile/textile-doc-server

Last synced: about 1 year ago
JSON representation

Generates online Textile documentation from textile-spec

Awesome Lists containing this project

README

          

h1. Textile Cookbook - Doc. Server

Serves formatted documentation from the Textile spec.

h2. Running locally

# @gem install bundler@ # may require sudo or root
# @cd doc-server@
# @bundle install@
# @memcached -d@
# @shotgun config.ru@
# Visit http://localhost:9393/

h2. Requirements

* Ruby 1.9.2
* Bundler gem
* Memcached server

h2. 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.