Commit Graph

433 Commits

Author SHA1 Message Date
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
2b35c88790 (commitcomment-7829537),
5704e6fee9 (commitcomment-7829367),
&
5704e6fee9 (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
Sytse Sijbrandij 14d3f30403 Note exim problems. 2014-07-24 12:00:55 +02:00
Dmitriy Zaporozhets f59a721ee0
Point installation manual to 7-1-stable
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-17 16:49:54 +03:00
Marin Jankovski cb4d8eff4c Add sanitize option to documentation. 2014-07-07 14:41:02 +02:00
Dmitriy Zaporozhets 614e0857d6 Merge pull request #7162 from olivierlambert/patch-1
Missing quote in the install doc
2014-06-24 10:39:56 +03:00
Robert Schilling bf1f8a0e0f Update ruby version to 2.1.2, fixes #362 related to #360 2014-06-23 18:19:14 +02:00
Olivier Lambert 8a35660e40 Missing quote in the install doc
Just a minor fix ;)
2014-06-20 13:48:14 +02:00
Dmitriy Zaporozhets 2b6b07f31e
Bump shell version
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-18 13:05:33 +03:00
Dmitriy Zaporozhets 8f8a6bf2c2
Point to 7-0-stable in installation docs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-18 12:54:54 +03:00
Dmitriy Zaporozhets 76e2564018
Recommend setup git 2.0 for installation docs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-13 15:10:58 +03:00
Sytse Sijbrandij 5d95fc6726 Link in code sections do not work. 2014-06-10 14:45:03 +02:00
Sytse Sijbrandij 95af7123bb Reformulate some of the https instructions. 2014-06-10 14:43:11 +02:00
Sytse Sijbrandij 772f2f1ac8 Merge branch 'https_documentation' into 'master'
Https in installation document
2014-06-10 12:32:25 +00:00
Marin Jankovski fa9c39591c Extract gitlab-shell configuration note to gitlab-shell section. 2014-06-10 12:57:50 +02:00
Marin Jankovski b980ab407e Update installation doc to mention using https. 2014-06-10 11:58:11 +02:00
Dmitriy Zaporozhets 1687095db6 Merge branch 'master' of github.com:gitlabhq/gitlabhq 2014-06-10 12:40:28 +03:00
Marin Jankovski 3affaa9b98 Add python-docutils to dependency list. 2014-06-10 10:40:28 +02:00
Dmitriy Zaporozhets a93ae9dc61 Merge pull request #7043 from jvanbaarsen/update-installation-dox
We need to change config in step 5
2014-06-09 22:12:45 +03:00
Achilleas Pipinellis 7be6b8ca73 Move gitlab-ssl nginx config from gitlab-recipes 2014-06-05 16:54:50 +03:00
Jeroen van Baarsen 793955cdfc We need to change config in step 5 2014-06-04 23:04:44 +02:00
Ciro Santilli fd348de76d Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
Dmitriy Zaporozhets 94b0f1b2bb
Bump gitlab-shell version
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-31 15:57:22 +03:00
Dmitriy Zaporozhets bd7c3955b1 Merge pull request #6882 from Tandrial/master
Satellites access fix
2014-05-30 16:59:02 +03:00
Sytse Sijbrandij c183019ce1 Merge branch 'use_newer_git_version' into 'master'
Use newer git version

Fixes #1272
2014-05-28 11:01:55 +00:00
Marin Jankovski 82855e078f Keep the lowest requirement for git in the documentation. 2014-05-28 12:53:10 +02:00
Marin Jankovski f22c709539 Add titles to doc pages. 2014-05-27 14:12:15 +02:00
Marin Jankovski e101369994 Use newer version of git in installation doc. 2014-05-27 13:06:20 +02:00
Dmitriy Zaporozhets 5d77088202
Do gitlab:shell setup before seeds because we need /home/git/repositories exists
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-20 12:00:23 +03:00
dosire 126eefc5b8 Ruby version updated so it doesn't have the readline bug https://www.ruby-lang.org/en/news/2014/05/09/ruby-2-0-0-p481-is-released/. 2014-05-19 14:45:55 +02:00
Marin Jankovski 39d95b1d94 Update installation guide, create update guide. 2014-05-19 12:30:30 +02:00
Marin Jankovski dbd88d453b Update the examples to example.com 2014-05-16 12:57:32 +02:00
dosire 049b63473f Link to the installation doc so people viewing on other locations can click the link. 2014-05-09 19:34:25 +02:00
Dmitriy Zaporozhets dd3a55064e Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce 2014-05-07 14:57:26 +03:00
Ahmed Shafeeq 14102fd211 Remove extra "Compile assets" section 2014-05-07 01:14:00 +08:00
Dmitriy Zaporozhets a94b06e7b5 Merge branch 'postgres_fix' into 'master'
Postgres fix. Closes #175
2014-05-06 15:20:26 +00:00
Ahmed Shafeeq 536b2f2f75 Use production for Gitlab shell installation 2014-05-06 22:02:21 +08:00
Dmitriy Zaporozhets c883660a3e
Fix install docs for gitlab-shell setup rake task
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-02 13:46:15 +03:00
Dmitriy Zaporozhets 85b5d203ac
Merge branch 'improve-gitlab-shell-installation' of https://github.com/pkgr/gitlabhq into pkgr-improve-gitlab-shell-installation
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

Conflicts:
	doc/install/installation.md
2014-05-02 13:30:26 +03:00
Michael Krane a5e20638c2 Satellites access fix 2014-04-27 11:36:45 +02:00
Achilleas Pipinellis d1648a6a21 Ensure git user can create the database. Fix #175 2014-04-23 21:58:58 +03:00
Marin Jankovski 19438af8d1 Update installation guide with new shell version. 2014-04-22 12:23:57 +02:00
Evgeniy Sokovikov bc732a89be fix installation.md type
depency -> dependency
2014-04-18 14:35:38 +04:00
Job van der Voort 00b576e67d update version in installation doc 2014-04-17 09:42:08 +02:00
Dmitriy Zaporozhets 6be82c5e3b Merge branch 'master' of github.com:gitlabhq/gitlabhq 2014-04-14 22:11:47 +03:00
Sytse Sijbrandij ec5bfec24e Merge branch 'postgres_installation' into 'master'
No need to edit database.yml for standard Postgres
2014-04-14 09:55:59 +00:00
Dmitriy Zaporozhets 884390de20 Merge pull request #6711 from marciotoze/patch-1
Update installation.md
2014-04-14 12:38:42 +03:00
dosire 670e02982c Steer people to the packages since people encounter less errors installing those. 2014-04-10 09:20:19 +02:00
Jacob Vosmaer ac01e44536 Be more specific about when to edit database.yml 2014-04-09 18:17:45 +02:00
Jacob Vosmaer 53f0d6cc51 No need to edit database.yml for standard Postgres
Postgres running on localhost should recognize the `git` system user
used by GitLab so there is no need to set/change database passwords.
2014-04-09 14:14:19 +02:00
dosire 12c49dd989 People forget to compile their assets, start after doing that. 2014-04-09 07:58:57 +02:00
Marcio Toze 6c47514322 Update installation.md
just fix typo

fix broken links
2014-04-09 00:09:53 -03:00
dosire b2b790afa7 Nicer formulation. 2014-04-08 17:18:17 +02:00
Cyril Rohr 8af8bee453 Add documentation for new rake task to install gitlab-shell. 2014-04-08 15:43:21 +01:00
dosire 9924492adf Document the need for dev packages since Multiple people asked about it. 2014-04-08 16:10:10 +02:00
Dmitriy Zaporozhets 1f1cfc9eba Merge pull request #5950 from axilleas/bundler_parallel
Refer to bundler's ability of parallel installation
2014-04-04 14:37:07 +03:00
Dmitriy Zaporozhets ad3a3e5201 Merge pull request #6658 from tsigo/rs-important-dirs
Make sure important directories exist in git
2014-04-04 14:31:26 +03:00
Marin Jankovski 04324908fb Add to update guides satellites group permission. 2014-04-04 09:36:25 +02:00
Dmitriy Zaporozhets 6594ce1de0 Merge branch 'specific-warning-for-version-managers' into 'master'
Specific-warning-for-version-managers
2014-04-03 11:28:31 +00:00
dosire 80bc7c4ca5 More explicit warning since we still see many people running into problems with this. 2014-04-02 16:10:53 +02:00
Marin Jankovski 03b8dcce87 Change the satellites directory permission in the install guide, add to rake check task. 2014-04-02 15:25:26 +02:00
Robert Speicher 34c5e6de28 Remove Install doc notes about creating certain folders 2014-03-30 22:58:03 -04:00
Achilleas Pipinellis 4709364b7e Refer to bundler's ability of parallel installation 2014-03-26 21:54:39 +02:00
dosire d8a015cc97 Should be 6-7. 2014-03-21 22:52:08 +02:00
Marin Jankovski 895c913247 Use the latest tag, 1.9.1 for gitlab-shell. 2014-03-21 12:42:59 +01:00
Marco Vito Moscaritolo 599ee9670d Fixed error on mysql install link
Fixed error on install guide to mysql conf page.
2014-03-13 22:04:36 +01:00
Dmitriy Zaporozhets dcda7516d6
Use username instead of wierd email for first login
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-11 12:18:14 +02:00
dosire 509c45163a Update references to gitlab dot com. 2014-03-10 17:40:40 +01:00
Dmitriy Zaporozhets 490f99d45e
New stable branches and update guide
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-21 17:07:43 +02:00
Dmitriy Zaporozhets 138e2a50b7
PostgreSQL is first one now
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-20 15:16:33 +02:00
Marin Jankovski fcdcb1a675 Move database setup guide inside the installation. 2014-02-20 12:31:04 +01:00
Marin Jankovski acdb808abc Update database documentation. 2014-02-20 10:10:25 +01:00
dosire a36f5730b0 Backticks are just confusing here. 2014-02-12 15:45:36 +01:00
dosire 36462d77b5 Markdown styles dependencies are optional. 2014-02-12 14:49:31 +01:00
dosire 665a2f6000 Remove duplication and link to CentOS guide. 2014-02-05 09:26:46 +01:00
Dmitriy Zaporozhets c75ab4ec9a
Remove python from installation docs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-30 19:48:47 +02:00
Sytse Sijbrandij 8f8db77685 Merge pull request #5907 from boomshadow/patch-1
Update installation.md with new git version
2014-01-25 07:59:44 -08:00
Dmitriy Zaporozhets bf15b56a1e Merge branch 'warn-against-version-managers' into 'master'
Warn Against Version Managers
2014-01-22 16:49:17 +00:00
dosire 3ff27c4b1b No need for code tag here. 2014-01-22 17:46:40 +01:00
dosire a4f2da4763 Spelling mistake and add links. 2014-01-22 17:38:36 +01:00
dosire 3ba40f03ad Warn against RVM. 2014-01-22 17:37:01 +01:00
Dmitriy Zaporozhets bcedc4858d
Use 6-5 branch in installation docs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-22 11:08:42 +02:00
dosire 7f9081c108 Update select branch to GitLab look and explain why this guide is long so people are not discouraged. 2014-01-18 15:34:40 +01:00
dosire 689f6f7051 Also update links to recipes. 2014-01-02 09:16:02 +01:00
dosire 60e451fde4 Change canonical urls to GitLab Cloud. 2013-12-30 14:27:18 +01:00
boomshadow 0eb7d64824 Update installation.md
Updated the version of Git used in the section for compiling Git from source.

Also, changed the verbiage used in the section "Initialize Database and Activate Advanced Features". It previously said to type 'yes' to install the database.
2013-12-22 14:14:17 -05:00
Dmitriy Zaporozhets be3e1ccb9d
Point ot 6-4-stable
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-20 16:02:06 +02:00
Jacob Vosmaer 911bf5f0ae Merge pull request #5645 from sajanp/enhancement/install-guide
Reorder steps to install web server before running gitlab:check
2013-12-16 04:47:14 -08:00
Dmitriy Zaporozhets 3ad6c61241 Merge branch 'master' of github.com:gitlabhq/gitlabhq 2013-12-11 09:19:36 +02:00
Jacob Vosmaer 427e68ecbe Merge pull request #5801 from Rovanion/default-doc
Added example defaults file and appropriate documentation.
2013-12-10 04:09:50 -08:00
Dmitriy Zaporozhets 92ce4904b9 Mention assets precompile in installation docs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-10 12:11:28 +02:00
Rovanion Luckey fc088f0c71 installation.md - Fixed typo 2013-12-10 10:22:22 +01:00
Rovanion Luckey 38be0ed79e Fixed security issue. 2013-12-09 14:17:33 +01:00
Rovanion Luckey 29cb573b6c Added example defaults file and appropriate documentation. 2013-12-09 14:05:50 +01:00
Rovanion Luckey 8583d7d186 Git clone now gets the right branch from the getgo
Simplified the instructions by two steps.
2013-12-06 21:21:59 +01:00
Sytse Sijbrandij d4533a1308 Wiki page url changed due to title cleanup. 2013-11-27 17:26:04 +01:00
Jonas Friedmann d1a87f3db0 Update installation.md to use 6-3-stable branch 2013-11-25 09:59:26 +01:00
Achilleas Pipinellis 17952c30b2 Update ruby to patchlevel 353 (security update)
https://www.ruby-lang.org/en/news/2013/11/22/heap-overflow-in-floating-point-parsing-cve-2013-4164/
2013-11-23 12:45:51 +02:00
Sajan Parikh 7b9f428dbe Reorder steps to install web server before running gitlab:check 2013-11-21 10:17:48 -06:00
Dmitriy Zaporozhets 7101b22c2e
Recommend gitlab-shell 1.7.9 in docs and check task
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-20 12:34:14 +02:00
Jacob Vosmaer 0ab0ca0d9d Use gitlab-shell 1.7.8 2013-11-14 13:35:45 +01:00
Dmitriy Zaporozhets ce1efb56eb Merge branch 'ra_default' of /home/git/repositories/gitlab/gitlabhq 2013-11-08 16:19:40 +00:00
Marin Jankovski da238bbdf4 Remove separate installation of charlock_holmes. 2013-11-07 09:56:12 +01:00
Dmitriy Zaporozhets c28786ecbe
Require gitlab-shell 1.7.6
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-06 21:52:37 +02:00
Marin Jankovski 3c8c06751c Enable rack_attack by default. 2013-11-06 13:10:59 +01:00
Jacob Vosmaer 9e31555afb Use gitlab-shell 1.7.4 2013-11-01 16:38:55 +01:00
flewid 056060f94b Update installation.md
Updated instructions to include proper stable. Otherwise they fail due to Rack extensions required below.
2013-10-25 19:41:59 -05:00
Jacob Vosmaer 56863dcbe3 Clarify that Git 1.8.x is OK 2013-10-23 11:19:16 +02:00
Jacob Vosmaer 01c65ac586 Include full dependencies for Git compilation 2013-10-23 11:18:24 +02:00
Jacob Vosmaer e7b6a42f26 Divide Git installation instructions in two 2013-10-23 11:18:23 +02:00
Jacob Vosmaer 79ac0e9b3e Edit config/gitlab.yml when compiling git 2013-10-23 11:18:23 +02:00
Jacob Vosmaer 4c61538b82 Add instructions to install Git from source
This is needed for Ubuntu 12.04, which only provides Git 1.7.9.
2013-10-21 14:23:59 +02:00
Jacob Vosmaer d4d1bce5ec Skip rdoc to speed up Ruby compilation 2013-10-18 18:04:58 +02:00
Jacob Vosmaer d378332ff9 Add logrotate setup to the installation guide 2013-10-16 10:38:13 +02:00
Jacob Vosmaer a8eb525e72 Merge pull request #5168 from DirkR/master
Added description for Redis connection via unix socket
2013-10-15 05:44:06 -07:00
Dmitriy Zaporozhets 6fbb7e6c5c Merge pull request #5278 from ZaaLabs/master
Small consistency addition for installation.md
2013-10-08 23:58:02 -07:00
Nate Beck c6d6c0d114 Update installation.md
Add the -y option to the python apt-get install commands to be consistent with the rest of the Document.
2013-10-06 02:55:01 -07:00
Jacob Vosmaer a3731cf362 Use peer-based authentication for PostgreSQL 2013-10-02 08:07:36 +02:00
Jacob Vosmaer 485162ec60 Streamline MySQL setup in installation.md 2013-10-02 08:07:36 +02:00
Dmitriy Zaporozhets ac6180bcb0 Merge branch 'rack_attack' of /home/git/repositories/gitlab/gitlabhq 2013-10-01 08:14:05 +00:00
Marin Jankovski 775aa5ba7c Update install/update docs. 2013-10-01 10:05:58 +02:00
Jacob Vosmaer 923ef6df62 Merge pull request #4800 from Rovanion/patch-1
Remove -y option when removing ruby1.8
2013-09-25 05:19:16 -07:00
Dirk Rüdiger 1e65fdf703 Added description for Redis connection via unix socket 2013-09-24 12:25:16 +02:00
Dmitriy Zaporozhets 16b6040c2e Update docs to use 6-1-stable branch 2013-09-16 14:04:22 +03:00
Trung Ngo 00ce286374 Fix typo in installation.md
SSH is pronounced as /es es aged/, so we need "an" instead of "a".
2013-09-12 23:20:55 +07:00
Robert Djurasaj ad52284810 Update installation docs to use v1.7.1 of gitlab-shell 2013-09-03 09:09:12 -06:00
Dmitriy Zaporozhets 6ad88561d2 Fix wrong branch in install docs 2013-08-20 22:14:54 +03:00
Dmitriy Zaporozhets 5a664b3ca4 Fix bug in installation doc with non-install unicorn 2013-08-20 22:12:42 +03:00
Rovanion Luckey e3dd374a6c Remove -y option when removing puby1.8
Since it is easily could break installations running on the server - hence the person doing the install should be able to make the decision to remove himself.
2013-08-17 00:37:22 +02:00
Jakub Kramarz bf6133b956 Update installation.md
Isn't 5.4 current stable?
2013-08-14 12:09:00 +02:00
Dmitriy Zaporozhets fe059b6c4b Merge pull request #4749 from tdm00/update-install-doc-link-to-master
Change links from 5-3 branch to point to master instead
2013-08-10 03:41:16 -07:00
Troy Murray d8bd9cfafe Change links to 5-3 branch to point to master instead 2013-08-09 14:08:56 -04:00
Sytse Sijbrandij a6377cb649 Stronger and more specific warning. 2013-08-09 15:37:28 +02:00
Troy Murray 3b19ef5b26 Clarify documentation on how to add custom Omniauth provider to GitLab 2013-08-08 10:16:52 -04:00
Dmitriy Zaporozhets 8886b900ca Merge pull request #4673 from Razer6/support_restructured_text
Add support for reStructured Text markup language
2013-08-03 01:45:51 -07:00
Dmitriy Zaporozhets 2d681c0d1e Add dealing with newlines for editor in installation.md 2013-08-03 11:32:17 +03:00
Dmitriy Zaporozhets d7f551bd3a Merge pull request #4612 from axilleas/bump-gitlab-shell-version_master
Bump version of gitlab-shell to 1.7.0
2013-08-03 00:15:05 -07:00
Robert Schilling b9717ba45e Add support for reStructured Text markup language 2013-07-30 19:06:45 +02:00
Jacob Vosmaer 5e0e97ec5d Remove reference to broken auth icon functionality 2013-07-29 11:12:44 +02:00
Jacob Vosmaer 707cea8d45 Merge pull request #4600 from lukaselmer/patch-1
Replace vim by editor
2013-07-22 01:28:50 -07:00
Axilleas Pipinellis 6d0b210ce8 Bump version of gitlab-shell to 1.7.0 2013-07-22 09:18:48 +03:00
Jeroen van Baarsen 2a5e05cfd8 Fixed an old reference to puma 2013-07-20 12:31:13 +02:00
Lukas Elmer 66d239f972 Replace vim by editor 2013-07-19 17:29:10 +02:00
Jacob Vosmaer d3e94eef4a Refer to recipes for nginx alternatives 2013-07-18 15:36:01 +02:00
Dmitriy Zaporozhets 6a9aed1e87 Merge branch 'master' into 6-0-dev
Conflicts:
	CHANGELOG
	VERSION
	app/views/admin/teams/projects/new.html.haml
	app/views/projects/teams/available.html.haml
	doc/install/installation.md
2013-07-10 14:03:00 +03:00
Dmitriy Zaporozhets 63e532eff0 Cache MR diffs result. Improve diff output 2013-07-08 20:12:35 +03:00
Sytse Sijbrandij de680eb8c0 Use default system editor. 2013-07-08 18:52:10 +02:00
Dmitriy Zaporozhets 6ace422c29 Merge branch 'master' into 6-0-dev
Conflicts:
	Gemfile
	Gemfile.lock
2013-07-08 09:50:10 +03:00
Dmitriy Zaporozhets 6f5f5e7ee3 Add suppoort of unicorn and fog gems 2013-07-08 09:47:31 +03:00
Dmitriy Zaporozhets 2643ee72a9 docs to ruby 2.0 2013-07-06 10:59:00 +03:00
Andrew Gallagher 0c4fd05d72 move 'make config/database.yml readable to git only' instruction
I've moved the instruction in question to the the 
'Configure GitLab DB settings'. Can't change permission to a file that doesn't already exist 😉
2013-07-03 15:15:50 +10:00
Ariejan de Vroom 2b4bebd9f2 Doc: set permission on config.database.yml 2013-06-29 17:31:08 +03:00
Sytse Sijbrandij 76f2e065ea Merge branch 'master' into install-guide-improvements
Conflicts:
	doc/install/installation.md
2013-06-21 21:18:20 +02:00
Dmitriy Zaporozhets 148eade9d7 Version to 5.3 2013-06-19 19:57:32 +03:00
Sytse Sijbrandij 8ccad7c3c7 Fix spelling error and make sure you never log in as git user so you never have to logout to run sudo. 2013-06-16 22:06:33 +02:00
Sytse Sijbrandij f01d482427 Make the installation guide easier to follow for non-unix people. 2013-06-12 21:30:36 +02:00
Dmitriy Zaporozhets ae90107caa mention puma cluster mode for bigger instances 2013-06-11 15:10:45 +03:00
Dmitriy Zaporozhets e26d149cd8 Merge branch 'double-check-after-start' of /home/git/repositories/gitlab/gitlabhq 2013-05-27 12:47:20 +00:00
Dmitriy Zaporozhets 1194531e8e Merge pull request #4079 from bbodenmiller/patch-8
details on looking for correct installation guide
2013-05-27 02:45:15 -07:00
Dmitriy Zaporozhets 35e0d7feaf Merge pull request #4082 from bbodenmiller/patch-10
no need to download init and nginx files since they are in repo now
2013-05-26 22:51:05 -07:00