AddNewQuattorVersion: Difference between revisions

From T2B Wiki
Jump to navigation Jump to search
(Created page with "* Clone the template-library-core (here in version 17.2.0): <pre> cd cfg/core/ git clone -b "17.2.0" git@github.com:quattor/template-library-core.git 17.2.0 rm -fr 17.2.0/.git...")
(No difference)

Revision as of 15:09, 31 May 2017

  • Clone the template-library-core (here in version 17.2.0):
cd cfg/core/
git clone -b "17.2.0" git@github.com:quattor/template-library-core.git 17.2.0
rm -fr 17.2.0/.git
  • Add the proxy for the new version on qrproxy:
    • Edit the file /etc/httpd/conf/httpd.conf and add
<Location /17.2.0/>
        ProxyPass http://yum.quattor.org/17.2.0/
        ProxyPassReverse /
</Location>

CacheEnable disk /17.2.0