diff --git a/Fedora.textile b/Fedora.textile new file mode 100644 index 0000000..797e024 --- /dev/null +++ b/Fedora.textile @@ -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 + +
+yum -y install ruby ruby-devel ruby-rdoc ruby-mysql
+
+ + +p. On Fedora 8 there is a package for installing gem too: + +
+yum -y install rubygems
+
+ +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. \ No newline at end of file