Skip to content

Commit

Permalink
Updated Prerequisites
Browse files Browse the repository at this point in the history
- Clarified prerequisites, ti and ticgitweb have seperate prerequisites,
  but both should be documented.
  • Loading branch information
jeffWelling committed Oct 26, 2010
1 parent bf8c69a commit ddf128f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ TicGit is currently using itself to store its feature requests and bug reports.

### Prerequisites ###

There are two sets of prerequisites, those for people who intend to just run `ti`, and another set for those who wish to run `ticgitweb` as well. `ticgitweb` has additional dependancies that aren't required for `ti`'s use.

**`ti`**

Required Packages: git, ruby, rubygems

Required Ruby Gems: git
Expand All @@ -26,6 +30,20 @@ To install these packages on a Debian system, or a Debian based system like Ubun
sudo aptitude install git ruby rubygems
sudo gem install git

**`ticgitweb`**

Required Packages: git, ruby, rubygems

Required Ruby Gems: git, sinatra, haml, sass

To install these packages on a Debian system, or a Debian based system like Ubuntu, do

sudo aptitude install git ruby rubygems
sudo gem install git sinatra haml sass




**A Note about rubygems**

While the version of rubygems available from the repositories on Debian 5.0.5 stable will work just fine for using the command line `ti` program, using `ticgitweb` requires some extra effort.
Expand Down

0 comments on commit ddf128f

Please sign in to comment.