Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1007 Bytes

README.markdown

File metadata and controls

26 lines (15 loc) · 1007 Bytes

Hoboken + Heroku 2012

[This is my fork of Hoboken gem that i fixed and optimised to deploy to Heroku]

Leverages the ruby framework sinatra to provide a very(!) basic wiki. It supports tagging, versions, and (of course) inter-linking, all with the wiki text formatting you're used to (if you've used wikipedia, that is). Oh, hey, it is ruby 1.9 compatible; so there's that...

Originally developed by semanticart [https://github.com/semanticart/hoboken]

How To:

  1. Clone this repository

  2. Update your gem

    $ bundle install

  3. Deploy to Heroku

  4. Prepare your DB (don't forget to add PostgreSQL DB to your Heroku App)

    $ rake migrate

That's it!

Hoboken uses Wiki markup [http://en.wikipedia.org/wiki/Help:Wiki_markup]

Standard WikiText applies per the wikitext gem. Versioning is active, though complex diffs on versions aren't yet available and merging is still rudimentary.

When rendering a wiki page, items that exist in the database as other pages will be automatically linked to.