File: INSTALL

package info (click to toggle)
filetraq 0.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: sh: 182; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INSTALL for FileTraq v0.2
Copyright (c) 2000 Jeremy Weatherford
See file COPYING included with distribution.

----> Installation

First, be root.
$ su

Extract the archive if you haven't already.
# tar -xvzf filetraq-0.2.tgz
# cd filetraq-0.2

Run the install script.
# ./install.sh
(answer questions)
# crontab -e
(add an entry to run FileTraq periodically.  Every 5 minutes, say)

[...]