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
- Host: GitHub
- URL: https://github.com/textile/textile-doc-server
- Owner: textile
- Created: 2011-02-23T20:36:14.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-24T17:18:24.000Z (over 15 years ago)
- Last Synced: 2024-03-25T20:01:07.116Z (about 2 years ago)
- Language: Ruby
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.textile
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.