Line 65: |
Line 65: |
| yum update | | yum update |
| | | |
− | ==== Add SME Server repo's ==== | + | ==== Add SME Server repo ==== |
− | To be able to download the required packages we need to add the SME Server repo's. The auto-selected (closest) mirror may not be the fastest, and you may want to hash out the 'mirrorlist=' line entries and replace them with 'baseURL=' with a repo location of your choice. Please see this the [http://mirror.contribs.org/mirrors/ download locations overview]. | + | To be able to download the required packages we need to add the SME Server repo. |
− | | |
− | The below example uses a fixed URl to download the RPM's. In general this URL is fast and reliable so there is no immediate need to change these URL's.
| |
| | | |
| To add the smeos9 repo's please copy the below text in the block and and issue the following commands: | | To add the smeos9 repo's please copy the below text in the block and and issue the following commands: |
Line 81: |
Line 79: |
| gpgcheck=1 | | gpgcheck=1 |
| includepkgs = e-smith\* smeserver\* *.sme.* clamav* clamd* mhash tbb perl-* htop proftpd php-pear-* GeoIP mod_auth_tkt radiusclient-ng nut-client nut pyzor oidentd rssh pam_abl clamav par2cmdline DCC wv checkpassword pam pv razor-agents clam-db initscripts checkpassword-pam | | includepkgs = e-smith\* smeserver\* *.sme.* clamav* clamd* mhash tbb perl-* htop proftpd php-pear-* GeoIP mod_auth_tkt radiusclient-ng nut-client nut pyzor oidentd rssh pam_abl clamav par2cmdline DCC wv checkpassword pam pv razor-agents clam-db initscripts checkpassword-pam |
− |
| |
− |
| |
− | [smeupdates9]
| |
− | enabled=1
| |
− | MirrorList=http://mirrorlist.contribs.org/mirrorlist/smeupdates-9
| |
− | name=SME Server9 - updates
| |
− | gpgcheck=1
| |
− | enablegroups=1
| |
− | gpgkey = http://mirror.contribs.org/releases/testing/9/smeos/$basearch/RPM-GPG-KEY-SMEServer
| |
− | includepkgs = e-smith\* smeserver\* *.sme.* clamav* clamd* mhash tbb perl-* htop proftpd php-pear-* GeoIP mod_auth_tkt radiusclient-ng nut-client nut pyzor oidentd rssh pam_abl clamav par2cmdline DCC wv checkpassword-pam pv razor-agents clam-db initscripts checkpassword-pam
| |
− |
| |
− |
| |
− | [smeupdates-testing9]
| |
− | enabled=1
| |
− | MirrorList=http://mirrorlist.contribs.org/mirrorlist/smeupdates-testing-9
| |
− | name=SME Server9 - updates testing
| |
− | gpgcheck=1
| |
− | enablegroups=1
| |
− | gpgkey = http://mirror.contribs.org/releases/testing/9/smeos/$basearch/RPM-GPG-KEY-SMEServer
| |
− | includepkgs = e-smith\* smeserver\* *.sme.* clamav* clamd* mhash tbb perl-* htop proftpd php-pear-* GeoIP mod_auth_tkt radiusclient-ng nut-client nut pyzor oidentd rssh pam_abl clamav par2cmdline DCC wv checkpassword-pam pv razor-agents clam-db initscripts checkpassword-pam
| |
| | | |
| | | |