Changes

From SME Server
Jump to navigationJump to search
Line 34: Line 34:  
First you have to verify that jigdo is installed on your SME server, see instructions [[JIGDO_-_create_SME_Server_ISOs#Installing_jigdo_on_CentOS_and_RHEL|above]] or below for [[JIGDO_-_create_SME_Server_ISOs#Getting_SME_8.1_Beta_2|debian]].
 
First you have to verify that jigdo is installed on your SME server, see instructions [[JIGDO_-_create_SME_Server_ISOs#Installing_jigdo_on_CentOS_and_RHEL|above]] or below for [[JIGDO_-_create_SME_Server_ISOs#Getting_SME_8.1_Beta_2|debian]].
   −
If you want to build an iso of our marvellous work, you need to download packages from our mirrors. Firstly, make a couple of folders to organize your work:
+
* If you want to build an iso of our marvellous work, you need to download packages from our mirrors. Firstly, make a couple of folders to organize your work (choose the right SME Server needed) :
 
  mkdir -p /root/jigdo/sme9
 
  mkdir -p /root/jigdo/sme9
 +
or for SME Server 8
 +
mkdir -p /root/jigdo/sme8
   −
and then download all contents from the repos (see below), best to make a cup of coffee, it can take some time...This is an example of what you have to do to build a sme9.0beta2, you should take a look to the repository to adapt a new url. This command Line can update rpm in your folder, there is no need to download again which is already downloaded.
+
* Download all contents from the repos (see below), best to make a cup of coffee, it can take some time...This is an example of what you have to do to build a sme9.0beta3, you should take a look to the repository to adapt a new url. This command Line can update rpm in your folder, there is no need to download again which is already downloaded.
  rsync --progress -aHS --partial --delete-after rsync://mir1.ovh.ca/smeserver/releases/testing/9.0beta2/ /root/jigdo/sme9
+
  rsync --progress -aHS --partial --delete-after rsync://mir1.ovh.ca/smeserver/releases/testing/9.0beta3/ /root/jigdo/sme9
 +
or for SME Server 8
 +
rsync --progress -aHS --partial --delete-after rsync://mir1.ovh.ca/smeserver/releases/testing/8.1beta3/ /root/jigdo/sme8
   −
once finished you need to go to the right folder
+
* Once finished you need to go to the right folder
    
  cd /root/jigdo/sme9/iso/x86_64/
 
  cd /root/jigdo/sme9/iso/x86_64/
 +
or for SME Server 8
 +
cd /root/jigdo/sme8/iso/x86_64/
   −
and perform this command
+
* Perform this command
    
  jigdo-lite --noask --scan ../../smeos/x86_64/ *.jigdo
 
  jigdo-lite --noask --scan ../../smeos/x86_64/ *.jigdo

Navigation menu