Difference between revisions of "SME Server:Download"

From SME Server
Jump to navigationJump to search
m (Added to Howto category)
Line 42: Line 42:
 
===Support===
 
===Support===
 
If you have questions about your download or installation, feel free to make use of the contribs.org forums. The forums are available for questions, suggestions, and general comments. You may search and find the answer to your question there.
 
If you have questions about your download or installation, feel free to make use of the contribs.org forums. The forums are available for questions, suggestions, and general comments. You may search and find the answer to your question there.
 +
 +
----
 +
<noinclude>[[Category:Howto]]</noinclude>

Revision as of 20:09, 8 May 2010

Current Release

The current stable release is SME Server Release 7.4 (based on CentOS 4.7), see the Updates section below for details of incremental updates available with yum.

Our prior stable release was SME Server Release 7.3

Mirrors

Hosting of SME Server releases and contribs has been generously been provided by our mirrors

Information on how to become a mirror and the status of current mirrors is available here

For a full list of mirrors see http://mirror.contribs.org/mirrors/

iso

To download an iso select the closest mirror, the version of SME Server you want, then the iso directory and finally the i386 directory.

Torrent

The SME Server ISO CD image is available to download as a Torrent

Zsync

For updating a previous version of an iso you can use zsync, run the command from the same directory as your existing iso. zsync uses a control file to determine whether any blocks in the file are already known to the downloader, and only downloads the new blocks. If you don't have a previous iso zsync is still a good option, it will recover an interrupted download.

To install ZSync you need to have the Dag repository enabled:

The following command will configure the Dag repository on SME Server. EDIT NOT COMPLETE!


To create an entry in the database for the epel repository we open put the following commands in a terminal window or in a shell window:

/sbin/e-smith/db yum_repositories set epel repository \

Name 'SME Server - epel' \
BaseURL 'http://<http://download.fedoraproject.org/pub/epel/7/$basearch' \
EnableGroups yes \
GPGCheck yes \
Visible no \
status disabled

To enable the changes:

    signal-event yum-modify

Just to be sure, give yum a fresh start:

    yum clean all

After adding it to the database we have to update the changes to the configuration file:

signal-event yum-modify
yum install zsync --enablerepo=dag [no need to reboot]
cp smeserver-7.3-i386.iso smeserver-7.4-i386.iso [if you have a previous .iso]
zsync http://mirror.contribs.org/smeserver/releases/7/iso/i386/smeserver-7.4-i386.iso.zsync

cp smeserver-8.0beta1-i386.iso smeserver-8.0beta4-i386.iso [if you have a previous .iso]
zsync http://mirror.contribs.org/smeserver/releases/testing/8.0/iso/i386/smeserver-8.0beta4-i386.iso.zsync

Updates

Upgrading to 7.x from 6.x - Upgrades from unmodified versions of SME 6.0.1 and 6.5RC1 to SME 7 is supported. If you have modified your server by installing contribs or have used any unsupported 'upgrade' scripts, you may have issues and should consider removing any incompatible contribs before upgrading.

See http://wiki.contribs.org/Updating_to_SME_7.2

Please take note of this forum thread as well as bugzilla:4229 when updating after 19th April 2008.

For further information about yum updating see Yum_Updates FAQ

Support

If you have questions about your download or installation, feel free to make use of the contribs.org forums. The forums are available for questions, suggestions, and general comments. You may search and find the answer to your question there.