: apache-maven-3.3.9-bin.tar.gzConfigure environment variables: Vim/etc/profile write to the end, I use the 3.3.3 versionExport m2_home=/data/apache-maven-3.3.3Export m2= $M 2_home/binExport path= $M 2: $PATHThird, install Git: https://github.com/git/git/releasesPop, want to download can download, and then compile the installation, Git is mainly used for Jenkins with git command to get our own build Gitlab above code, I yum install git, there is a pro
One day, the job needs to build a version controller. View information, the current more popular has gitlab,svn. Because GitHub is commonly used, it is more inclined to Gitlab. The construction process is documented below.1. Install the plugin for mail support:sudo apt-get install curl openssh-server ca-certificates postfixThe interface that appears during installation can be selected by default.2. Add the
Configure Git
Let's find a place in the computer's hard drive to store the local warehouse, for example, we built the local warehouse in the E:\SouthernPowerGridProject\web_project\amod folder.
Go to the Amod folder right mouse button to operate the following steps:
1 in the local warehouse right-click Git Init here, there will be more than one. Git folder, which means that local git was created successfully. Right-click Git bash into git command line, screenshot effect as follows:
To be safe
Recently, the company's domain name changed, resulting in the need to batch modify Gitlab account. This work for the OPS staff, the workload is relatively large. Therefore, you try to modify the database in batches by using a script.The process is broadly divided into several stages:1) Figuring out the GITLAB database structure2) Use Python to modify the relevant fields, if you find the domain name ending w
Test response said Gitlab through the CAs login is slow, the first time you log in to take about 30 seconds to log inGitlab's log has the time to process each request, look at the log, each recorded request is returned within 50 milliseconds, so should not be the cause of Gitlab itselfThrough the tracking log, found that the Gitlab log will be in such a sentence
Gitlab installation-set 1-Modify the repository location
After gitlab is installed, You need to modify the directory of the repository to put the repository (repositories) on a large hard disk.
Procedure:
1: Create a new warehouse directory
Mkdir-p/mnt/application/gitlab/git-data
2: modify the configuration file sudo vi/etc/
The repository cannot be found during GitLab server setup.
A colleague builds a GitLab server over the past few days. After the GitLab server is built based on the tutorial on the official website, the repository cannot be found during clone, and all kinds of attempts cannot be performed. Finally, the solution below is used.
Sudo yum install curl openssh-server
Environment Introduction:CentOS 6.7Gitlab : 6.3.1First, modify the global configuration file$git config--global user.name "GitLab"$git config--global user.email "[Email protected]"Second, Configure the SMTP service to send mail for Gitlab1). To Modify the gitlab/config/environments/production.rb configuration file:Config.action_mailer.delivery_method=:smtp2). To change the SMTP mail configuration file
Learning Gitlab need to build their own Gitlab server, would like to download the service and then install, configure the environment step by step, but the time is too long, and for me such a novice to build may not be rational, now someone put this tedious step in the virtual machine is done, All we need to do is download the virtual machine image file and then install the deployment to work properly.Want
Starting GitLab UnicornStarting GitLab SidekiqStarting Gitlab-git-http-serverMaster failed to start, check stderr log for details.The GitLab Unicorn Web server is not running.The GitLab Sidekiq job dispatcher with PID 56999 is running.The
Recently trying to build gitlab,wiki these tools ... reference text: https://about.gitlab.com/downloads/https://www.uloli.com/p/6sh26/http:// www.tuicool.com/articles/azeeru Celestial students need to pay attention to the pit: replace the source of apt-get ... Then update the ... I am using a one-click generated CE installation package, manual download good deb file ... Need fq... then is the configuration problem,
Recently, the company's domain name changed, resulting in the need to batch modify Gitlab account. This work for the OPS staff, the workload is relatively large. Therefore, you try to modify the database in batches by using a script.The process is broadly divided into several stages:1) Figuring out the GITLAB database structure2) Use Python to modify the relevant fields, if you find the domain name ending w
:
Open ip: 8080 in the browser
Find the key information input based on the red letter directory
Select the first recommended installation. Wait for a while, and the installation is complete. The Initialization Configuration in the first step ends here.
. NETCore Installation
Refer to the official installation method of Microsoft
Git Installation
Since we want to be based on gitlab and jenkins, you have to install a git to pull source code to the
How do I create a code warehouse for a project on the Gitlab and push the local project to the top?
In Gitlab new project, the interface as shown:
Just fill in some basic project information, such as Project grouping, project name, submission.
On the new page, you will be prompted how to push the local code to the warehouse on the Gitlab.
I have this proj
Java EE is divided into:
Lightweight Java EE
Spring, hibernate as the core, without application server support, as long as it works well on a Web server such as Tomcat, jetty, etc.
Classic Java EE
With EJB3 as the core, need EJB container support , need to run in JBoss, WebLogic, WebSphere application Server ;The front-end MVC frame
When contributing code to some open-source projectsgithubLast submittedpull requestOr when the submitted branch code is updated,jenkinsThe code is automatically executed.mergeWhen I ran the unit test, I read two words in my mind:NB!
At that time, I thought to myself, when I had to make such a big thing. WithgitlabThis idea is getting stronger and stronger as we gradually use it at work. I searched for Jenkins last weekend and found that Jenkins hasmerge requestPlug-in:
Solve the Theremoteendhungupunexpectedly error of Gitlab
The Gitlab server environment is CentOS7 + Gitlab7.2.1. Recently, the following error is reported when you use git pull on the development machine to update files.
fatal: The remote end hung up unexpectedlyfatal: early EOFfatal: unpack-objects failed
The use of git clone to re-checkout source is also affected and cannot be checked out for a long time
Solve The remote end hung up unexpectedly error of Gitlab, gitlabunexpectedly
The Gitlab server environment is CentOS7 + Gitlab7.2.1. Recently, the following error is reported when you use git pull on the development machine to update files.
fatal: The remote end hung up unexpectedlyfatal: early EOFfatal: unpack-objects failed
The use of git clone to re-checkout source is also affected and cannot be checke
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.