The ungleich gitlab guide » History » Version 7
Dominique Roux, 01/31/2019 03:56 PM
1 | 4 | Dominique Roux | h1. The ungleich GitLab guide |
---|---|---|---|
2 | 1 | Dominique Roux | |
3 | 2 | Dominique Roux | {{>toc}} |
4 | 1 | Dominique Roux | |
5 | h2. Status |
||
6 | |||
7 | 3 | Dominique Roux | This article is *IN PROGRESS* |
8 | 1 | Dominique Roux | |
9 | 4 | Dominique Roux | h2. Overview |
10 | 1 | Dominique Roux | |
11 | 5 | Dominique Roux | GitLab is installed on: *http://code.ungleich.ch* |
12 | 4 | Dominique Roux | |
13 | h2. What is GitLab |
||
14 | |||
15 | 7 | Dominique Roux | Gitlab is a self hosted solution for git management. (Also available as a hosted version directly on [GitLab Pricing](https://about.gitlab.com/pricing/) |
16 | 4 | Dominique Roux | Since gitlab is under heavy development, please see [GitLab](https://about.gitlab.com/) for all functions available. |
17 | |||
18 | h3. What do ungleich use GitLab for |
||
19 | |||
20 | We trying to move all our public repositories from github.com to our self hosted version of GitLab. The private repositories are currently all ported from [gitolite](http://gitolite.com/gitolite/index.html). |
||
21 | |||
22 | The reason we moved from gitolite to GitLab is rather simple: More features and integrations. |
||
23 | |||
24 | 1 | Dominique Roux | h2. Integration into ungleich services |
25 | |||
26 | 4 | Dominique Roux | The user authentication is done with our ldap server (See [[The ungleich LDAP guide]]). Other services are currently not integrated. |
27 | |||
28 | 1 | Dominique Roux | h2. How to add a repository |
29 | 4 | Dominique Roux | |
30 | 6 | Dominique Roux | Go to *Projects/Your Projects* then you are able to create a *New project*. |
31 | In the next menu you are able to define under which group the project will be and further configurations. |
||
32 | 1 | Dominique Roux | |
33 | h2. How to update |
||
34 | 6 | Dominique Roux | |
35 | As an administrator you can go to the *Admin Area* and a small window will show you if your instance is *up to date* or not. |
||
36 | |||
37 | If you need to do an update login to your GitLab host via ssh and then simply run (assuming it is a Devuan / Debian / *buntu): |
||
38 | <pre> |
||
39 | apt update; apt upgrade |
||
40 | </pre> |
||
41 | |||
42 | The update scripts (using chef) from GitLab will take care of the rest. |
||
43 | 1 | Dominique Roux | |
44 | h2. Resources |