FedoraInstallation » History » Version 2
Jamie McPeek, 2014-08-16 21:34
| 1 | 1 | Jamie McPeek | h1. HowTo Install Redmine 2.5.x on Fedora 20 |
|---|---|---|---|
| 2 | |||
| 3 | {{toc}} |
||
| 4 | |||
| 5 | h2. System Requirements |
||
| 6 | |||
| 7 | No assumptions are made about the initial state of the system in this guide. The guide can be followed for either 32-bit or 64-bit systems - though all testing and the original installation was performed on a 64-bit system. |
||
| 8 | |||
| 9 | The hardware requirements are not significant, so a small VM with 10gb storage and 1GB ram and 1GB swap file should be sufficient. |
||
| 10 | |||
| 11 | This guide can be used on top of an already existing system or, from scratch, downloading from the Fedora website. |
||
| 12 | |||
| 13 | An ISO for installation can be downloaded from "here":http://fedoraproject.org/en/get-fedora. |
||
| 14 | |||
| 15 | The rest of the guide assumes that you have created a user account with wheel/administrator access and are logged in to the terminal directly or through SSH. |
||
| 16 | 2 | Jamie McPeek | |
| 17 | h2. Updating the System |
||
| 18 | |||
| 19 | Before beginning, you should ensure all of your installed packages are up-to-date. This can be done by issuing the following command: |
||
| 20 | |||
| 21 | <pre> |
||
| 22 | $ sudo yum update |
||
| 23 | </pre> |
||
| 24 | |||
| 25 | If the kernel was updated as part of this command, you should perform a restart to begin using it: |
||
| 26 | |||
| 27 | <pre> |
||
| 28 | $ sudo shutdown -r now |
||
| 29 | </pre> |
||
| 30 | |||
| 31 | h2. Installing Dependencies |