Created Fedora (textile)

bsag 2011-07-16 08:18:40 -07:00
parent c8d34530f2
commit 6a80c21829

25
Fedora.textile Normal file

@ -0,0 +1,25 @@
h1. Fedora
p. 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)
p. Install these with
<pre>
<code>yum -y install ruby ruby-devel ruby-rdoc ruby-mysql</code>
</pre>
p. On Fedora 8 there is a package for installing gem too:
<pre>
<code>yum -y install rubygems</code>
</pre>
p. For older versions you need to manually download it from "here":http://www.rubyonrails.org/down
p. 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.