install JIRA Windows


----------------------------
mysqld -install
net start mysql


mysql -u root -pphpwind.net


mysql> create database jiradb;


mysql> grant all on jiradb.* to 'jira'@'localhost' identified by 'jira';


mysql> flush privileges;





----------------------------

install jdk 1.7

----------------------------

install JIRA atlassian-jira-5.1.1-x32.EXE


start 


auto open browser for http://localhost:8080 to setup JIRA database, license etc


----------------------------
JIRA破解安装参考:http://www.51testing.com/?uid-457406-action-viewspace-itemid-817659
http://essay.iteye.com/blog/1452464
http://blog.csdn.net/testingba/article/details/7930230
http://blog.csdn.net/jefferxun1/article/details/7419189


中文语言包:
http://www.confluence.cn/pages/viewpage.action?pageId=16908366
安装后,要修改default language为chinese
----------------------------

你可能感兴趣的:(install JIRA Windows)