This guide is written for Ubuntu
- Follow these steps
- It will install this file amongst others: /usr/share/jenkins/jenkins.war
- You may need to start Jenkins on a different port than its default 8080
- The config is in this file: /etc/default/jenkins
- There are a list of command-line options at the end of this file
- You run it with this command:
- java -jar /usr/share/jenkins/jenkins.war --httpPort=9090
- (however this doesn't use the config you just edited)
- Read this tutorial
- (more to come)