badcp.blogg.se

How to install gitlab on linux
How to install gitlab on linux






Postgres=# CREATE USER git CREATEDB SUPERUSER If you are using packages install it with: pkg add postgresql14-contribĬreate a database user called git and the gitlab production database: # su postgres We will need the pgtrgm extension, if you don’t have the port postgresl_contrib, install it with: # cd /usr/ports/databases/postgresql14-contrib You can follow this tutorial if you don’t have one running. The only supported database is PostgreSQL. In this article I will show you how to install the Community Edition of GitLab on FreeBSD. Its features include things like the code repository, wiki or issue-tracking system. GitLab is a web based version control system and collaborative software development based on Git.








How to install gitlab on linux