Repository online
My yum repository containing the smeserver-subversion contrib is online again. It can be visited here.
To add it to your /etc/repository list on your SME Server:
- Get command line access on your server (either by SSH or by sitting at the terminal itself)
- Log in as root
- Issue the following command:
- [sourcecode gutter="false" language="bash" autolinks="false"]/sbin/e-smith/db yum_repositories set snetram repository \
BaseURL http://yum.snetram.nl \
MirrorList http://mirror.contribs.org/contribs/jmartens/mirrorlist \
EnableGroups no \
GPGCheck no \
Name repository@snetram.nl \
Visible yes \
status disabled[/sourcecode]
- Expand the /etc/yum.conf file to incorporate the changes:
[sourcecode gutter="false" language="bash" autolinks="false"]signal-event yum-modify[/sourcecode]
This will install the repository to be disabled by default.
- To install software from it issue the following command: [sourcecode gutter="false" language="bash" autolinks="false"]/sbin/e-smith/yum install packagename –enablerepo=snetram[/sourcecode]
miscelaneous