Changes

Jump to navigation Jump to search
reordered YUM install CVS. Only root can do this
Line 4: Line 4:  
== Setting up your build server ==
 
== Setting up your build server ==
 
This How-to is primarily based on SME8, and that you have your development SME8 server up and running. This can be a dedicated machine or a virtual machine
 
This How-to is primarily based on SME8, and that you have your development SME8 server up and running. This can be a dedicated machine or a virtual machine
 +
 +
==== Install CVS ====
 +
SME Server uses CVS for maintaining code and packages. By default, CVS is not installed on SME8 (not required for normal SME Server operation). To install CVS on SME8 issue the following command:
 +
yum install cvs
    
==== Create a new 'builder' user ====
 
==== Create a new 'builder' user ====
Line 14: Line 18:     
After issuing the above commands, the user 'builder' should be able to login on the console. Please login as user 'builder', for the the rest of the instructions assume you are loged in as user 'builder'
 
After issuing the above commands, the user 'builder' should be able to login on the console. Please login as user 'builder', for the the rest of the instructions assume you are loged in as user 'builder'
  −
==== Install CVS ====
  −
SME Server uses CVS for maintaining code and packages. By default, CVS is not installed on SME8 (not required for normal SME Server operation). To install CVS on SME8 issue the following command:
  −
yum install cvs
      
==== Create a development directory ====
 
==== Create a development directory ====

Navigation menu