GitLab_Install_Configuration
GitLab_Install_Configuration
Install NodeJS
Install Yarn
$ yarn –version
Create a Git user for GitLab with the following command; remember the
password you choose:
Install PostgeSQL
$ sudo apt install postgresql
Create a database:
First, we'll need to log in and set a password for this user:
$ \password
$ \q
Install Redis
Search for supervised keyword using CTRL + w. Change the line supervised
no to supervised system.
Before running the next script, you may need to create the file redis.conf.orig
in the /etc/redis path
$ mkdir /var/run/redis
$ if [ -d /etc/tmpfiles.d ]; then echo 'd /var/run/redis 0755 redis redis 10d -' |
sudo tee -a /etc/tmpfiles.d/redis.conf fi