File: INSTALL

package info (click to toggle)
sqlgrey 1%3A1.8.0-5.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 568 kB
  • sloc: perl: 3,029; sh: 244; makefile: 79
file content (28 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (4)
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..