File tree Expand file tree Collapse file tree 5 files changed +27
-4
lines changed Expand file tree Collapse file tree 5 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 11gitlab-recipes
22==============
33
4- GitLab recipes for setup on different platforms, update etc...
4+ GitLab recipes for setup on different platforms, update etc...
5+
6+ ### Every file should have section with maintainer name & gitlab version:
7+
8+ # GITLAB
9+ # Maintainer: @randx
10+ # App Version: 2.9
Original file line number Diff line number Diff line change 11#! /bin/bash
2+
3+ # GITLAB
4+ # Maintainer: @randx
5+ # App Version: 2.9
6+
27# ## BEGIN INIT INFO
38# Provides: gitlab
49# Required-Start: $local_fs $remote_fs $network $syslog redis-server
914# Description: GitLab git repository management
1015# ## END INIT INFO
1116
17+
1218APP_ROOT=" /home/gitlab/gitlab"
1319DAEMON_OPTS=" -c $APP_ROOT /config/unicorn.rb -E production -D"
1420NAME=" unicorn"
Original file line number Diff line number Diff line change 1+ # GITLAB
2+ # Maintainer: @randx
3+ # App Version: 2.9
4+
15upstream gitlab {
26 server unix:/home/gitlab/gitlab/tmp/sockets/gitlab.socket;
37}
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3+ # GITLAB
4+ # Maintainer: @randx
5+ # App Version: 2.9
6+
37sudo apt-get update
48sudo apt-get upgrade
59
6- sudo DEBIAN_FRONTEND=' noninteractive' apt-get install -y postfix-policyd-spf-python # Install postfix without prompting.
7- sudo apt-get install -y git git-core wget curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline-gplv2-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev libicu-dev redis-server openssh-server python-dev python-pip libyaml-dev
10+ sudo apt-get install -y git git-core wget curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline-gplv2-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev libicu-dev redis-server openssh-server python-dev python-pip libyaml-dev postfix
811
912wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.gz
1013tar xfvz ruby-1.9.3-p194.tar.gz
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3+ # GITLAB
4+ # Maintainer: @dosire
5+ # App Version: 2.9
6+
37# ABOUT
48# This script performs a complete installation of Gitlab (master branch).
59# Is can be run with one command without needing _any_ user input after that.
@@ -119,4 +123,4 @@ echo "http://`wget -qO- http://instance-data/latest/meta-data/public-hostname`/"
119123echo ' '
120124echo ' and login with the following Email and Password:'
121125echo ' admin@local.host'
122- echo ' 5iveL!fe'
126+ echo ' 5iveL!fe'
You can’t perform that action at this time.
0 commit comments