Skip to content

Instantly share code, notes, and snippets.

@claylo
Created April 25, 2011 21:34
Show Gist options
  • Save claylo/941287 to your computer and use it in GitHub Desktop.
Save claylo/941287 to your computer and use it in GitHub Desktop.
JIRA OS X setup script for Atlassian Dragons
# 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