Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Intro goes here...

 #!/bin/sh
export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
which compare


# not working in .sh yet need to run at commend line


# Improvements to do...
# Change the path to environment variables.
# Make it run in a bash shell.
# core Confluence changes

# Loads Araxis with original on the left and new one on the right.
# base
compare /Volumes/svradm@bonsaiframework.com/opt/confluence/bin/setenv.sh /Volumes/svradm@bonsaiframework.com/opt/atlassian-confluence-5.5.3/bin/setenv.sh
compare /Volumes/svradm@bonsaiframework.com/opt/confluence/conf/server.xml /Volumes/svradm@bonsaiframework.com/opt/atlassian-confluence-5.5.3/conf/server.xml
compare /Volumes/svradm@bonsaiframework.com/opt/confluence/confluence/WEB-INF/classes/confluence-init.properties /Volumes/svradm@bonsaiframework.com/opt/atlassian-confluence-5.5.3/confluence/WEB-INF/classes/confluence-init.properties
compare /Volumes/svradm@bonsaiframework.com/opt/confluence/bin/shutdown.sh /Volumes/svradm@bonsaiframework.com/opt/atlassian-confluence-5.5.3/bin/shutdown.sh
compare /Volumes/svradm@bonsaiframework.com/opt/confluence/bin/startup.sh /Volumes/svradm@bonsaiframework.com/opt/atlassian-confluence-5.5.3/bin/startup.sh
compare /Volumes/svradm@bonsaiframework.com/opt/confluence/bin/user.sh /Volumes/svradm@bonsaiframework.com/opt/atlassian-confluence-5.5.3/bin/user.sh 


# extra security changes

  • No labels