Created
May 3, 2011 21:13
-
-
Save claylo/954255 to your computer and use it in GitHub Desktop.
Confluence 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 Confluence | |
curl -L -O http://www.atlassian.com/software/confluence/downloads/binary/confluence-3.5.2-std.tar.gz | |
tar -xzf confluence-3.5.2-std.tar.gz | |
# Symlink so we can just call it "confluence" | |
# NOTE: this is what Atlassian docs refer to as the Confluence Installation Directory | |
# or <confluence-install> | |
ln -s confluence-3.5.2-std confluence | |
# Copy our MySQL driver to the application server | |
cp mysql-connector-java-5.1.15/mysql-connector-java-5.1.15-bin.jar confluence/lib | |
# Create a Confluence home directory, known as confluence.home | |
mkdir /Users/atlassian/Documents/confluence |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment