Line 132: |
Line 132: |
| | | |
| Configure SME repository (EL5 version for now) | | Configure SME repository (EL5 version for now) |
− | <syntaxhighlight lang="Bash"> | + | <pre> |
− | cat<<'EOF' > /etc/yum.repos.d/sme.repo
| + | cat<<'EOF' > /etc/yum.repos.d/sme.repo |
− | [smeaddons]
| + | [smeaddons] |
− | enabled=1
| + | enabled=1 |
− | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smeaddons-8
| + | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smeaddons-8 |
− | name=SME Server - addons
| + | name=SME Server - addons |
− | gpgcheck=1
| + | gpgcheck=1 |
− | enablegroups=1
| + | enablegroups=1 |
− | #
| + | |
− | [smecontribs]
| + | [smecontribs] |
− | enabled=0
| + | enabled=0 |
− | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smecontribs-8
| + | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smecontribs-8 |
− | name=SME Server - contribs
| + | name=SME Server - contribs |
− | gpgcheck=1
| + | gpgcheck=1 |
− | enablegroups=1
| + | enablegroups=1 |
− | #
| + | |
− | [smedev]
| + | [smedev] |
− | enabled=0
| + | enabled=0 |
− | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smedev-8
| + | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smedev-8 |
− | name=SME Server - dev
| + | name=SME Server - dev |
− | gpgcheck=1
| + | gpgcheck=1 |
− | enablegroups=1
| + | enablegroups=1 |
− | #
| + | |
− | [smeextras]
| + | [smeextras] |
− | enabled=1
| + | enabled=1 |
− | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smeextras-8
| + | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smeextras-8 |
− | name=SME Server - extras
| + | name=SME Server - extras |
− | gpgcheck=1
| + | gpgcheck=1 |
− | enablegroups=1
| + | enablegroups=1 |
− | #
| + | |
− | [smeos]
| + | [smeos] |
− | enabled=1
| + | enabled=1 |
− | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smeos-8
| + | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smeos-8 |
− | name=SME Server - os
| + | name=SME Server - os |
− | gpgcheck=1
| + | gpgcheck=1 |
− | enablegroups=1
| + | enablegroups=1 |
− | #
| + | |
− | [smetest]
| + | [smetest] |
− | enabled=0
| + | enabled=0 |
− | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smetest-8
| + | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smetest-8 |
− | name=SME Server - test
| + | name=SME Server - test |
− | gpgcheck=1
| + | gpgcheck=1 |
− | enablegroups=1
| + | enablegroups=1 |
− | #
| + | # |
− | [smeupdates]
| + | [smeupdates] |
− | enabled=1
| + | enabled=1 |
− | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smeupdates-8
| + | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smeupdates-8 |
− | name=SME Server - updates
| + | name=SME Server - updates |
− | gpgcheck=1
| + | gpgcheck=1 |
− | enablegroups=1
| + | enablegroups=1 |
− | #
| + | |
− | [smeupdates-testing]
| + | [smeupdates-testing] |
− | enabled=0
| + | enabled=0 |
− | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smeupdates-testing-8
| + | mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smeupdates-testing-8 |
− | name=SME Server - updates testing
| + | name=SME Server - updates testing |
− | gpgcheck=1
| + | gpgcheck=1 |
− | enablegroups=1
| + | enablegroups=1 |
− | #
| + | |
− | EOF
| + | EOF |
− | </syntaxhighlight> | + | </pre> |
| | | |
| ==== import SME's GPG key ==== | | ==== import SME's GPG key ==== |