Changes

From SME Server
Jump to navigationJump to search
539 bytes removed ,  08:54, 9 February 2013
no edit summary
Line 121: Line 121:  
yum --enablerepo=* clean all
 
yum --enablerepo=* clean all
 
</syntaxhighlight>
 
</syntaxhighlight>
      
==== Install e-smith and smeserver packages ====
 
==== Install e-smith and smeserver packages ====
Line 166: Line 165:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
==== Look for things to fix & Report bugs/problems ====
+
== Look for things to fix & Report bugs/problems ==
 
If you have followed these steps and you are up to date with 'yum upgrade', go ahead and look for problems, and report them to the bug tracker.  Currently there are many issues, but lots have been reported and fixed already, so report issues you find right away.
 
If you have followed these steps and you are up to date with 'yum upgrade', go ahead and look for problems, and report them to the bug tracker.  Currently there are many issues, but lots have been reported and fixed already, so report issues you find right away.
   Line 175: Line 174:  
- Services not starting
 
- Services not starting
 
- Config files (templates) that need changes, especially if the major version of the package has changed
 
- Config files (templates) that need changes, especially if the major version of the package has changed
 +
- what el5 packages are still installed that need working on? To check do
 +
<pre>
 +
rpm -qa |grep el5
 +
</pre>
 +
-
 +
-
 +
-
 
- add more generic ideas here....specific issues to the bugtracker please
 
- add more generic ideas here....specific issues to the bugtracker please
  −
== SME Server specific/required packages ==
  −
To get a list of all specific SME Server packages you can run:
  −
<syntaxhighlight lang="Bash">
  −
rpm -qa | grep 'smeserver\|e-smith'| sed -e 's/-[0-9].*//' | sort > smeserver-packages.txt
  −
</syntaxhighlight>
  −
  −
  −
== FormMagick ==
  −
Next will be an attack on FormMagick - there is no package in the default install so need to figure that out. In may indeed be horrible, but we can live with it for now.
  −
  −
Hopefully with perl and FormMagick installed, most of the SME stuff *should* basically install.
        Line 197: Line 191:     
== Resources and references ==
 
== Resources and references ==
  −
  −
==== Kickstart file ====
  −
* A starting point can be found on the [[SME9_Kickstart| SME9 Kickstart]] page.
  −
      
==== Setting up a RPM Building environment under CentOS ====
 
==== Setting up a RPM Building environment under CentOS ====
Line 209: Line 198:  
* [http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment On the CentOS wiki]
 
* [http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment On the CentOS wiki]
 
* [http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/index.html From the Fedora project]
 
* [http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/index.html From the Fedora project]
  −
  −
         
<noinclude>[[Category:Howto]][[Category:SME9-Development]]
 
<noinclude>[[Category:Howto]][[Category:SME9-Development]]

Navigation menu