Difference between revisions of "Firebird"

From SME Server
Jump to navigationJump to search
(Created page with "How to install Firebird SS on SME 1) Enable EPEL repository as from http://wiki.contribs.org/Epel Here is command for SME8, see there for SME7 <pre> /sbin/e-smith/db yum_reposit...")
 
m
Line 1: Line 1:
 
How to install Firebird SS on SME
 
How to install Firebird SS on SME
  
1) Enable EPEL repository as from http://wiki.contribs.org/Epel
+
1) Enable EPEL repository as from http://wiki.contribs.org/Epel<br>
Here is command for SME8, see there for SME7
+
 
 +
Here is command for SME8, see there for SME7<br>
 +
 
 
<pre>
 
<pre>
 
/sbin/e-smith/db yum_repositories set epel repository \
 
/sbin/e-smith/db yum_repositories set epel repository \

Revision as of 22:01, 17 November 2012

How to install Firebird SS on SME

1) Enable EPEL repository as from http://wiki.contribs.org/Epel

Here is command for SME8, see there for SME7

/sbin/e-smith/db yum_repositories set epel repository \
Name 'Epel - EL5' \
BaseUrl 'http://download.fedoraproject.org/pub/epel/5/$basearch' \
MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch' \
EnableGroups no \
GPGCheck yes \
GPGKey http://download.fedora.redhat.com/pub/epel/RPM-GPG-KEY-EPEL \
Visible no \
status disabled

signal-event yum-modify

2) run this:

yum --enablerepo=epel install firebird-superserver
config setprop firebird service status enabled
cd /etc/rc7.d
ln -s /etc/rc.d/init.d/e-smith-service S99firebird
service firebird start

Extracted from: http://forums.contribs.org/index.php?topic=45447.0