36 Commits

Author SHA1 Message Date
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
etcet
65cbb7d4e6 Increment GitLab version 2013-12-19 10:27:36 -06:00
etcet
00299c7a5e Update CentOS, ruby, and gitlab versions 2013-12-19 10:04:54 -06: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
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
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
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
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
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
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
919e129a34 Merge pull request #142 from jesseward/centos-wget-fedoraproject-fix
Fix certificate error when wget fetches EPEL gpg key
2013-10-17 17:44:26 -07:00
jesseward
f7c3e640af Changes to centos install guide that offer support for a PostgreSQL backend. 2013-10-17 14:38:54 -04:00
jesseward
cb59799219 Fix for the CERT warning when wget fetches GPG key.
sudo wget -O /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 https://fedoraproject.org/static/0608B895.txt --no-check-certificate
--2013-10-17 08:35:40--  https://fedoraproject.org/static/0608B895.txt
Resolving fedoraproject.org... 209.132.181.16, 66.35.62.166, 66.135.62.201, ...
Connecting to fedoraproject.org|209.132.181.16|:443... connected.
WARNING: certificate common name “*.fedoraproject.org” doesn’t match requested host name “fedoraproject.org”.

substitute fedoraproject.org for www.fedoraproject.org which provides a 301 redirect to fedoraproject.org, but covered by their wildcard SSL cert.
2013-10-17 08:55:17 -04:00
yorn
4cdf27f0dd Simplified firewall configuration
lokkit edits iptables, ip6tables and system-config-firewall in /etc/sysconfig and is available in a minimal CentOS installation.
2013-09-27 15:22:33 +02:00
yorn
8083200fa8 Added myself to contributors 2013-09-27 15:21:38 +02:00
Ponsjuh
2a0499cf59 reverted the newlines 2013-09-06 14:45:34 +02:00
Ponsjuh
18d9ef21fc Update README.md 2013-09-06 14:44:09 +02:00
Ponsjuh
d2231cd199 [Installation script] GitLab 6.x - CentOS 6.x - NGINX
Fixed a typo
2013-09-04 14:34:51 +02:00
Ponsjuh
cdb67bd50d [Installation script] GitLab 6.x - CentOS 6.x - NGINX
Fixed some markup
2013-09-04 14:33:33 +02:00
Ponsjuh
d768aae0ed [Installation script] GitLab 6.x - CentOS 6.x - NGINX
Added a note about the SSL certificate because the nginx config being downloaded is making use of it.
2013-09-04 14:31:50 +02:00
Ponsjuh
ae69a8fe54 Update README.md 2013-09-04 14:11:56 +02:00
Ponsjuh
d550a88c2b Added service redis start
If you don't start the redis server you will get a stacktrace at the end of the tutorial
2013-09-04 14:10:26 +02:00
Axilleas Pipinellis
260850a5f8 Fix links to CONTRIBUTING.md 2013-08-29 09:22:03 +03:00
Axilleas Pipinellis
e60599263c Fix whitespace, clarify to configure one of the web servers 2013-08-23 10:27:38 +03:00
Axilleas Pipinellis
a33410411f Add SELinux link 2013-08-19 08:02:30 +03:00
Axilleas Pipinellis
2f555a5ed4 Fix code block 2013-08-18 16:39:38 +03:00
Axilleas Pipinellis
a474bb1de2 Minor fixes 2013-08-18 16:38:30 +03:00
Axilleas Pipinellis
9b750abb13 Finish CentOS installation guide 2013-08-18 16:25:52 +03:00
Axilleas Pipinellis
9d4aaa95dc Cleanup guide, add instructions of git update. Implement #102, Fix #62 2013-08-17 12:37:11 +03:00
Axilleas Pipinellis
433fac4964 Move guidelines to main README, add info for epel repo in CentOS guide 2013-08-17 10:22:03 +03:00
Axilleas Pipinellis
2b552fb89b First rewrite attempt of CentOS guide 2013-08-09 12:41:27 +03:00
Axilleas Pipinellis
c8cd324246 New init url. Fix #109 2013-08-06 01:11:14 +03:00
Axilleas Pipinellis
75bcb79ca6 Initial commit of new structure 2013-07-31 14:59:21 +03:00