Commit Graph

75 Commits

Author SHA1 Message Date
Dmitriy Zaporozhets
3fbacd4688 Point install scripts to 4-0-stable 2013-01-21 09:28:08 +02:00
Dmitriy Zaporozhets
740b5f28d1 Fix init.d script for gitlab-ci 2013-01-07 18:22:34 +02:00
Dmitriy Zaporozhets
f2fe5a9205 Merge pull request #32 from thomwiggers/patch-1
Hardcoded gitlab_ci username
2012-12-27 06:55:41 -08:00
Dmitriy Zaporozhets
ed23bbc31a Merge pull request #34 from dosire/resque_restart
Update restart in gitlab init to shut down and start up resque.
2012-12-27 06:50:19 -08:00
Dmitriy Zaporozhets
5131bd33cc Merge pull request #36 from elvanja/centos-specific-scripts-by-elvanja
Updated for v4.0
2012-12-27 06:49:39 -08:00
Vanja Radovanović
1528537f32 usage fix 2012-12-27 14:53:49 +01:00
Vanja Radovanović
4488454cfe removed iml 2012-12-27 14:26:31 +01:00
Vanja Radovanović
f79097447c ruby patch fix 2012-12-27 14:23:50 +01:00
Vanja Radovanović
e8d90bfab8 updated for v4.0 2012-12-27 14:18:43 +01:00
Marin Jankovski
772c31da8a Update restart in gitlab init to shut down and start up resque. 2012-12-25 08:33:54 +01:00
Riyad Preukschas
76b94e9205 Fix init script to run commands in bash
This should fix issues with RVM not being loaded.
Closes #11
2012-12-24 18:42:24 +01:00
Thom Wiggers
4b5b7f8e24 non-hardcoded gitlab_ci username
Changed the gitlab_ci username to a non-hardcoded variant.
2012-12-24 17:34:09 +01:00
Dmitriy Zaporozhets
7adc70ff4f Versions up. gitlab-ci recipes 2012-12-23 20:49:08 +02:00
Dmitriy Zaporozhets
0dd5a611c2 ssh_host 2012-12-23 00:31:39 +02:00
Dmitriy Zaporozhets
f0d961c49e Fix host replace 2012-12-22 23:57:11 +02:00
Dmitriy Zaporozhets
cb3d7559ea No strict host check for localhost 2012-12-22 23:40:27 +02:00
Dmitriy Zaporozhets
4b76434aa3 Readme for quick setup script 2012-12-22 22:42:40 +02:00
Dmitriy Zaporozhets
990b7a883a add apt-get update 2012-12-22 22:25:31 +02:00
Dmitriy Zaporozhets
12f9313aca Mention apt-get update 2012-12-22 21:20:56 +02:00
Dmitriy Zaporozhets
bb5a01105a Fix calling instructions 2012-12-22 21:19:34 +02:00
Dmitriy Zaporozhets
68d342c40f checkout to 4-0-stable 2012-12-22 21:12:24 +02:00
Dmitriy Zaporozhets
b37858a78a No need to run nginx worker from gitlab 2012-12-21 15:35:33 +02:00
Dmitriy Zaporozhets
679c08814d Use v4.0.0rc1 for setup 2012-12-21 12:24:06 +02:00
Dmitriy Zaporozhets
5eb1107e2e Merge pull request #30 from rafaelrosafu/master
Smaller fixes to install and run Gitlab with the one line script on Ubuntu
2012-12-19 04:33:25 -08:00
Rafael Rosa Fu
e241c00743 Avoid 403 by using gitlab user to run nginx workers 2012-12-17 00:29:14 -05:00
Rafael Rosa Fu
29ce1f5a91 Added default_server directive to gitlab site conf
Without the default_server site nginx never gets to call the application, it keeps displaying the "Welcome to nginx" page
2012-12-17 00:23:39 -05:00
Dmitriy Zaporozhets
a2bcfa1d84 added missing -y for ubuntu script 2012-12-14 12:31:12 +02:00
Dmitriy Zaporozhets
a38d8ccc86 One script installer for ubuntu server 12.04 2012-12-11 06:14:05 +03:00
Nihad Abbasov
ee18f65d4a Merge pull request #25 from berkus/master
Add missing dependency on libpq-dev
2012-11-29 16:05:41 -08:00
Nihad Abbasov
5cf4886062 Merge pull request #26 from riywo/patch-1
Need libpq-dev
2012-11-29 16:05:01 -08:00
Dmitriy Zaporozhets
f31ce20e1c Merge branch 'dosire-gitlab_init_script' 2012-11-22 11:51:41 +02:00
Dmitriy Zaporozhets
e3eae2cdf2 Merge branch 'gitlab_init_script' of https://github.com/dosire/gitlab-recipes into dosire-gitlab_init_script
Conflicts:
	init.d/gitlab
2012-11-22 11:51:28 +02:00
Ryosuke IWANAGA
f9884de906 Need libpq-dev
we need libpq-dev for bundle install
2012-11-17 19:23:43 -08:00
Berkus
0d5297a4bb Missing libpq-dev dependency for bundle-installed pg 2012-11-16 11:50:20 +02:00
Nihad Abbasov
dd50acb8ef Merge pull request #20 from jirihnidek/patch-1
Update init.d/ReadMe-CentOS.md
2012-11-02 09:05:15 -07:00
Dmitriy Zaporozhets
c5131393fc Fixed prev commit :) 2012-11-02 15:42:21 +02:00
Dmitriy Zaporozhets
95804dd8f6 Fixed gitolite setup script 2012-11-02 15:40:28 +02:00
Dmitriy Zaporozhets
d2fad7b8f3 Fix debian_ubuntu.sh with valid gitolite 2012-11-02 15:17:43 +02:00
Marin Jankovski
e4ed11097c Update gitlab init script
Conflicts:

	init.d/gitlab
2012-11-01 17:23:09 +01:00
Jiri Hnidek
237c3d0367 Update init.d/ReadMe-CentOS.md
This is right syntax of chkconfig --add
2012-11-01 16:08:10 +01:00
Dmitriy Zaporozhets
6f4158a907 Merge pull request #15 from janaka/patch-1
Fix the Gitlab hooks setup
2012-10-26 07:29:32 -07:00
Dmitriy Zaporozhets
5190271d12 Up to v3.0 2012-10-26 12:16:35 +03:00
Dmitriy Zaporozhets
26469f4f47 add GIT_CONFIG_KEYS='.*' and git to gitlab group 2012-10-26 12:16:20 +03:00
Dmitriy Zaporozhets
5d256b00e2 Up versions for nginx + init.d 2012-10-25 12:34:39 +03:00
Janaka Abeywardhana
2f313a2d44 Add the post-receive hooks permission fix
Without this the status check fails when checking the post-receive hooks folder
2012-10-23 20:21:07 +02:00
Janaka Abeywardhana
0ff7e3787e Fix the Gitlab hooks setup
Incorrect destination path. Copied the correct one from install.md
2012-10-23 19:30:37 +02:00
Valeriy Sizov
f18dab39ea Fix for reboot 2012-10-03 19:12:31 +03:00
Valeriy Sizov
ff58d71265 Fix for reboot 2012-10-03 19:10:16 +03:00
Valeriy Sizov
6f40609f09 Merge pull request #13 from globalcitizen/lighttpd-fix
Add upload fix
2012-10-02 07:31:26 -07:00
globalcitizen
343b1f5c92 Add upload fix for issue at https://github.com/gitlabhq/gitlabhq/issues/348 2012-10-01 12:58:13 +10:00