mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-30 17:07:18 +02:00
Created Fedora (textile)
parent
c8d34530f2
commit
6a80c21829
1 changed files with 25 additions and 0 deletions
25
Fedora.textile
Normal file
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue