Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 538 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 538 Bytes

RubWiki

  • written in ruby
  • git backend (only bare repository is supported)
  • support for URL which contain UTF-8 character
  • IRC notification

deployment

git init --bare --shared /path/to/wikidata.git
git clone https://github.com/wacky612/rubwiki
cd rubwiki
cp config/config.yml.example config/config.yml
nano config.yml
bundle install --path=vendor/bundle
bundle exec rackup
  • You have to make at least one commit in your git repository before you use this application.
  • You can deploy this application on passenger.