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 Version 4 and Version 5 of ServerSetup


Ignore:
Timestamp:
Oct 27, 2011, 12:55:31 PM (14 years ago)
Author:
Adam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSetup

    v4 v5  
    33== Add repository ==
    44
    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.)
     5Currently, we are maintaining packages for Ubuntu 10.04 Lucid. (It should be possible to install the packages in Debian Linux.)
    66
    77To use the repository, add following lines to ''/etc/apt/sources.list'':
    88{{{
    99# DEB server repository
    10 deb http://deb.fi.muni.cz/apt/ dapper debserver
     10deb http://deb.fi.muni.cz/apt/ lucid debserver
    1111}}}
    1212
     
    3030}}}
    3131
    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).
     32Apt 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).
    3333
    3434== Create certificate ==
     
    4141Before running the server, common management database is needed. Run:
    4242{{{
    43 sudo /var/lib/deb-server/bin/admininit.rb
     43sudo /var/lib/deb-server/bin/debinit.sh
    4444}}}
    4545
     
    4949
    5050{{{
    51 sudo /etc/init.d/debserver-common start
     51sudo /etc/init.d/debserver-common start admin_services
    5252}}}
    5353