Changes between Version 10 and Version 11 of adeiInstallation

Show
Ignore:
Author:
csa (IP: 141.52.160.26)
Timestamp:
02/13/10 22:39:44 (14 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiInstallation

    v10 v11  
    11== Installing from Binaries == 
     2[http://build.opensuse.org/project/show?project=home%3Acsa7fff%3Aadei ADEI Project] is hosted at [https://build.opensuse.org SuSe Build System]. You will need to install at least ''adei'' and one of configuration packages ''adei-config-*''. To redirect users from site entrance to ADEI install ''adei-webroot'' as well. 
     3 
     4Execute following command to register repository in the !OpenSuSe 11.2 system: 
     5{{{ 
     6zypper ar http://download.opensuse.org/repositories/home:/csa7fff:/adei/openSUSE_11.2/home:csa7fff:adei.repo 
     7}}} 
     8 
     9Then you can install adei with the following commands: 
     10{{{ 
     11 zypper install adei adei-config-default adei-webroot 
     12}}} 
     13 
     14And then see the required configuration changes bellow. In order to update synchronize with ADEI repository first and then issue update: 
     15{{{ 
     16  zypper refresh home_csa7fff_adei 
     17  zypper update adei 
     18}}} 
     19 
     20 
     21== Local repositories within FZK == 
    222 * OpenSuSE 11 using 'smart' packet manager (repository only available within FZK) 
    323{{{