Changes

Jump to navigation Jump to search
96 bytes added ,  00:00, 23 January 2013
Line 283: Line 283:  
== Install e-smith-base ==
 
== Install e-smith-base ==
 
Now, you should be ready to install e-smith-base. For me, this pulls 222 packages (166MB). For some reason, the GPGKey is not recognized, so just run yum with –nogpgcheck
 
Now, you should be ready to install e-smith-base. For me, this pulls 222 packages (166MB). For some reason, the GPGKey is not recognized, so just run yum with –nogpgcheck
yum --nogpgcheck install e-smith-base
+
<syntaxhighlight lang="Bash">
 +
yum --nogpgcheck install e-smith-base
 +
</syntaxhighlight>
    
==== Install the remaining e-smith/smeserver packages ====
 
==== Install the remaining e-smith/smeserver packages ====
 
Now install all the remaining e-smith/smeserver packages
 
Now install all the remaining e-smith/smeserver packages
yum --nogpgcheck install e-smith\* smeserver\*
+
<syntaxhighlight lang="Bash">
 +
yum --nogpgcheck install e-smith\* smeserver\*
 +
</syntaxhighlight>
    
It should install the following packages and their dependancies. See [http://wiki.contribs.org/SME_on_CentOS_6#SME_Server_specific.2Frequired_packages here How to] retrieve a list of the required packages from an installed SME8 server.
 
It should install the following packages and their dependancies. See [http://wiki.contribs.org/SME_on_CentOS_6#SME_Server_specific.2Frequired_packages here How to] retrieve a list of the required packages from an installed SME8 server.

Navigation menu