Gitlab One-click Installation Bitnami

Source: Internet
Author: User
Tags apache error log imagemagick fully qualified domain name ruby on rails

Https://bitnami.com/stack/gitlab/installer

Https://bitnami.com/redirect/to/96764/bitnami-gitlab-8.5.1-0-linux-x64-installer.run

                    Bitnami GitLab Stack 8.5.1-0 ==============================1. Overviewthe Bitnami Project was created to help spread the adoption of freelyavailable, high quality, open source web appl Ications.  Bitnami aims to makeit easier than ever to discover, download and install open source Softwaresuch as document and content Management systems, wikis and Bloggingsoftware. You can learn more about Bitnami at Https://bitnami.comGitLab allows your to keep your code secure on your own server, mana Gerepositories, users and access permissions, communicate through Issues,line-commens, wiki pages and perform code REVIW W ITH merge requests. It ispowered by Ruby in Rails and completely free and open source (MIT license). You can learn more about GitLab at Http://gitlab.orgThe Bitnami GitLab Stack are an installer that greatly simplifies Thein Stallation of GitLab and runtime dependencies. It includes ready-to-runversions of Apache, PostgreSQL and Ruby on Rails. GitLab Stack is distributed for free under the Apache 2.0 license. Please see the Appendix for the specificlicenses of any open source components included. You can learn more about Bitnami Stacks at HTTPS://BITNAMI.COM/STACKS/2. Features-easy to Installbitnami Stacks is built with one goal on mind:to make it as easy aspossible to install open sou Rce software. Our installers completely automatethe process of installing and configuring all of the software included Ineach stacks, so  You can have everything up and running in just a few clicks.-Independentbitnami Stacks is completely self-contained, and Therefore does not interferewith any software already installed on your system.  For example, canupgrade your system ' s PostgreSQL or Apache without fear of ' breaking ' Yourbitnami stack.-Integratedby The time you click the ' Finish ' button on the installer, the whole stackwill is integrated, configured and ready to go. -Relocatablebitnami Stacks can is installed in any directory. This allowsHavemultiple instances of the same stack, without them interfering with each other. 3. Componentsbitnami GitLab Stack ships with the following software versions:-GitLab 8.5.1-apache 2.4.18-imagemag Ick 6.7.5-postgresql 9.4.6-git 2.6.1-ruby 2.1.8-rails 4.2.5.1-rubygems 1.8.124. RequirementsTo install Bitnami GitLab Stack you'll need:-Intel x86 or compatible processor-minimum of 2048 MB  Ram-minimum of SPACE-TCP/IP protocol support-compatible OPERANTIG Systems:-An x86 Linux operating system.5. Installationthe Bitnami GitLab Stack is distributed as a binary executable installer. It can be downloaded from:https://bitnami.com/stacks/the downloaded file would be named something similar To:bitnami-gitlab -8.5.1-0-linux-installer.run on Linux orbitnami-gitlab-8.5.1-0-linux-x64-installer.run on Linux. On Linux, you'll need to give it executable permissions:chmod 755 Bitnami-gitlab-8.5.1-0-linux.runto begin the InstaLlation process, double-click on this file, and you willbe greeted by the ' Welcome ' screen. Pressing ' Next ' 'll take your to thecomponent Selection screen. The next screen was the installation Folder, where you can select where Bitnami stack would be installed. If The destination directory does not exist, it'll be created as part of the installation. The next screen would prompt you for data necessary to create the Initialadmin User:username and password:you would use th is information to log-in into Theadministrative interface. The password provide here would also be used toprotect other parts of the installation. Please see the sections named "Usernames and Passwords" later in this document. Email address:your email address. The next screen would vary, depending on whether the ports needed by thebundled Apache and PostgreSQL is already taken. The default listening port Forapache is $5432 and for PostgreSQL. If those ports is already in use by other applications, you'll be PrompTed for alternate ports to use. The next screen would allow configure the final details of Yourgitlab installation:Hostname:The Hostname for your B Log, such as www.example.com. Thisinformation is used by GitLab when creating certain links. You canuse a IP address but there were login issues using different browsers. ITIS advisable to use a fully qualified domain name.  Once The information has been entered, the installation would proceed to copythe files to the target installation directory and configure the differentcomponents. One this process has been completed, and you'll see the ' Installation finished ' page. You can choose to launch Bitnami Gitlabstack on this point. If you do, your default Web browser would open anddisplay the Welcome page for the Bitnami GitLab Stack. If you received a error message during installation, please refer tothe troubleshooting section. The rest of this guide assumes so installed Bitnami Gitlabstack in/home/user/gitlab-8.5.1-0 on Linux.6. Starting and stopping BITNAMI GITLAB stackto start/stop/restart application on Linux You can use the included Ctlscript       . shutility, as shown below:./ctlscript.sh (Start|stop|restart)./ctlscript.sh (Start|stop|restart) postgres ./ctlscript.sh (Start|stop|restart) redis./ctlscript.sh (Start|stop|restart) Apache/ctlscript.sh (star T|stop|restart) Sidekiq Start-start the service (s) stop-stop the service (s) Restart-restart or STA RT the Service (s) that would start Apache service. Once started, you can open Yourbrowser and access the following URL in linux:http://127.0.0.1:80/if you is accessing the Machine remotely, you'll need to replace127.0.0.1 with the appropriate IP address or hostname.7.  DIRECTORY structurethe installation process would create several subfolders under the Maininstallation directory:apache2/: Apache Web server.ruby/: Ruby language.redis/: Redis server.postgresql/: PostgreSQL database.apps/gitlab/: Gitlab APPLIcation folder conf/: GitLab Apache configuration Files htdocs/: GitLab application Files8. DEFAULT USERNAMES and passwordsthe GitLab Administrative user and password is the ones you set atinstallation time. PostgreSQL Admin user is called ' postgres ', and it password is the same as Thegitlab administrative user password. The default Postressql non-root account used to access the database was Namedbitnami, and its password is randomly generate D during installation. 9. Troubleshootingthis version of the Bitnami GitLab stack is a preview version, and Assuch, may contain a number of bugs And be a little bit rough around theedges. We is working on the next release, which'll contain severalimprovements along with expanded documentation. In addition to the resourcesprovided below, we encourage you to post your questions and suggestions at:https://community.b Itnami.com/we also encourage you-sign up for our newsletter, which We'll use toannounce new releases and new stacks. to doing so, just register At:https://bitnami.com/newsletter. 9.1 installer# Installer Payload error If you get the following error while trying to run the Installer from Thecommand Li NE: "Installer payload initialization failed. This was likely due to anincomplete or corrupt downloaded file "The installer binary was not complete, likely because the fi Le wasnot downloaded correctly. You'll need to download the file andrepeat the installation process. 9.2 Apacheif You find any problem starting Apache, the first place you should check isthe Apache error log File:/home/user /gitlab-8.5.1-0/apache2/logs/error.log on Linux or/applications/gitlab-8.5.1-0/apache2/logs/error.log.10. Licensesgitlab is distributed under the MIT License,which is located athttps://github.com/gitlabhq/gitlabhq/blob/master /licenseredis is distributed under the terms of the three clause BSD License,wich are located at Http://redis.io/topics/lic Enseapache Web Server is distributed under the Apache License v2.0, whichis located atHttp://www.apache.org/licenses/LICENSE-2.0PostgreSQL is distributed under the GNU general public LICENSE v2, which Isloca Ted at Http://www.gnu.org/licenses/old-licenses/gpl-2.0.htmlRuby are released under the Ruby License and GPL, wich is locat Ed Athttp://www.ruby-lang.org/en/license.txtrails is released under the MIT LICENSE, which is located http://www.opensour Ce.org/licenses/mit-license.phpsubversion is released under Subversion license/released under the terms of the Apache Li  Cense, which is located Athttp://subversion.tigris.org/license-1.htmlrubygems are released under the Ruby license, which is Located Athttp://www.ruby-lang.org/en/license.txtrake is released under the Ruby LICENSE, which is located ATHTTP://WWW.R Uby-lang.org/en/license.txtthin Web Server is released under the Ruby LICENSE, which are located at Http://www.ruby-lang.or G/en/license.txtimagemagick has it own LICENSE, which is located athttps://www.imagemagick.org/subversion/imagemagick /trunk/licensermagick is ReleaSED under the MIT license, which is located Http://www.opensource.org/licenses/mit-license.phpCapistrano is released Unde R the mit/x Consortium License, whic islocated at http://dev.rubyonrails.org/browser/tools/capistrano/MIT-LICENSE?rev= 5270OpenSSL is released under the terms of the Apache License, which islocated at http://www.openssl.org/source/license.ht Mlncurses is released under the MIT license, which is located athttp://www.opensource.org/licenses/  Mit-license.phpreadline is released under the GPL license, which was located athttp://www.gnu.org/copyleft/gpl.htmlzlib is Released under the Zlib License (a free software license/compatible with GPL), which are located at Http://www.gzip.org/zl Ib/zlib_license.htmllibiconv is released under the LGPL license, which is located athttp://www.gnu.org/licenses/ Lgpl.htmlexpat is released under the MIT license, which is located athttp://www.opensource.org/licenses/ Mit-license.phpneon is released under the GNU general Public License, which is located Athttp://www.gnu.org/copyleft/gpl.htmlredcloth is released under the BSD License, which is located athttp://www.ope Nsource.org/licenses/bsd-license.phpimagemagick has it own license, which is located athttps://www.imagemagick.org/ Subversion/imagemagick/trunk/licensermagick is released under the MIT license, which is located/http Www.opensource.org/licenses/mit-license.phpFreetype is released under the Freetype Project license, which is located athtt P://FREETYPE.SOURCEFORGE.NET/FTL. Txt

Https://bitnami.com/stack/gitlab/README.txt

Http://www.oschina.net/news/62813/gitlab-7-10-5-7-11-3-released

Gitlab 7.10.5/7.11.3 Released, the two versions of the official has not yet given updated information. For more Gitlab update information, please follow their update log.

These two versions are now available for download:

7.10.5:

Https://github.com/gitlabhq/gitlabhq/archive/v7.10.5.zip

7.11.3:

Https://github.com/gitlabhq/gitlabhq/archive/v7.11.3.zip

Open source China Code hosting platform Git.oschina.net is based on the GITLAB project building.

Gitlab is an open source application developed using Ruby on Rails to implement a self-hosted Git project repository that can be accessed through a web interface for public or private projects.

It features a similar feature to GitHub, with the ability to browse source code, manage defects, and annotate. You can manage the team's access to the warehouse, which makes it easy to browse through the submitted version and provide a file history library. Team members can communicate using the built-in simple chat program (Wall). It also provides a code snippet collection feature that makes it easy to implement code reuse, so you can find it later when you need it.

GITLAB 5.0 Prior version requires the server side of the Gitolite build, 5.0 version no longer use Gitolite, using their own development of Gitlab-shell to achieve. If you feel the installation trouble you can use GitLab installers one-click Installer.

System Requirements:

    • Ubuntu/debian

    • Ruby 1.9.3+

    • MySQL or PostgreSQL

    • Git

    • Gitlab-shell

    • Redis

    • Sidekiq

Gitlab One-click Installation Bitnami

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.