Sytse Sijbrandij
b5d0f90e30
Warn people about not exposing at a time they can still do something about it.
2014-12-23 09:48:43 +01:00
Patricio Cano
918245094c
Added update guide for updating to 7.6
2014-12-17 18:00:43 -05:00
Dmitriy Zaporozhets
2fef5c1323
Merge branch 'dev-docs-in-gdk' into 'master'
...
Dev docs in gdk
Also see https://gitlab.com/gitlab-org/gitlab-development-kit/merge_requests/31
See merge request !1331
2014-12-17 09:49:10 +00:00
Sytse Sijbrandij
98e64610b2
Move development information to the GitLab Development Kit.
2014-12-17 08:27:03 +01:00
Valery Sizov
83de96ae3a
add kerberos dependency
2014-12-15 14:01:55 +02:00
Sytse Sijbrandij
3e60dd7cb5
Change it earlier as well.
2014-11-26 15:49:25 +01:00
Sytse Sijbrandij
6818c96db0
Selecting a branch is dangerous now that we have rc in a branch.
2014-11-26 14:30:14 +01:00
Patricio Cano
da35baed65
Added update guide for updating to 7.5, and pointed installation and updates guides to new version.
2014-11-17 16:56:51 -05:00
Valeriy Sizov
46bd0a88dd
Merge pull request #7652 from m-a-r-c-o/logrotate-error-bugfix
...
Fix log rotate permission error
2014-11-05 13:50:11 +02:00
Valeriy Sizov
ed68797672
Merge pull request #8196 from bbodenmiller/patch-12
...
clarify that 'template1=#' is part of prompt
2014-11-04 17:37:46 +02:00
Valeriy Sizov
f8981e02cd
Merge pull request #8197 from bbodenmiller/patch-14
...
Quit the database session at end of database setup
2014-11-04 17:34:30 +02:00
Robert Schilling
b8d85bc230
Merge pull request #8194 from bbodenmiller/patch-9
...
ruby -> Ruby
2014-10-30 08:51:39 +01:00
Ben Bodenmiller
12e751a892
Quit the database session at end of database setup
2014-10-30 00:01:19 -07:00
Ben Bodenmiller
9c6106c4f6
clarify that 'template1=#' is part of prompt
...
Similar to https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/database_mysql.md clarify that `template1=#` is part of the prompt.
2014-10-29 23:58:34 -07:00
Ben Bodenmiller
87fa3f0d2e
ruby -> Ruby
2014-10-29 21:18:57 -07:00
Ben Bodenmiller
1f62cb3ee7
fix git installation
2014-10-29 19:09:24 -07:00
Hugo Osvaldo Barrera
add5d43b6e
Close #717
...
Add documentation changes to:
* Set the permissions of the unix socket properly
* Create the directory for the socket
* Make sure tmpfiles.d persists said directory
The first change makes sure gitlabl can connect to the socket. The latter two
avoid redis from failing to start on systemd-based systems, including recent
versions of Debian.
2014-10-23 14:01:44 -03:00
Valery Sizov
4da88dbb2d
documents updated
2014-10-17 13:47:20 +03:00
Sytse Sijbrandij
e8e022daec
Refer to the Omnibus installation from eveerywhere since people link to installation.md directly.
2014-10-15 16:29:05 +02:00
Ciro Santilli
7dcbf35019
Replace www.gitlab.com with about.gitlab.com
2014-10-07 13:16:19 +02:00
Marin Jankovski
2ac1f95ba1
Update guides to use gitlab-shell 2.0.1.
2014-10-01 09:56:04 +02:00
Ciro Santilli
862315dcb0
Typo indiciated -> indicated.
2014-09-27 10:34:51 +02:00
Achilleas Pipinellis
05b535e1c0
Add missing Redis item list in Overview [ci skip].
2014-09-24 22:59:26 +03:00
Marin Jankovski
457caaae49
Update manual installation guide for the correct shell version.
2014-09-22 14:50:06 +02:00
Ben Bodenmiller
559af04f34
improve 7.3 upgrade process & redius setup
...
Fixes
https://github.com/gitlabhq/gitlabhq/commit/2b35c887904b6a7a05a7c88fdf1ccd66ba943e20#commitcomment-7829537 ,
https://github.com/gitlabhq/gitlabhq/commit/5704e6fee9d2dea67c4a91b43d06a9958484d29b#commitcomment-7829367 ,
&
https://github.com/gitlabhq/gitlabhq/commit/5704e6fee9d2dea67c4a91b43d06a9958484d29b#commitcomment-7829381
2014-09-21 05:05:48 -07:00
Marin Jankovski
2b35c88790
Updates to the update/install docs for 7.3.rc1
2014-09-17 18:27:23 +02:00
Dmitriy Zaporozhets
892371bc22
Merge branch 'redis_socket' into 'master'
...
Use sockets to connect to Redis
See merge request !1088
2014-09-15 14:49:02 +00:00
Marco Cyriacks
8d0bc76487
Change gitlab/log permissions in installation.md
...
This patch changes default permission of the gitlab/log directory to
u+rwX,go-w. This is done to make the directory NOT readable by group and
others and to avoid logrotate complaining about it. chmod 755 is not
used to avoid setting executable bit on file within the log dir.
2014-09-12 19:56:25 +02:00
Jacob Vosmaer
5704e6fee9
Use sockets to connect to Redis
2014-09-12 14:59:58 +02:00
Robert Schilling
a6084a7608
Merge pull request #7439 from bbodenmiller/patch-6
...
set the number of workers to # of cores
2014-09-12 11:37:54 +02:00
Ben Bodenmiller
ee6ec5bd6d
set the number of workers to # of cores
2014-09-12 02:22:43 -07:00
Marin Jankovski
09e64ae605
Add an option to supply root password through an environmental variable.
2014-09-11 10:06:56 +02:00
Ben Bodenmiller
083b153d45
fix formatting issue
...
fix formatting issue with self-signed certificate section
2014-09-09 10:43:28 -07:00
Marin Jankovski
67c956e16d
Link the doc in installation document.
2014-09-08 15:30:10 +02:00
Marin Jankovski
e59b3720e9
Move custom Omniauth directions to omniauth doc.
2014-09-08 12:27:11 +02:00
Ben Bodenmiller
5d5d4ef91a
simplify HTTPS setup details
...
also adds comment about updating nginx files during upgrades
2014-09-07 15:31:13 -07:00
Robert Schilling
7c1e60f0b4
Do not specify postgres-version while installing
2014-08-27 09:16:33 +02:00
Robert Schilling
1646009724
Add pkg-config as required dependency for rugged
2014-08-26 06:10:53 +02:00
Ben Bodenmiller
c8c2b49dfb
remove extra cd's to GitLab installation folder
2014-08-24 13:31:25 -07:00
Robert Schilling
a820a15dc0
Merge pull request #7582 from bbodenmiller/patch-5
...
[Documentation] more cleanup installation guide formatting
2014-08-24 10:59:45 +02:00
Ben Bodenmiller
5ef4b3fb53
improve formatting
...
* fix code blocks
* Make capitalization of titles consistent - missed some in
https://github.com/gitlabhq/gitlabhq/pull/7576
2014-08-23 16:53:14 -07:00
Ben Bodenmiller
1b1ca3ee56
add Nginx test
2014-08-23 16:48:04 -07:00
Robert Schilling
30ea264b3b
Merge pull request #7576 from bbodenmiller/patch-5
...
[Documentation] cleanup installation guide formatting
2014-08-23 02:33:44 +02:00
Ben Bodenmiller
40af6f9c23
gitlab 7.2 requires gitlab shell 1.9.7
2014-08-22 13:23:44 -07:00
Ben Bodenmiller
e61b491ae1
cleanup installation guide formatting
...
* Fix some formatting issues
* Make capitalization of titles consistent
* Update image that shows how to select branch
2014-08-22 13:18:40 -07:00
Robert Schilling
5418c61747
We have 7.2 now 🤘
2014-08-22 20:36:03 +02:00
Sameer Naik
18a275f693
cmake is required during the installation of the rugged gem
...
The following error is encountered during the installation of the rugged gem:
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
/usr/bin/ruby2.1 extconf.rb
checking for cmake... no
ERROR: CMake is required to build Rugged.
*** extconf.rb failed ***
2014-08-19 13:18:14 +05:30
Jeroen van Baarsen
8bce9d7fed
Merge pull request #7475 from bbodenmiller/curl-redirects
...
follow curl redirects
2014-08-13 16:19:57 +02:00
Ben Bodenmiller
aabb4093b7
follow curl redirects
...
Update `curl` commands to follow redirects (see
http://curl.haxx.se/docs/manpage.html#-L ). Current `curl` commands will
return unexpected results if the requested content has been moved and is
returning information about where it has been moved to. Including the
`-L` option tells `curl` to follow the redirect so the file can be
correctly acquired.
2014-08-11 22:01:37 -07:00
Robert Schilling
abdc442648
Fix spelling errors in doc, closes #7437
...
Further changes
2014-08-07 10:27:54 +02:00