Commit Graph

16 Commits

Author SHA1 Message Date
Yorick Peterse 4d10197915
Refactor the upgrading from source docs
Instead of requiring one separate document for every version (which is
created by release managers), we now use a single document for both
Community Edition and Enterprise Edition. This allows developers to add
guidelines right away, instead of release managers having to determine
what to add.

Version specific upgrading instructions are placed in a separate
section. This prevents instructions from lingering around for many
versions should a developer forget to remove them. This also ensures
that all instructions are kept in a single place, instead of being
spread across different documents.

A minor downside is that CE and EE guidelines now live in the same
document, which could cause merge conflicts. Since we are working
towards a single codebase, this should only be an issue until we merge
the codebases together; something we expect to do in the coming months.

This commit also removes all old upgrading instructions, but these can
still be accessed using Git branch specific URLs (included in the
updating README).
2019-02-11 15:29:21 +01:00
Takuya Noguchi e4bd474126 Avoid installing Bundler 2.0 or higher
to always use Bundler 1.x on source install at this moment

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-01-22 16:27:55 +09:00
Fatih Sarhan f34b0d17ae Update doc/update/8.12-to-8.13.md 2018-12-31 22:26:28 +00:00
Achilleas Pipinellis 69b4c5c011 Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
menway e985d5a56f Change to correct directory in update instructions
[ci skip]
2017-04-27 09:47:15 +02:00
Dark Dragon 92b5e39620 Update 8.12-to-8.13.md: gitlab version 8.13 wants gitlab-shell v3.6.7 2017-03-18 14:01:09 +00:00
Achilleas Pipinellis f2ed14458c Fix most of broken docs links
[ci skip]
2017-02-15 19:27:40 +01:00
Rémy Coutable fbbf177e3b New `gitlab:workhorse:install` rake task
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-30 10:34:59 +01:00
Tobias Genberg a871032f4a Changing gitlab-shell version to 3.6.6 instead of 3.6.3, later on the upgrade process it will complain about running 3.6.3 instead of 3.6.6. 2016-10-19 05:52:07 +00:00
Nick Thomas 513f061b5b Use gitlab-workhorse 0.8.5 2016-10-14 14:47:13 +01:00
Rémy Coutable 2cd8b5d2c0 Merge branch 'patch-6' into 'master'
Fix Ubuntu 16.04.1 update process using systemctl daemon-reload

See merge request !6666
2016-10-07 16:33:56 +00:00
Jacob Vosmaer 858839383b Use gitlab-workhorse 0.8.4
Fixes Go 1.5 compatibility.
2016-10-06 14:12:31 +02:00
fidomax 19af4ca808 Add systemctl daemon-reload to fix Ubuntu 16.04.1 warning 2016-10-04 07:46:12 +00:00
Rémy Coutable 629b56288b Update gitlab-shell to 3.6.3
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-03 10:49:53 +02:00
Rémy Coutable 7895910e6c
Update the "Update Ruby" part since we still support Ruby 2.1 for now
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-30 16:36:21 +02:00
Rémy Coutable 222f723631
Update "Installation from source" guide for 8.13.0
[ci skip]

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-28 12:25:57 +02:00