Created
April 25, 2011 21:34
-
-
Save claylo/941287 to your computer and use it in GitHub Desktop.
JIRA OS X setup script for Atlassian Dragons
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
# su atlassian | |
# cd ~/Apps | |
# Get JIRA | |
curl -L -O http://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-4.3.2.tar.gz | |
tar -xzf atlassian-jira-4.3.2.tar.gz | |
# Symlink so we can just call it "jira" | |
# NOTE: this is what Atlassian docs refer to as {JIRA_INSTALL} | |
ln -s atlassian-jira-4.3.2-standalone jira | |
# Copy our MySQL driver to the application server | |
cp mysql-connector-java-5.1.15/mysql-connector-java-5.1.15-bin.jar jira/lib | |
# Create a JIRA data directory, known as jira.home | |
mkdir /Users/atlassian/Documents/jira |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment