X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9f4a1c3767bfffed94e90fa6737e58fa13fb5a21..ee9d1e39b5d469a827be5a719c9c0860914ab2a8:/doc/install/install-arv-git-httpd.html.textile.liquid diff --git a/doc/install/install-arv-git-httpd.html.textile.liquid b/doc/install/install-arv-git-httpd.html.textile.liquid index d501f46b7a..476c89005f 100644 --- a/doc/install/install-arv-git-httpd.html.textile.liquid +++ b/doc/install/install-arv-git-httpd.html.textile.liquid @@ -34,10 +34,10 @@ Git services must be installed on the same host as the Arvados Rails API server. h2(#dependencies). Install dependencies -h3. Centos 7 +h3. Alma/CentOS/Red Hat/Rocky -
# yum install git perl-Data-Dumper openssh-server
+
# dnf install git perl-Data-Dumper openssh-server
 
@@ -183,7 +183,7 @@ $ sudo chmod og-rwx /var/www/arvados-api/current/config/arvados-clients.yml h3. Test configuration -notextile.
$ sudo -u git -i bash -c 'cd /var/www/arvados-api/current && bundle exec script/arvados-git-sync.rb production'
+notextile.
$ sudo -u git -i bash -c 'cd /var/www/arvados-api/current && bin/bundle exec script/arvados-git-sync.rb production'
h3. Enable the synchronization script @@ -192,7 +192,7 @@ The API server package includes a script that retrieves the current set of repos Create @/etc/cron.d/arvados-git-sync@ with the following content: -
*/5 * * * * git cd /var/www/arvados-api/current && bundle exec script/arvados-git-sync.rb production
+
*/5 * * * * git cd /var/www/arvados-api/current && bin/bundle exec script/arvados-git-sync.rb production
 
@@ -224,12 +224,11 @@ Use a text editor to create a new file @/etc/nginx/conf.d/arvados-git.conf@ with server 127.0.0.1:9001; } server { - listen *:443 ssl; + listen 443 ssl; server_name git.ClusterID.example.com; proxy_connect_timeout 90s; proxy_read_timeout 300s; - ssl on; ssl_certificate /YOUR/PATH/TO/cert.pem; ssl_certificate_key /YOUR/PATH/TO/cert.key; @@ -247,10 +246,10 @@ h2(#install-packages). Install the arvados-git-httpd package The arvados-git-httpd package provides HTTP access, using Arvados authentication tokens instead of passwords. It must be installed on the system where your git repositories are stored. -h3. Centos 7 +h3. Alma/CentOS/Red Hat/Rocky -
# yum install arvados-git-httpd
+
# dnf install arvados-git-httpd