CSEP Gitlab

From SCECpedia
Revision as of 05:28, 25 February 2020 by Maechlin (talk | contribs) (Created page with "The CSEP2 software development and test environment uses the [https://about.gitlab.com/ Gitlab] integration software. == Gitlab Basic System Requirements == * Recent Linux Di...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The CSEP2 software development and test environment uses the Gitlab integration software.

Gitlab Basic System Requirements

  • Recent Linux Distro (Ubuntu,Centos...)
  • Generate SSH keys
  • Configure SMTP Server
  • 8GB RAM is the recommended minimum memory size for all installations and supports up to 100 users. 16GB RAM supports up to 500 users
  • Databases: PostgreSQL
  • Redis/Sidekiq: stores all user sessions and background task queue processes the background jobs with a multithreaded process
  • Prometheus and it’s exporters
  • Avoid installing GitLab Runner on the same machine where Gitlab is installed.
  • GitLab needs JavaScript enabled in browsers to support features such as Issue Boards.

Gitlab Installation

Related Entries