close Warning: Can't synchronize with repository "(default)" (/usr/local/svn/deb2-client does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of ServerSetup


Ignore:
Timestamp:
Jun 23, 2008, 12:56:59 PM (17 years ago)
Author:
Adam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSetup

    v1 v1  
     1= DEB Server Setup =
     2
     3== Add repository ==
     4
     5Currently, we are maintaining packages for Ubuntu 6.06 Dapper. (Packages for dapper were also successfully installed on Debian testing, as of february 2007.)
     6
     7To use the repository, add following lines to ''/etc/apt/sources.list'':
     8{{{
     9# DEB server repository
     10deb http://deb.fi.muni.cz/apt/ dapper debserver
     11}}}
     12
     13The archive is signed with GPG, and if you wish to verify packages you should use the following key: http://deb.fi.muni.cz/apt/gpgpublic.txt
     14
     15To install the key download it to a file and run:
     16{{{
     17sudo apt-key add gpgpublic.txt
     18}}}
     19
     20And update the package list:
     21{{{
     22sudo apt-get update
     23}}}
     24
     25== Install packages ==
     26
     27To install basic part of DEB server, install package ''debserver-common''
     28{{{
     29sudo apt-get install debserver-common
     30}}}