Commit Graph
317 Commits
Author SHA1 Message Date
Robert Schilling 5418c61747 We have 7.2 now 🤘 2014-08-22 20:36:03 +02:00
Jacob Vosmaer ecd946be4c Swap is required on servers with 1GB RAM 2014-08-21 16:58:06 +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
Dmitriy Zaporozhets 9d3e384ae6 Merge branch 'better-formulated-memory-requirements' into 'master'
Better formulated memory requirements

See merge request !1010
2014-08-09 18:02:43 +00:00
Sytse Sijbrandij ab19a966f0 Explain that sidekiq doesn't eat as much ram as some people seem to suspect https://twitter.com/khrogos/status/498062432938782720 2014-08-09 14:21:25 +02:00
Sytse Sijbrandij a52db7831b Ensure that people know you need swap. Raise swap space for 512MB setups. 2014-08-09 11:19:19 +02:00
Robert Schilling abdc442648 Fix spelling errors in doc, closes #7437
Further changes
2014-08-07 10:27:54 +02:00
Dmitriy Zaporozhets 76af5a1db7 Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce 2014-07-25 20:40:23 +03:00
Sytse Sijbrandij 14d3f30403 Note exim problems. 2014-07-24 12:00:55 +02:00
Sytse Sijbrandij 6eb50a69f4 Based on http://www.reddit.com/r/linux/comments/2bffgt/gitlab_71_released/cj59wvz reword this requirement, thankstictatonifonical. 2014-07-23 10:18:41 +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
Sytse Sijbrandij b80e98f47a Small fixes to the requirements doc. 2014-06-26 09:55:08 +02:00
Sytse Sijbrandij a34dabd85c Simplify the supported/unsupported sections of the requirements guide. 2014-06-26 09:49:00 +02:00
Sytse Sijbrandij 340ed1dd2e Change newlines in requirements doc. 2014-06-26 09:42:43 +02:00
Sytse Sijbrandij 0c90697e00 Change Redis to 25k. 2014-06-24 11:00:42 +02:00
Sytse Sijbrandij f4398835f4 Some background on Redis and Sidekiq requirements. 2014-06-24 10:29:50 +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
Sytse Sijbrandij 98e53b816f People report that 2GB of swap on Digital Ocean also does the trick. 2014-06-19 08:22:58 +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
Dmitriy Zaporozhets 77b6bd9b49 Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce 2014-06-05 21:41:04 +03:00
Achilleas Pipinellis 7be6b8ca73 Move gitlab-ssl nginx config from gitlab-recipes 2014-06-05 16:54:50 +03:00
Ciro Santilli 27f32ac648 Remove conflict artifact. 2014-06-05 14:47:51 +02:00
Sytse Sijbrandij 4ed39a77ef Support Ruby 2.1 and better explain the memory requirements. 2014-06-05 08:45:12 +02: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
Dmitriy Zaporozhets ec837932d0 Merge pull request #7036 from willkara/patch-1
Too many zeros in CPU req listing
2014-05-29 15:19:27 +03:00
Marin Jankovski 2dbf1a00a9 Ruby 2.0+ is a requirement. 2014-05-29 10:15:14 +02:00
William Karavites e52c4a62f2 Too many zeros in CPU req listing
There were too many zeros in the listing of users for CPU's.
2014-05-28 13:08:00 -04: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