Gitlab
Appearance
Projektkonfiguration
[edit]Gruppen
[edit]Immer das Kundenkürzel, lowercase nutzen (bsp. "fiat" oder "psl"
Projekte
[edit]Immer die ProjektID, lowercase nutzen, (bsp. "fiat16_int92")
Systemkonfiguration
[edit]http://git.parasol-island.com/admin/application_settings
Install
[edit]gitlab: Thank you for installing GitLab! gitlab: To configure and start GitLab, RUN THE FOLLOWING COMMAND: sudo gitlab-ctl reconfigure gitlab: GitLab should be reachable at http://pslsrv40.parasolisland.local gitlab: Otherwise configure GitLab for your system by editing /etc/gitlab/gitlab.rb file gitlab: And running reconfigure again. gitlab: gitlab: For a comprehensive list of configuration options please see the Omnibus GitLab readme gitlab: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md gitlab: gitlab: GitLab now ships with a newer version of PostgreSQL (9.6.1), and will be used gitlab: as the default in the next major relase. To upgrade, RUN THE FOLLOWING COMMANDS: sudo gitlab-ctl pg-upgrade gitlab: For more details, please see: gitlab: https://docs.gitlab.com/omnibus/settings/database.html#upgrade-packaged-postgresql-server gitlab:
Commands
[edit]Delete old Builds
[edit]find /home/gitlab-runner/builds/ -type f -ctime +7 -delete && find /home/gitlab-runner/builds/ -type d -empty -delete
Register new Runners
[edit]gitlab-runner register --non-interactive --url "https://git.parasol-island.com/" --registration-token "{TOKEN}" --executor “shell”