Project

wikimd

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
WikiMD is an easy-to-use knowledge database, which has minimal system dependencies
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 1.1
>= 0
>= 0
>= 0
 Project Readme

WikiMD

Gem Version Documentation Build Status Code Climate Test Coverage

Turn any Git-repository into a Wiki!

Installation & Usage

# Install WikiMD
$ gem install wikimd

# browse to your Git-repo and run wikimd
$ cd my/git/repo
$ wikimd
[2015-10-01 02:20:32] INFO  WEBrick 1.3.1
[2015-10-01 02:20:32] INFO  ruby 2.2.3 (2015-08-18) [x86_64-darwin14]
[2015-10-01 02:20:32] INFO  WEBrick::HTTPServer#start: pid=48477 port=8777
# WikiMD will automatically pick up "thin" or similar if installed

That's all! Now browse to localhost:8777 and browse your repository!

Development

After checkout, run script/setup to install dependencies. Run bundle exec rspec to run unit tests, or bundle exec cucumber to run feature specs.

If you make changes to the SCSS files, run script/build to regenerate the CSS files.

To automatically rebuild CSS, run

bundle exec scss --sourcemap=none --watch _scss/wikimd.scss:lib/wikimd/app/public/assets/css/wikimd.css

However, still run script/build before committing if you changed any SCSS files!

To install this gem onto your local machine, run bundle exec rake install.

Contributing

  1. Fork it ( https://github.com/mhutter/wikimd/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Bug reports and pull requests are welcome on GitHub at https://github.com/mhutter/wikimd.

License

The gem is available as open source under the terms of the MIT License.