Author: pawelz Date: Sun Nov 22 16:57:16 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated
---- Files affected: packages/jira-enterprise: jira-enterprise-README.PLD (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/jira-enterprise/jira-enterprise-README.PLD diff -u packages/jira-enterprise/jira-enterprise-README.PLD:1.2 packages/jira-enterprise/jira-enterprise-README.PLD:1.3 --- packages/jira-enterprise/jira-enterprise-README.PLD:1.2 Mon Apr 13 01:42:21 2009 +++ packages/jira-enterprise/jira-enterprise-README.PLD Sun Nov 22 17:57:11 2009 @@ -1,24 +1,32 @@ *** JIRA Installation Instruction for PLD Linux *** +0. prepare sources: + +cd ~/rpm/packages +cvs up -dP jira-enterprise +wget http://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-enterprise-4.0.tar.gz +wget http://www.atlassian.com/software/jira/docs/servers/jars/v1/jira-jars-tomcat5.zip + 1. build package: -builder -bb jira-enterprise +../builder -bb jira-enterprise 2. install it: rpm -Uvh rpm/RPMS/jira-enterprise* -3. restart tomcat: +3. if you are upgrading jira, you must restart it: service tomcat restart +OR +Point your browser to http://server:8080/manager/html +and restart jira application. 4. configure jira -If you want to use mysql instead of default internal database, you must -configure it in /etc/tomcat/Catalina/localhost/jira.xml, and append following -line to /etc/services/tomcat: - -export CATALINA_OPTS="$CATALINA_OPTS -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true" +Configure jira database in /etc/jira/tomcat-context.xml and +/etc/jira/entityengine.xml. Default HSQLDB works out-of-the-box with +noadditional configuration, but it is less performant than external databse. Point your browser to http://server:8080/jira film the form. You can use following directories for index, attachments and ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jira-enterprise/jira-enterprise-README.PLD?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
