Navigation

 ·   Wiki Home
 ·   Wiki Help
 ·   Categories
 ·   Title List
 ·   Random Page
 ·   File Upload
 ·   Uploaded Files
 ·   Recent Changes
 ·   RSS
 ·   Atom

Active Members:

Search:

 

Create or Find Page:

 

View Fedora

Category:Installation

To install Tracks on Fedora you need the following packages:

  • ruby
  • ruby-devel
  • ruby-rdoc
  • ruby-mysql (there is a package ruby-sqlite3 too, but I did not test it)

    Install these with

    yum -y install ruby ruby-devel ruby-rdoc ruby-mysql

    On Fedora 8 there is a package for installing gem too:

    yum -y install rubygems

    For older versions you need to manually download it from here

    After these installs, your ruby installation is read. Just follow the instructions in the installation.html which you can find in the .zip you downloaded for Tracks.

    Categories: