Created
January 21, 2012 15:14
-
-
Save shishi/1653032 to your computer and use it in GitHub Desktop.
install jenkins in Linux Mint 12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install default-jre jenkins | |
sudo vim /etc/init/jenkins.conf | |
# env JAVA_HOME の行を書き換え | |
# 以下の値にしておくと sun-java でも openjdk でも動く | |
# JAVA_HOME=/usr | |
sudo service jenkins start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment