Firebird
Revision as of 16:11, 10 November 2014 by RequestedDeletion (talk | contribs) (What is Firebird and what can it be used for on SME Server? Any examples?)
How to install Firebird SS on SME
1) Enable EPEL repository as from http://wiki.contribs.org/Epel
2) run this:
yum --enablerepo=epel install firebird-superserver config set firebird service status enabled cd /etc/rc7.d ln -s /etc/rc.d/init.d/e-smith-service S99firebird service firebird start
Verify your firebird is running:
netstat -an|grep 3050
should show:
tcp 0 0 0.0.0.0:3050 0.0.0.0:* LISTEN
Extracted from: http://forums.contribs.org/index.php?topic=45447.0
By default, Firebird just allow access from local networks.
If you wanna to allow INTERNET ACCESS to your Firebird (NOT RECOMMENDED) run:
config setprop firebird access public TCPPort 3050 signal-event remoteaccess-update
Verify the config:
config show firebird
Should show something like:
firebird=service TCPPort=3050 access=public status=enabled