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.
- Timestamp:
-
Jun 23, 2008, 12:56:59 PM (17 years ago)
- Author:
-
Adam
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v1
|
|
| 1 | = DEB Server Setup = |
| 2 | |
| 3 | == Add repository == |
| 4 | |
| 5 | Currently, we are maintaining packages for Ubuntu 6.06 Dapper. (Packages for dapper were also successfully installed on Debian testing, as of february 2007.) |
| 6 | |
| 7 | To use the repository, add following lines to ''/etc/apt/sources.list'': |
| 8 | {{{ |
| 9 | # DEB server repository |
| 10 | deb http://deb.fi.muni.cz/apt/ dapper debserver |
| 11 | }}} |
| 12 | |
| 13 | The 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 | |
| 15 | To install the key download it to a file and run: |
| 16 | {{{ |
| 17 | sudo apt-key add gpgpublic.txt |
| 18 | }}} |
| 19 | |
| 20 | And update the package list: |
| 21 | {{{ |
| 22 | sudo apt-get update |
| 23 | }}} |
| 24 | |
| 25 | == Install packages == |
| 26 | |
| 27 | To install basic part of DEB server, install package ''debserver-common'' |
| 28 | {{{ |
| 29 | sudo apt-get install debserver-common |
| 30 | }}} |