21 Aug, 2012
1 commit
19 Aug, 2012
1 commit
11 Aug, 2012
1 commit
-
Updated MySQL docs and Ubuntu auto-install script
10 Aug, 2012
1 commit
-
Fix resque worker becoming paused on restarts
02 Aug, 2012
1 commit
30 Jul, 2012
1 commit
29 Jul, 2012
2 commits
26 Jul, 2012
1 commit
16 Jul, 2012
3 commits
-
The gitlab.pub file probably shouldn't be world readable, but let's star...
-
Clarify the nginx configuration.
-
Add step to make sure tmp directory exists in /home/gitlab/gitlab/
15 Jul, 2012
1 commit
14 Jul, 2012
1 commit
-
…ep Setup DB fails if it doesn't. see issue #1038 for more detials.
13 Jul, 2012
1 commit
10 Jul, 2012
1 commit
05 Jul, 2012
1 commit
-
…ust making it read-only and not executable.
26 Jun, 2012
1 commit
23 Jun, 2012
2 commits
04 Jun, 2012
1 commit
26 May, 2012
1 commit
-
;) Have fun!
23 May, 2012
1 commit
09 May, 2012
1 commit
29 Apr, 2012
1 commit
18 Apr, 2012
1 commit
13 Apr, 2012
1 commit
12 Apr, 2012
1 commit
-
If libyaml headers are not installed, YAML will not be correctly compiled (either not at all, or using Syck instead of Psych).
06 Apr, 2012
1 commit
-
Needed to expand the \n into a newline. My bad.
04 Apr, 2012
2 commits
-
Add redis-server init.d dependency - fixes #598
01 Apr, 2012
4 commits
-
Fix gl-setup PATH warning when executing gl-system-install.
-
My git user uses bash (so .bash_profile), but I think it should work the same for sh shell. Full warning message: ***** WARNING ***** gl-setup is not in your $PATH. Since gl-setup MUST be run from the PATH (and not as src/gl-setup or such), you must fix this before running gl-setup. The simplest way is to add PATH=/home/git/bin:$PATH to the end of your bashrc or similar file. You can even simply run that command manually each time you log in and want to run a gitolite command. Run /home/git/gitolite/src/gl-system-install -h for a detailed usage message.
30 Mar, 2012
1 commit
-
added proxy_set_header directives to prevent "ssl_error_rx_record_too_long" added subdomain "gitlab.YOUR_SUBDOMAIN.com" to server_name directive added "YOUR_SERVER_IP" to listen directive
28 Mar, 2012
1 commit
27 Mar, 2012
1 commit
24 Mar, 2012
2 commits
-
When running `rake gitlab_status` to check if it's safe to continue on installation in step 4, you need to use `RAILS_ENV=production` or else you will receive an error about "permission denied for user root@localhost..."