Last modified by Bastian Triller on 2012/08/24 19:38

From version 47.1
edited by Pascal Robert
on 2012/01/08 21:47
Change comment: There is no comment for this version
To version 44.1
edited by Pascal Robert
on 2011/07/15 11:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,16 +19,13 @@
19 19  
20 20  === Stand-Alone CentOS/RedHat/Amazon Linux ===
21 21  
22 -The easiest way to install Jenkins on a Fedora/RedHat/CentOS/Amazon Linux is by using [[Yum>>http://en.wikipedia.org/wiki/Yellow_dog_Updater,_Modified]]. The Jenkins project have a Yum repository and [[complete instructions>>https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions]] on how to add the repository + install Jenkins the first time.
23 -
24 -You can also manually install Jenkins from a RPM. To do so:
25 -
26 26  1. Download the Jenkins Binary Installer from the [[Jenkins Website>>http://pkg.jenkins-ci.org/redhat/]].
23 +You can also use Yum to install Jenkins, for easy upgrading and installation. Check the instructions on [[that page>>http://pkg.jenkins-ci.org/redhat/]].
27 27  1. If using the .rpm, install it with 
28 28  rpm -install jenkins-VERSION-NUMBER.noarch.rpm
29 29  1. To start Jenkins:
30 30  service jenkins on
31 -1. Point your browser to: [[http://yourserver:8080]]
28 +1. Point your browser to: http:~/~/yourserver:8080
32 32  1. The Jenkins data directory, where the jobs and config are, is : /var/lib/jenkins
33 33  The starting script is at: /etc/init.d/jenkins
34 34  Jenkins (the .war) is installed at: /usr/lib/jenkins/