-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathINSTALL
More file actions
37 lines (24 loc) · 675 Bytes
/
INSTALL
File metadata and controls
37 lines (24 loc) · 675 Bytes
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
29
30
31
32
33
34
35
36
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..
SOLARIS:
--------
Once installed and configured, you can have Solaris' Service Management Framework start up SQLgrey and ensure it stays running:
cd smf
svccfg import sqlgrey-smf-manifest.xml