This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
doc:devops [2016/07/16 01:44] stwn [Dokku] minor update |
doc:devops [2016/10/04 00:58] (current) stwn [Gitlab] +reconfigure |
||
|---|---|---|---|
| Line 28: | Line 28: | ||
| web_server['username'] = 'gitlab-www' | web_server['username'] = 'gitlab-www' | ||
| web_server['group'] = 'gitlab-www'</code> | web_server['group'] = 'gitlab-www'</code> | ||
| - | - Restart Gitlab. <code>$ sudo gitlab-ctl restart</code>Use this command to see the log of Gitlab. <code>$ sudo gitlab-ctl tail</code> | + | - Reconfigure and restart Gitlab. <code>$ sudo gitlab-ctl reconfigure |
| + | $ sudo gitlab-ctl restart</code>Use this command to see the log of Gitlab. <code>$ sudo gitlab-ctl tail</code> | ||
| ===== Gitlab-CI ===== | ===== Gitlab-CI ===== | ||
| Line 47: | Line 48: | ||
| $ cat .ssh/id_rsa.pub</code> | $ cat .ssh/id_rsa.pub</code> | ||
| - Visit the local web configuration of Dokku in http://dokku.server/ and copy the content of the output of the previous last command to the Public Key section. | - Visit the local web configuration of Dokku in http://dokku.server/ and copy the content of the output of the previous last command to the Public Key section. | ||
| + | |||
| + | ===== Workflow ===== | ||
| + | |||
| + | |||