Ben Bodenmiller
46c3bbd78d
gitlab->GitLab
2014-09-01 19:33: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
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