Difference between revisions of "Template:AddReposDebian"

(Add Open-Xchange Repository)
(6 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
Open-Xchange maintains public available software repositories for different platforms, such as Debian. This repository should be added to the Debian installation to enable simple installation and updates.
 
Open-Xchange maintains public available software repositories for different platforms, such as Debian. This repository should be added to the Debian installation to enable simple installation and updates.
  
Start a console and modify the Debian repository information file. It is required to add the ''non-free'' section of the Debian main repository for Sun Java. Also add the Open-Xchange software repository:
+
Start a console and modify the Debian repository information file. Also add the Open-Xchange software repository:
  
 
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22|
 
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22|
Line 16: Line 16:
 
  # following and add the ldb account data to the url so that the most recent
 
  # following and add the ldb account data to the url so that the most recent
 
  # packages get installed
 
  # packages get installed
  # deb http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/frontend/{{{debnameox}}} /
+
  # deb http://[CUSTOMERID:PASSWORD]@software.open-xchange.com/OX6/6.22/updates/frontend/{{{debnameox}}} /
  # deb http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/backend/{{{debnameox}}} /
+
  # deb http://[CUSTOMERID:PASSWORD]@software.open-xchange.com/OX6/6.22/updates/backend/{{{debnameox}}} /
  # deb http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/usm/{{{debnameox}}} /
+
  # deb http://[CUSTOMERID:PASSWORD]@software.open-xchange.com/OX6/6.22/updates/usm/{{{debnameox}}} /
 
  EOF
 
  EOF
 
</code>
 
</code>
Line 31: Line 31:
 
  # following and add the ldb account data to the url so that the most recent
 
  # following and add the ldb account data to the url so that the most recent
 
  # packages get installed
 
  # packages get installed
  # deb http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/updates/{{{debnameox}}} /
+
  # deb http://[CUSTOMERID:PASSWORD]@software.open-xchange.com/OX6/6.20/updates/{{{debnameox}}} /
 
  EOF
 
  EOF
 
</code>
 
</code>
Line 51: Line 51:
 
  # following and add the ldb account data to the url so that the most recent
 
  # following and add the ldb account data to the url so that the most recent
 
  # packages get installed
 
  # packages get installed
  # deb http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/appsuiteui/updates/{{{debnameox}}} /
+
  # deb http://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/stable/appsuiteui/updates/{{{debnameox}}} /
  # deb http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/backend/updates/{{{debnameox}}} /
+
  # deb http://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/stable/backend/updates/{{{debnameox}}} /
 
  EOF
 
  EOF
 
</code>
 
</code>
 +
<!--
 +
Starting with the release of Open-Xchange AppSuite 7.6.0, you you can also download the complete repository list from
 +
 +
  http://software.open-xchange.com/products/appsuite/stable/{{{debnameox}}}.list
 +
 +
For the basic install, you only need the repositories backend and frontend, you can comment out the others. If you want to configure the update repositories as well, you need to replace LDBACCOUNT and LDBPASSWORD with your real LDB credentials. -->
 
}}
 
}}

Revision as of 09:44, 29 November 2016

Add Open-Xchange Repository

Open-Xchange maintains public available software repositories for different platforms, such as Debian. This repository should be added to the Debian installation to enable simple installation and updates.

Start a console and modify the Debian repository information file. Also add the Open-Xchange software repository: