RTFM.WIKI

Ordnung muß sein. Ordnung über alles (18+)

Инструменты пользователя

Инструменты сайта


Stylesheet conf/userstyle.css not found, please contact the developer of "dokuwiki_2024" template.
web:ispsystem:ispmgr6_repo

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

web:ispsystem:ispmgr6_repo [2022/09/13 12:55] – создано dxweb:ispsystem:ispmgr6_repo [2022/09/13 13:07] (текущий) dx
Строка 1: Строка 1:
 +====== Репозитории ISPmanager 6 (Lite) ======
  
 +Стандартные репозитории ISPmanager 6 для CentOS 7, Debian 11 и Ubuntu 22.04
 +
 +===== CentOS 7 =====
 +
 +**/etc/yum.repos.d/**
 +
 +exosoft.repo
 +
 +<code>
 +###[ispmanager-__VERSION__]
 +###name=ispmanager-__VERSION__
 +####baseurl=http://download.ispmanager.com/repo/centos/__VERSION__/$releasever/$basearch
 +###mirrorlist=http://download.ispmanager.com/repo/centos/__VERSION__/mirrorlist.txt
 +[ispmanager-6-stable6]
 +name=ispmanager-6-stable6
 +#failovermethod=priority
 +gpgkey=
 +enabled=1
 +#baseurl=http://download.ispmanager.com/repo/centos/6-stable6/$releasever/$basearch
 +mirrorlist=http://download.ispmanager.com/repo/centos/6-stable6/mirrorlist.txt
 +gpgcheck=0
 +</code>
 +
 +ispsystem.repo
 +
 +<code>
 +###[ispmanager-__VERSION__]
 +###name=ispmanager-__VERSION__
 +####baseurl=http://download.ispmanager.com/repo/centos/__VERSION__/$releasever/$basearch
 +###mirrorlist=http://download.ispmanager.com/repo/centos/__VERSION__/mirrorlist.txt
 +[ispmanager-stable6]
 +name=ispmanager-stable6
 +#failovermethod=priority
 +gpgkey=
 +enabled=1
 +#baseurl=http://download.ispmanager.com/repo/centos/stable6/$releasever/$basearch
 +mirrorlist=http://download.ispmanager.com/repo/centos/stable6/mirrorlist.txt
 +gpgcheck=0
 +</code>
 +
 +ispsystem-base.repo
 +
 +<code>
 +[ispmanager-base]
 +name=ispmanager-base
 +#failovermethod=priority
 +gpgkey=
 +enabled=1
 +#baseurl=http://download.ispmanager.com/repo/centos/base/$releasever/$basearch
 +mirrorlist=http://mirrors.download.ispmanager.com/repo/centos/base/mirrorlist.txt
 +gpgcheck=0
 +</code>
 +
 +===== Debian 11 =====
 +
 +**/etc/apt/sources.list.d**
 +
 +exosoft.list
 +
 +<code>
 +###deb http://download.ispmanager.com/repo/debian __VERSION__-bullseye main
 +deb http://download.ispmanager.com/repo/debian 6-stable6-bullseye main
 +</code>
 +
 +ispsystem-base.list
 +
 +<code>
 +deb http://download.ispmanager.com/repo/debian base-bullseye main
 +</code>
 +
 +ispsystem.list
 +
 +<code>
 +###deb http://download.ispmanager.com/repo/debian __VERSION__-bullseye main
 +deb http://download.ispmanager.com/repo/debian stable6-bullseye main
 +</code>
 +
 +===== Ubuntu 22.04 =====
 +
 +**/etc/apt/sources.list.d**
 +
 +exosoft.list    
 +
 +<code>
 +###deb http://download.ispmanager.com/repo/ubuntu __VERSION__-jammy main
 +deb http://download.ispmanager.com/repo/ubuntu 6-stable6-jammy main
 +</code>
 +
 +ispsystem-base.list
 +
 +<code>
 +deb http://download.ispmanager.com/repo/ubuntu base-jammy main
 +</code>
 +
 +ispsystem.list
 +
 +<code>
 +###deb http://download.ispmanager.com/repo/ubuntu __VERSION__-jammy main
 +deb http://download.ispmanager.com/repo/ubuntu stable6-jammy main
 +</code>
 +
 +{{tag>ispsystem ispmanager centos debian ubuntu}}