This repo contains the content of a wiki, let’s get started. To set up a local wiki, you need to clone this repo first
- bundler (1.0.21 ruby)
- cgi_multipart_eof_fix (2.5.0)
- daemons (1.1.6)
- diff-lcs (1.1.3)
- fastthread (1.0.7)
- fileutils (0.7)
- gem_plugin (0.2.3)
- git (1.2.5)
- grit (2.4.1)
- metaid (1.0)
- mime-types (1.17.2)
- rack (1.4.1)
- rack-protection (1.2.0)
- rake (0.9.2.2)
- rake-compiler (0.8.0)
- RedCloth (4.2.9)
- rmagick (2.13.1)
- rubypants (0.2.0)
- shotgun (0.9)
- sinatra (1.3.2)
- sinatra-content-for (0.2)
- tilt (1.3.3)
We are added a Gemfile configuration in order to do more flexible and easily the instalation of git-wiki
also removed the git submodule called sinatra and added sinatra like a gem on gemfile configuration
h1. Instrucctions
To install it just type the next commands
git clone https://github.com/tangosource/git-wiki.git
git checkout tango_implementation
first create a gemset to work
cd git-wiki
create a file called .rvmrc and put inside
rvm —create 1.8.7@git-wiki
bundle install
ruby git-wiki.rb
Now we can go inside the repository directory and add as origin this repository:
located on the path ~/wiki and add a remote origin
git remote add origin [email protected]:tangosource/wiki.git
git fetch
git pull
Now we can got to the browser and open the url http:127.0.0.1:4567 and test the application
have fun!