File: Install

package info (click to toggle)
nosql 0.9-0
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,364 kB
  • ctags: 225
  • sloc: perl: 3,766; sh: 476; makefile: 41
file content (35 lines) | stat: -rw-r--r-- 1,049 bytes parent folder | download
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
Preamble

NoSQL is tailored to the Linux O.S. but it should work
with most Unix systems, provided that the following
other programs are available:

- Perl 5

- Bourne compatible Unix Shell.
  For the sake of execution speed, a minimal, featureless shell
  is recommended. Ash, by Kenneth Almquist, is a good choice.
  It should be compiled without job control or any other extra
  features. Note that ash should be used only for programs, as
  it is too featureless to be used as your interactive login 
  shell.

- nawk compatible awk (mawk / gawk). Mawk is small and fast,
  so it is recommended. I would suggest to re-compile it
  to tell it to use ash as the shell of choice for system()
  and other interactions with the shell.


Installation :

- Untar the package in a temporary work directory

- Run ./preinst.sh and follow the instructions

- Copy the executables from ./bin_tmp/  to
  their destination directory, preferably to
  /usr/local/bin/ , and make sure the latter is
  in your PATH.

- Copy ./doc/nosql.1 to /usr/local/man/man1/