Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Ubuntu 14.04 build Gitlab     - Ubuntu Control Panel to resolve network-manager icon display issue (Linux)

- Use mysqldump MySQL database backup - Linux Shell Scripting (Database)

- Linux server network penetration testing (Linux)

- MySQL binary packages install for RedHat Linux Enterprise 6.4 (Database)

- Java List add duplicate the same object (Programming)

- Ubuntu install Oracle 10g process and problem solution (Linux)

- Network security system (Network)

- Installed in the desktop version of Ubuntu Unity Tweak Tool (Linux)

- XenServer virtual machines installed in dual-card configuration (Server)

- Use OpenSSL to generate a certificate (Linux)

- To install network scanning and packet sniffer tool Nmap 7.00 under ubuntu (Linux)

- Simple to use Linux GPG (Linux)

- Struts2 dynamic call DMI and error Solution (Programming)

- Oracle table space rename and delete table space (Database)

- Android working with Volley Comments (Programming)

- Boost notes --Thread - problems encountered in the initial use on Ubuntu (Programming)

- CentOS7 Minimal minimize installation and then install the GNOME graphical interface (Linux)

- Binary search is really easy as you think you do (Programming)

- shell script: MySQL startup script simple (Database)

- The Oracle VM VirtualBox use U disk under ubuntu (Linux)

 
         
  Ubuntu 14.04 build Gitlab
     
  Add Date : 2018-11-21      
         
         
         
  Surroundings:

Server environment: Ali cloud system ECS Ubuntu14.04

Make sure your system and Gitlab same version.

Official Tutorial:

Gitlab official address: https: //about.gitlab.com/downloads/

wget https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.7.1-omnibus.5.4.1.ci-1_amd64.deb
sudo apt-get install openssh-server
sudo apt-get install postfix # Select 'Internet Site' (or use sendmail, but exim is problematic)
sudo dpkg -i gitlab_7.7.1-omnibus.5.4.1.ci-1_amd64.deb

note:

sudo apt-get install postfix # Select 'Internet Site' (or use sendmail, but exim is problematic)

#Select 'Internet Site' is a pop-up option during installation ... not part of the command inside the parentheses is not ...

This should be a few lines of code to paste into it.

My installation record:

But I bought ECS 1M bandwidth is ... simply hold off, so he himself downloaded .deb files

1. gitlab installation package

Download: https: //about.gitlab.com/downloads/archives/

2. Ubuntu Postfix installation tutorial

http://wiki.ubuntu.org.cn/Postfix

3. Download rely libsasl2-2_2.1.23.dfsg1-5ubuntu1_amd64.deb

http://packages.ubuntu.com/lucid/amd64/libsasl2-2/download

Explanation:

1. Because the package which will automatically install a Nginx, the default is 80 port, access the browser http: // ip: 80 can access the login screen gitlab

The default root account password 5iveL! Fe

2. Some installed or running problems can find solutions in the .md file

https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md

Problems encountered:

1. browser and enter http: // ip inaccessible gitlab

Workaround: Edit /etc/gitlab/gitlab.rb in external_url

2. Have access to gitlab, but found it impossible to modify the picture when you modify profile picture because the picture upload address is: http: // hostname / ...

And my hostname or ECS default that number, resulting in a picture can not be indexed

Solution: I changed the ECS hostname ip address

3.sign up and add user administor not receive confirmation e-mail when the mailbox

This should be the Postfix configuration problems, but Ubuntu's official website that Postfix tutorial speak so much and gitlab installation instructions inside said only select Internet Site

.md tells about a solution, modify the configuration file:

gitlab_rails [ 'gitlab_email_from'] = 'gitlab@example.com'

Then able to receive mail, the sender is gitlab@example.com, anyway, is the first in a normal landing, registered.
     
         
         
         
  More:      
 
- Repair fatal error in Linux: lame / lame.h: No such file or dir Error (Linux)
- ASP.NET 5 (vNext) Linux deployment (Server)
- Linux Troubleshooting: How to save the status of the SSH session is closed (Linux)
- Go constructed using an interpreted language (Programming)
- MongoDB relations, references, index query coverage (Database)
- Linux (Ubuntu) How iptables port mapping (Server)
- How to run Kali Linux 2.0 in Docker container (Linux)
- Use mod_wsgi Django application deployment (Server)
- MongoDB collection data migration to MySQL database (Database)
- Use IP address spoofing Intrusion Prevention Firewall (Linux)
- Efficient running Linux virtual machine Six Tips (Linux)
- Linux system file directory structure Introduction (Linux)
- namespace mechanism Linux kernel analysis (Linux)
- ssh port forwarding Comments (Server)
- Articles do not resolve after opening under Ubuntu WordPress setting a fixed link (Server)
- To execute the cp command prompt type skip folder under CentOS (Linux)
- Deployment Kubernetes manage Docker example cluster on Ubuntu (Server)
- Linux Disk and File Management (Linux)
- Elementary OS Freya global menu (Linux)
- Security Configuration SQL Server 2000 database tutorial (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.