bomberstudios / sinatra_wiki
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
config.ru | ||
| |
config.yml | ||
| |
lib/ | ||
| |
public/ | ||
| |
sinatra_wiki.rb | ||
| |
views/ |
README.markdown
sinatra_wiki
sinatra_wiki is the minimal expression of a wiki.
It uses Sinatra.rb, and is being built as a learning experiment.
Required gems
- rubygems
- sinatra
- erb
- rdiscount
- thin
- haml
Other dependencies
- sinatra-cache submodule (git submodule update --init)
Usage
$ ruby sinatra_wiki.rb
Then open a browser in http://0.0.0.0:4567/
To create a page, just type the URL for it (the URL is the command line, baby :)

