Difference between revisions of "Template:AddReposDebian"

Line 43: Line 43:
 
}}{{#ifeq:{{{release|}}}|appsuite|
 
}}{{#ifeq:{{{release|}}}|appsuite|
 
<code>
 
<code>
  $ vim /etc/apt/sources.list
+
  $ cat << EOF >> /etc/apt/sources.list.d/open-xchange.list
 
   
 
   
 +
deb http://software.open-xchange.com/products/appsuite/stable/appsuiteui/{{{debnameox}}}/ /
 
  deb http://software.open-xchange.com/products/appsuite/stable/backend/{{{debnameox}}}/ /
 
  deb http://software.open-xchange.com/products/appsuite/stable/backend/{{{debnameox}}}/ /
  deb http://software.open-xchange.com/products/appsuite/stable/appsuiteui/{{{debnameox}}}/ /
+
   
 +
# if you have a valid maintenance subscription, please uncomment the
 +
# following and add the ldb account data to the url so that the most recent
 +
# packages get installed
 +
# deb http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/appsuiteui/updates/{{{debnameox}}} /
 +
# deb http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/backend/updates/{{{debnameox}}} /
 +
EOF
 
</code>
 
</code>
 
}}
 
}}

Revision as of 12:03, 21 October 2013

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. It is required to add the non-free section of the Debian main repository for Sun Java. Also add the Open-Xchange software repository: