Jira4.2 installation on Ubuntu (including cracking, with postgreSQL database)
1. Installation
1-1. Install Ubuntu (a little bit, you will never forget to read it :))
1-2. Install JDK by referring to the following address (of course there are many other methods)
Http://blog.csdn.net/guo_rui22/article/details/6698643
1-3. Install the PostgreSQL database by referring to the following address
Http://blog.csdn.net/guo_rui22/article/details/3862282
1-4. Create a database to be used by jira_4.2.
is resolved, we produce some results through "git log", but this time we will add some parameters to "git log".At the same time, the most recent object diagram is given here.Branch related operationsIn the use of branch, we will often use the Stash and diff operations, respectively, described below.StashIn Git, stash is a useful command that preserves half of our work and can be understood as a saving area
This article, the original connection: http://blog.csdn.net/freewebsys/article/details/46546205, reprint please indicate the source!1, about FreeSWITCHFreeSWITCH is a soft-switching solution for telephony, including a softphone and soft switch to provide voice and chat product drivers. The FreeSWITCH can be used as a switch engine, PBX, multimedia gateway, and multimedia server.FreeSWITCH supports a variety of communication technology standards, including SIP, IAX2, and Googletalk, which can be
pre-prepared 1 : JDK Download and install: jdk-6u45-windows-i586.exe 2 : MySQL JDBC Connection driver: Mysql-connector-java-5.1.25.zip 3 : MySQL database download and install: This xampp-win32-1.8.2-0-vc9.zip is recommended here, without the hassle of installing MySQL and configuration. NBSP 4 : Create Jira user in MySQL, jira database, set user rights (also can be created and set through the p
' bitbucket ' @ ' localhost ' identified by ' bitbucket '; FLUSH privileges; QUIT3, Git1.8.3 installation (version 1.8 or higher, git is an open source distributed version control system, can effectively, high-speed processing from very small to very large project version management. Git is an open source version control software developed by Linus Torvalds to help manage the development of the Linux kernel. )Yum–y install git #yum –y update git #若已安装可以升级下. Git–version4, Perl 5.16.3 installatio
Installation Preparation:System: centos6.5 x64Software: mysql5.x,jira6.3.6Chinese documents: Jira-6.3.3-language-pack-zh_cn.jarHack file: Atlassian-extras-2.2.2.jar Atlassian-universal-plugin-manager-plugin-2.17.4.jarTo start the installation:Because Jira needs to use the Java environment, it is necessary to install the JDK first, it is recommended to install the jdk1.6 version and the above versionMy versi
centos6.5+jira6.3.6+mysql5.1+ installation + crack + ChineseA: IntroductionProcess summary, make a memo.:jira6.3.6:Http://pan.baidu.com/s/1eQgTYKEChinese Packaging:http://download.csdn.net/download/mchdba/7943421 Cracked package:http://download.csdn.net/detail/mchdba/7950429 MySQL online yum installs and drives its own.II: Required ToolsWhere MySQL is installed online using CentOS.III: JDK Installation and configurationSelf-Baidu.Four: MySQL RelatedBecause MySQL not only needs to install, but al
, bugs are like the norm. With bugs that need to be fixed, in git, because branches are so powerful, each bug can be repaired by a new temporary branch, repaired, merged, and then removed by the temporary branch.When you receive a task to fix a bug with a code number of 001, it is natural that you want to create a branch bug-001 to fix it, but, and so on, the work that is currently in dev progress has not yet been submitted: $ git Statuson branch devchanges not staged commit: (use " git add
Bug Branch
In software development, bugs are like the norm. With bugs that need to be fixed, in git, because branches are so powerful, each bug can be repaired by a new temporary branch, repaired, merged, and then removed by the temporary branch.When you receive a task to fix a bug with a code number of 101, it is natural that you want to create a branch issue-101 to fix it, but, and so on, the work that is currently in dev progress has not yet been submitted:$ git status# On branch dev# C
cache all generated NamespaceObject objects.A NamespaceObject object contains three attributes: stash (record the current namespace), fqn (namespace name), and proc (createProcedure object ). The methods include enqueue, call, valueof, merge, getStash, and getExport.Copy codeThe Code is as follows:74 var NamespaceObject = function _ Private_Class_Of_NamespaceObject (fqn ){75 merge (this ,{76 stash: {CURREN
provides a stash feature to "store" the current work site, and then continue to work after resuming the site:1 [[email protected] zhangtest]# git stash 2 Saved working directory and index state WIP on dev:ef9042a Dev Brach new 3 HEAD is now at ef9042a Dev Brach new 4 [[email protected] zhangtest]# git status 5 # on Branch Dev 6 Nothing to commits, working directory cleanNow, with the git status view wo
create method. The parameter is the namespace Name (Fully Qualified Name ). This method has a closure environment where a cache variable is used to cache all generated NamespaceObject objects.
A NamespaceObject object contains three attributes: stash (record the current namespace), fqn (namespace name), and proc (createProcedure object ). The methods include enqueue, call, valueof, merge, getStash, and getExport.
The Code is as follows:
74 var Nam
document.No parameters (1) If the stage area has, then the work area and the stage to do the comparison(2) If the stage area is not, the comparison is done in the workspace and branchCompare the head comparison workspace with the file in the repository that the head pointer points to--cache staging area and branches are compared.9, $ git rm10, $ git stash hide all tacked (modified and deleted) Change,stash
--list MySQLMySQL 0:off 1:off 2:on 3:on 4:on 5:on 6:off[Email protected] ~]# #================jira=============================[Email protected] ~]# Mysql-uroot-pmysqlWarning:using a password on the command line interface can is insecure.Welcome to the MySQL Monitor. Commands End With; or \g.Your MySQL Connection ID is 12Server version:5.6.30 MySQL Community Server (GPL) Copyright (c), Oracle and/or its affiliates. All rights reserved. Oracle is a reg
.
(%) Bug Branch
Each bug can be repaired by a new temporary branch, after the fix, merge the branch, and then delete the temporary branch.
1.git Stash
Store the current work site, and continue to use it later after replying to the site.
git stash List
View the stash stored in the current branch
。
2.git status
Viewing the workspace at this point in the Dev b
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.