skip to Main Content

How to install gitlab-runner to CentOS/fedora

I try to install GitLab runner on the AWS server: https://docs.gitlab.com/runner/install/linux-manually.html Linux distrib: Linux arh: Linux 4.14.209-160.339.amzn2.x86_64 So I downloaded .rpm file for CentOS: sudo curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/rpm/gitlab-runner_x86_64.rpm" But file isn't downloaded - only created with following content: > <?xml…

VIEW QUESTION

Apache .conf files "Require all" utility?

I am working with Apache .conf files on Fedora 30. In /etc/httpd/conf/httpd.conf, there is : <Directory /> AllowOverride none Require all denied </Directory> There is also : DocumentRoot "/var/www/html" That means that "localhost" starts from this "/var/www/html" repertory. Question 1…

VIEW QUESTION
Back To Top
Search