1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Installing sqlgrey:
-------------------
No need to run initial 'make'. Just run:
make install
To install with init-script, prepend
your distro to 'install' like this:
-----------------------------------
make rh-install (redhat)
make gentoo-install
make debian-install
With DBCluster support:
-----------------------
make use_dbcluster
make install
Revert back to DBI (from dbcluster):
------------------------------------
make use_dbi
make install
Now go read HOWTO..
|