Commit Graph

285 Commits

Author SHA1 Message Date
Achilleas Pipinellis
119e806272 Merge pull request #184 from sinm/patch-1
Added few missed lines about gitlab-shell via SSL
2014-01-13 13:57:46 -08:00
sinm
316aad8868 Added few missed lines about gitlab-shell via SSL 2014-01-12 00:23:13 +03:00
Achilleas Pipinellis
3e4c46ab9d Merge pull request #176 from etcet/master
[Guide] GitLab 6.4 - CentOS 6.5 - Update GitLab and Ruby versions
2013-12-31 10:53:32 -08:00
Achilleas Pipinellis
2da847cae0 Merge pull request #178 from arif-ali/master
Don't need to disable gravatar, actually use ssl_url
2013-12-31 10:51:44 -08:00
Arif Ali
711741ea24 don't need to disable gravatar, actually use ssl_url 2013-12-31 14:21:42 +00:00
Achilleas Pipinellis
8bdf9dbb05 Merge pull request #177 from arif-ali/master
update nginx ssl doc
2013-12-31 03:28:00 -08:00
Arif Ali
fbe8d40620 removed reference line numbers 2013-12-30 21:11:59 +00:00
Arif Ali
5dec2a1dea fix typo on gravatar 2013-12-30 11:53:33 +00:00
Arif Ali
706648fb4d make mods to gitlab.yml to enable https to work correctly 2013-12-30 11:53:07 +00:00
etcet
13d647ceb3 Ruby 2.0 -> 2.1 2013-12-25 11:47:46 -06:00
etcet
68fa272612 GitLab 6.3 -> 6.4 2013-12-25 11:44:44 -06:00
Achilleas Pipinellis
15b60c3005 Merge pull request #174 from etcet/master
[Guide] Gitlab 6.3 - CentOS 6.5 - Increment CentOS, ruby, gitlab-shell, and gitlab versions
2013-12-19 21:58:16 -08:00
etcet
65cbb7d4e6 Increment GitLab version 2013-12-19 10:27:36 -06:00
etcet
a3b249e4f8 Fixed typo 2013-12-19 10:07:03 -06:00
etcet
00299c7a5e Update CentOS, ruby, and gitlab versions 2013-12-19 10:04:54 -06:00
Achilleas Pipinellis
ffb58de8e3 Merge pull request #171 from halflogic/patch-1
Improvements for README.md
2013-12-11 02:32:38 -08:00
halflogic
24f902c0b8 Improvements for README.md
Simple improvements to avoid some trip ups and save a few minutes of troubleshooting. The guide is quite long and it's easy to get into a habit of copy and pasting.
2013-12-10 11:24:43 -05:00
Achilleas Pipinellis
720ecad7b5 Merge pull request #169 from Estopero/master
Adding a init.d script without unicorn or puma, just sidekiq
2013-12-07 02:35:42 -08:00
Tomas Fernandez
ba0ab28824 Editing gitlab-only-sidekiq script description 2013-12-02 13:40:17 +01:00
Tomas Fernandez
5c4c29b095 Adding the init.d script without unicorn or puma, just sidekiq 2013-12-02 13:36:59 +01:00
Axilleas Pipinellis
21c42fd359 Merge pull request #167 from cdayjr/master
CentOS Install - PUIAS repo
2013-11-16 14:03:25 -08:00
Chad Wade Day, Jr.
7a1f1fc5ca Fixed some text formatting 2013-11-15 21:00:05 -05:00
Chad Wade Day, Jr
2de4350599 Had some issues with the PUIAS repo- here's how I got it working 2013-11-15 20:53:33 -05:00
Axilleas Pipinellis
b0c3231c1c Merge pull request #166 from psftw/update-git-instructions
Update Centos 6.4 guide to obtain git via RPM instead of compilation
2013-11-14 14:47:05 -08:00
Axilleas Pipinellis
94246e4d8e Merge pull request #165 from psftw/fix-typo
fix typo
2013-11-14 14:44:12 -08:00
Peter Salvatore
a1895d1f74 cleanup: don't need to change git path 2013-11-14 13:28:33 -05:00
Peter Salvatore
37064b7702 Obtain git v1.8 RPM instead of compiling it 2013-11-14 11:04:37 -05:00
Peter Salvatore
a3a3e482bd fix typo 2013-11-14 10:45:14 -05:00
Axilleas Pipinellis
8df20dffe7 Merge pull request #163 from jlumqz/master
Tell users to ignore the complain that the init script is not up-to-date.
2013-11-11 04:10:03 -08:00
Meng Qingzhong
367e7e89ec Tell users to ignore the complain that the init script is not up-to-date. 2013-11-11 20:07:36 +08:00
Axilleas Pipinellis
de76512893 Merge pull request #161 from kmohrf/patch-1
Add mod_headers module dependency for RequestHeader directive
2013-11-10 13:13:24 -08:00
Konrad Mohrfeldt
90d3a173bf add mod_headers module dependency for RequestHeader directive 2013-11-10 20:57:26 +01:00
Axilleas Pipinellis
2288f8beb8 Merge pull request #160 from tuxone/patch-1
Update README.md
2013-11-10 10:11:49 -08:00
Alessandro Loffredo
1e7cbaa2d0 Update README.md
add tips to solve two errors:

$git push -u origin master
Access denied.
fatal: Could not read from remote repository.

and:

$ git push -u origin master
/usr/local/lib/ruby/2.0.0/net/http.rb:918:in `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)
	from /usr/local/lib/ruby/2.0.0/net/http.rb:918:in `block in connect'
	from /usr/local/lib/ruby/2.0.0/timeout.rb:52:in `timeout'
	from /usr/local/lib/ruby/2.0.0/net/http.rb:918:in `connect'
	from /usr/local/lib/ruby/2.0.0/net/http.rb:862:in `do_start'
	from /usr/local/lib/ruby/2.0.0/net/http.rb:851:in `start'
	from /home/git/gitlab-shell/lib/gitlab_net.rb:62:in `get'
	from /home/git/gitlab-shell/lib/gitlab_net.rb:17:in `allowed?'
	from /home/git/gitlab-shell/lib/gitlab_shell.rb:60:in `validate_access'
	from /home/git/gitlab-shell/lib/gitlab_shell.rb:24:in `exec'
	from /home/git/gitlab-shell/bin/gitlab-shell:16:in `<main>'
fatal: Could not read from remote repository.
2013-11-10 18:16:04 +01:00
Axilleas Pipinellis
501b896254 Merge pull request #158 from codeling/patch-1
Incorporate fix for incorrect http redirect
2013-11-09 04:28:14 -08:00
codeling
61f39093fe Incorporate fix for incorrect http redirect
Incorporates fix from https://github.com/gitlabhq/gitlabhq/issues/715 to make gitlab properly redirect to https instead of http when configured for https
2013-11-09 11:50:07 +01:00
Axilleas Pipinellis
52bafa5f13 Merge pull request #157 from JCID/master
Added instructions for the implementation of an SSL certificate
2013-11-07 04:38:49 -08:00
Jeffrey Cafferata
bec5d3ee94 Added instructions for the implementation of an SSL certificate 2013-11-07 13:12:12 +01:00
Achilleas Pipinellis
3888f54786 Add new misc dir 2013-11-07 13:31:07 +02:00
Axilleas Pipinellis
e14fc7bdb6 Merge pull request #156 from gitlabhq/github-import
Add github import script
2013-11-06 08:46:34 -08:00
Sytse Sijbrandij
4decb28428 Also add import script to the recipies repo. 2013-11-06 08:32:06 -08:00
Jacob Vosmaer
bd77099802 Merge pull request #155 from xystudioo/master
Changing gitlab-shell version from 1.7.0 to 1.7.4
2013-11-06 02:51:35 -08:00
Xiaoyu Tai
7d46699449 Changing gitlab-shell version from 1.7.0 to 1.7.4
gitllab 6.2 needed gitlab-shell version >= 1.7.4
2013-11-06 18:45:09 +08:00
Axilleas Pipinellis
40b2fdf7dc Merge pull request #154 from cangelis/patch-1
Change branch name 6-0-stable to 6-2-stable
2013-11-05 11:46:36 -08:00
Can Geliş
6cf84c3f85 Changed branch name 6-0-stable to 6-2-stable
Because the latest version of init script is not compatible with the version 6.0
2013-11-05 14:12:16 +02:00
Axilleas Pipinellis
9c2ae25e43 Merge pull request #149 from sag47/better-plain-proxy-conf
Apache config - better based on SSL config
2013-10-30 17:18:14 -07:00
Sam Gleske
54314ecabc Apache config - better based on SSL config
This is a better proxy config which is based on the
gitlab-ssl.conf.
2013-10-30 15:30:41 -04:00
Axilleas Pipinellis
8675ce06c4 Merge pull request #146 from jhollingsworth/centos-init-fix
Update init.d for CentOS 6.4 and GitLab 6.2
2013-10-26 00:25:28 -07:00
Axilleas Pipinellis
dccc277ba8 Merge pull request #147 from boeserwolf91/update_service_files
Update service files for use with Gitlab 6.2
2013-10-26 00:16:31 -07:00
Stefan Wolf
c27af79bd0 updated service files for use with Gitlab 6.2 2013-10-24 19:15:47 +02:00