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:
-
Oct 27, 2011, 12:55:31 PM (14 years ago)
- Author:
-
Adam
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
3 | 3 | == Add repository == |
4 | 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.) |
| 5 | Currently, we are maintaining packages for Ubuntu 10.04 Lucid. (It should be possible to install the packages in Debian Linux.) |
6 | 6 | |
7 | 7 | To use the repository, add following lines to ''/etc/apt/sources.list'': |
8 | 8 | {{{ |
9 | 9 | # DEB server repository |
10 | | deb http://deb.fi.muni.cz/apt/ dapper debserver |
| 10 | deb http://deb.fi.muni.cz/apt/ lucid debserver |
11 | 11 | }}} |
12 | 12 | |
… |
… |
|
30 | 30 | }}} |
31 | 31 | |
32 | | Apt should automatically install all the needed software. If you want to use other DEB services also, install the respective packages (e.g. ''debserver-wordnet'' for DEBVisDic). |
| 32 | Apt should automatically install all the needed software. If you want to use other DEB services also, install the respective packages (e.g. ''debserver-debvisdic'' for DEBVisDic). |
33 | 33 | |
34 | 34 | == Create certificate == |
… |
… |
|
41 | 41 | Before running the server, common management database is needed. Run: |
42 | 42 | {{{ |
43 | | sudo /var/lib/deb-server/bin/admininit.rb |
| 43 | sudo /var/lib/deb-server/bin/debinit.sh |
44 | 44 | }}} |
45 | 45 | |
… |
… |
|
49 | 49 | |
50 | 50 | {{{ |
51 | | sudo /etc/init.d/debserver-common start |
| 51 | sudo /etc/init.d/debserver-common start admin_services |
52 | 52 | }}} |
53 | 53 | |